This commit is contained in:
sjl
2025-10-15 15:20:07 +08:00
parent ca8f173394
commit 45a010b3a4
10 changed files with 54 additions and 32 deletions

View File

@@ -7,6 +7,7 @@
align-center
v-bind="dialogBig"
@close="close"
>
<el-form ref="dialogFormRef" :model="formContent" :rules="rules">
<el-row :gutter="24">
@@ -365,6 +366,7 @@
/>
</el-form-item>
</el-col>
</el-row>
</el-collapse-item>
</el-collapse>
@@ -1233,6 +1235,7 @@ const props = defineProps<{
</script>
<style lang="scss" scoped>
// :deep(.dialog-small .el-dialog__body){
// max-height: 330px !important;
// }
@@ -1251,4 +1254,6 @@ const props = defineProps<{
justify-content: center;
align-items: center;
}
</style>