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

脚本转换样式调整

parent 783a907e
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
:title="currentConfigTitle" :title="currentConfigTitle"
:visible="popoverVisible" :visible="popoverVisible"
virtual-triggering virtual-triggering
width="360" width="400"
transition="" transition=""
> >
<ConfigForm <ConfigForm
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<el-row> <el-row>
<el-col> <el-col>
<el-select <el-select
style="width: 220px" style="width: 260px"
v-model="sitem.scriptName" v-model="sitem.scriptName"
@change="(e) => scriptChange(sitem, e)" @change="(e) => scriptChange(sitem, e)"
clearable clearable
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
<el-col v-if="sitem.scriptName" class="mt-1"> <el-col v-if="sitem.scriptName" class="mt-1">
<el-input <el-input
type="textarea" type="textarea"
style="width: 220px" style="width: 270px"
rows="3" rows="5"
v-model="sitem.content" v-model="sitem.content"
></el-input> ></el-input>
</el-col> </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