From 9f2eeda2768f56a19eefacb7e32423c643b47438 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Mon, 12 Oct 2020 09:54:28 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=A1=A8=E6=A0=BC=E8=BE=B9?= =?UTF-8?q?=E6=A1=86hover=E4=B9=8B=E5=90=8E=E7=9A=84=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit d524f7654940f5935231c72e78f51f58a0f8490b) --- frontend/src/common/css/main.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/src/common/css/main.css b/frontend/src/common/css/main.css index 5a45490239..183089bbd6 100644 --- a/frontend/src/common/css/main.css +++ b/frontend/src/common/css/main.css @@ -27,14 +27,14 @@ body { } /*解决高度塌陷和边距重叠*/ -.clearfix:before,.clearfix:after{ +.clearfix:before, .clearfix:after { content: ""; display: table; clear: both; } /*解决富文本框中link显示问题*/ -.ck-rounded-corners .ck.ck-balloon-panel,.ck.ck-balloon-panel.ck-rounded-corners { +.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners { z-index: 10055 !important; } @@ -74,12 +74,18 @@ body { width: 3px; background-color: #EBEEF5; } + +.adjust-table tr:hover td { + border-color: #f5f7fa; +} + /* 表格拖拽表头调整宽度 --> */ /* <-- 表格 input 编辑效果*/ .table-edit-input .el-textarea__inner { border-style: hidden; } + .table-edit-input.is-disabled .el-textarea__inner { background-color: white; color: #606266; @@ -93,6 +99,7 @@ body { .table-edit-input .el-textarea__inner:focus { border: 1px solid #409EFF; } + /* 表格 input 编辑效果 --> */ .ms-border {