调整文件编辑
This commit is contained in:
parent
1705d6d763
commit
d0180115bf
|
|
@ -385,7 +385,7 @@ export default {
|
|||
type="textarea"
|
||||
v-model="ConfigFileUpdateForm.content"
|
||||
style="width: 800px"
|
||||
:autosize="{ minRows: 4, maxRows: 8 }"
|
||||
:autosize="{ minRows: 4, maxRows: 24 }"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
@ -484,7 +484,6 @@ export default {
|
|||
<el-table
|
||||
:data="ConfigFileCurrentPageData"
|
||||
width="100%"
|
||||
border
|
||||
v-loading="loading"
|
||||
element-loading-text="加载中..."
|
||||
element-loading-background="rgba(240, 242, 245, 0.8)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue