From e3dfe07a312b781ad129e26f1e5da78a5d3329d5 Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期二, 22 八月 2023 10:16:40 +0800 Subject: [PATCH] 8-21基础数据完成 --- src/views/standardLibrary/index.vue | 23 +---------------------- 1 files changed, 1 insertions(+), 22 deletions(-) diff --git a/src/views/standardLibrary/index.vue b/src/views/standardLibrary/index.vue index 274125d..b5d5c68 100644 --- a/src/views/standardLibrary/index.vue +++ b/src/views/standardLibrary/index.vue @@ -611,6 +611,7 @@ .library-bom { // padding-right: 10px; width: 300px; + overflow-y: auto; // height: 100%; max-height: 100%; // margin-right: 12px; @@ -640,28 +641,6 @@ } } } - // .el-tree { - // margin-top: 12px; - // ::v-deep .el-tree-node__content{ - // height: 24px !important; - // font-size: 14px; - // display: inline-block !important; - // padding: 2px; - // color: #333; - // } - // ::v-deep .el-tree-node__content:hover{ - // background: rgba(58,124,253,0.1) ; - // // opacity: 0.31; - // border-radius: 3px; - // color: #333 !important; - // } - // ::v-deep .el-tree-node:focus>.el-tree-node__content{ - // background: rgba(58,124,253,0.1) ; - // // opacity: 0.31; - // border-radius: 3px; - // color: #333 !important; - // } - // } } .library-table { // height: 100%; -- Gitblit v1.9.3