From ce8a567599ac9b3ccc9d06d26d4585c04ba303d0 Mon Sep 17 00:00:00 2001 From: hailin <1356886193@qq.com> Date: 星期四, 13 七月 2023 12:57:40 +0800 Subject: [PATCH] 修改我的信息的二次补充 --- src/views/standardLibrary/index.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/standardLibrary/index.vue b/src/views/standardLibrary/index.vue index abd9871..2811310 100644 --- a/src/views/standardLibrary/index.vue +++ b/src/views/standardLibrary/index.vue @@ -189,13 +189,13 @@ color: #333; } ::v-deep .el-tree-node__content:hover{ - background: rgba(58,124,253,0.1) !important; + 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) !important; + background: rgba(58,124,253,0.1) ; // opacity: 0.31; border-radius: 3px; color: #333 !important; @@ -228,9 +228,7 @@ display: flex; justify-content: end; margin: 10px 0; - // ::v-deep } - } } } -- Gitblit v1.9.3