调整文件编辑

This commit is contained in:
lijun 2025-10-16 20:25:21 +08:00
parent 1705d6d763
commit d0180115bf
1 changed files with 1 additions and 2 deletions

View File

@ -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)"