refactor: 表格边框hover之后的颜色修改

(cherry picked from commit d524f76549)
This commit is contained in:
Captain.B 2020-10-12 09:54:28 +08:00
parent 53ced104fe
commit 9f2eeda276
1 changed files with 9 additions and 2 deletions

View File

@ -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 {