From dcab0e19a1764af5c05ac8868ddc080dce81d8c0 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期四, 09 五月 2024 07:28:26 +0800 Subject: [PATCH] 单元格合并;修复部分bug --- src/components/view/b1-sample.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/view/b1-sample.vue b/src/components/view/b1-sample.vue index 429f833..80d7259 100644 --- a/src/components/view/b1-sample.vue +++ b/src/components/view/b1-sample.vue @@ -34,6 +34,7 @@ width: calc(100% - 40px); height: calc(100% - 60px - 80px - 10px - 40px); padding: 20px; + overflow-y: auto; } .el-form-item { @@ -852,7 +853,7 @@ isEdit: false, //寮规--鏄惁鏄慨鏀�,榛樿涓篺alse isDetail: false, //璇︽儏--鏄惁灞曠ず涓鸿鎯呴〉闈紝榛樿涓篺alse currentEdit:null,//褰撳墠瑕佺淮鎶ょ殑淇℃伅 - tableLoading:true, + tableLoading:false, sampleCode:'', currentId:null, searchSampleCode:'' -- Gitblit v1.9.3