File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
components/dynamics-form/items
views/function-lib/component
workflow/nodes/function-node Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 :style =" codemirrorStyle"
2828 :tab-size =" 4"
2929 :autofocus =" true"
30- style =" height : 300 px !important ; border : 1px solid #bbbfc4 ; border-radius : 4px "
30+ style =" height : calc ( 100 vh - 160 px ) !important ; border : 1px solid #bbbfc4 ; border-radius : 4px "
3131 />
3232 <template #footer >
3333 <div class =" dialog-footer mt-24" >
Original file line number Diff line number Diff line change 138138 </template >
139139
140140 <!-- Codemirror 弹出层 -->
141- <el-dialog v-model =" dialogVisible" title =" Python 代码" append-to-body >
141+ <el-dialog v-model =" dialogVisible" title =" Python 代码" append-to-body fullscreen >
142142 <CodemirrorEditor
143143 v-model =" cloneContent"
144- style =" height : 300 px !important ; border : 1px solid #bbbfc4 ; border-radius : 4px "
144+ style =" height : calc ( 100 vh - 160 px ) !important ; border : 1px solid #bbbfc4 ; border-radius : 4px "
145145 />
146146 <template #footer >
147147 <div class =" dialog-footer mt-24" >
Original file line number Diff line number Diff line change 100100 </el-form >
101101 <FieldFormDialog ref =" FieldFormDialogRef" @refresh =" refreshFieldList" />
102102 <!-- Codemirror 弹出层 -->
103- <el-dialog v-model =" dialogVisible" title =" Python 代码" append-to-body >
103+ <el-dialog v-model =" dialogVisible" title =" Python 代码" append-to-body fullscreen >
104104 <CodemirrorEditor
105105 v-model =" cloneContent"
106- style =" height : 300 px !important ; border : 1px solid #bbbfc4 ; border-radius : 4px "
106+ style =" height : calc ( 100 vh - 160 px ) !important ; border : 1px solid #bbbfc4 ; border-radius : 4px "
107107 />
108108 <template #footer >
109109 <div class =" dialog-footer mt-24" >
You can’t perform that action at this time.
0 commit comments