Commit 236f796b authored by 何远江's avatar 何远江

脚本转换样式调整

parent 783a907e
......@@ -140,7 +140,7 @@
:title="currentConfigTitle"
:visible="popoverVisible"
virtual-triggering
width="360"
width="400"
transition=""
>
<ConfigForm
......
......@@ -40,7 +40,7 @@
<el-row>
<el-col>
<el-select
style="width: 220px"
style="width: 260px"
v-model="sitem.scriptName"
@change="(e) => scriptChange(sitem, e)"
clearable
......@@ -64,8 +64,8 @@
<el-col v-if="sitem.scriptName" class="mt-1">
<el-input
type="textarea"
style="width: 220px"
rows="3"
style="width: 270px"
rows="5"
v-model="sitem.content"
></el-input>
</el-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment