From cd6722665d20ed6a9221a44d381b5e0901fc918d Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 15 九月 2023 17:12:09 +0800 Subject: [PATCH] 颜色别表更新 --- src/views/datamanage/layerManagement.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/datamanage/layerManagement.vue b/src/views/datamanage/layerManagement.vue index 7e19901..1cca2bd 100644 --- a/src/views/datamanage/layerManagement.vue +++ b/src/views/datamanage/layerManagement.vue @@ -99,7 +99,7 @@ </div> <div class="dividing-line"></div> - <div style="padding: 10px;"> + <div style="padding: 10px;height: 70vh;margin-top: 10px; overflow: auto;"> <el-form :model="formInline" class="demo-form-inline" @@ -1015,7 +1015,7 @@ this.insertData.pid = id; this.insertData.level = lever; this.insertData.orderNum = orderNum; - debugger + this.dialogVisible = true; }, getMaxOrderNum(res) { -- Gitblit v1.9.3