From 866dde6a379c7097a5deb66042551b3010ccaecd Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 14 七月 2023 17:18:57 +0800 Subject: [PATCH] 修改弹窗宽度 --- Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue | 1 - Source/UBCS-WEB/src/views/integration/integrationTransfer.vue | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue index 9f94211..20d1b8b 100644 --- a/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue @@ -483,7 +483,6 @@ }, //閫夋嫨 handleSelection(list, row) { - debugger; this.fileOptions.ownbizOid = row.oid; this.fileOptions.ownbizBtm = row.btmname; diff --git a/Source/UBCS-WEB/src/views/integration/integrationTransfer.vue b/Source/UBCS-WEB/src/views/integration/integrationTransfer.vue index 892bd7a..4bd65f3 100644 --- a/Source/UBCS-WEB/src/views/integration/integrationTransfer.vue +++ b/Source/UBCS-WEB/src/views/integration/integrationTransfer.vue @@ -1,5 +1,5 @@ <template> - <el-dialog :title="title" :visible.sync="dialogVisible" append-to-body="true" destroy-on-close width="30%" + <el-dialog :title="title" :visible.sync="dialogVisible" append-to-body="true" destroy-on-close width="35%" @close="handelClose"> <el-form :model="form"> <el-form-item label="鏌ヨ鏉′欢" label-width="70px" size="small"> @@ -138,4 +138,4 @@ padding: 10px 0; color: #F56C6C; } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.3