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

@ -74,12 +74,18 @@ body {
width: 3px; width: 3px;
background-color: #EBEEF5; background-color: #EBEEF5;
} }
.adjust-table tr:hover td {
border-color: #f5f7fa;
}
/* 表格拖拽表头调整宽度 --> */ /* 表格拖拽表头调整宽度 --> */
/* <-- 表格 input 编辑效果*/ /* <-- 表格 input 编辑效果*/
.table-edit-input .el-textarea__inner { .table-edit-input .el-textarea__inner {
border-style: hidden; border-style: hidden;
} }
.table-edit-input.is-disabled .el-textarea__inner { .table-edit-input.is-disabled .el-textarea__inner {
background-color: white; background-color: white;
color: #606266; color: #606266;
@ -93,6 +99,7 @@ body {
.table-edit-input .el-textarea__inner:focus { .table-edit-input .el-textarea__inner:focus {
border: 1px solid #409EFF; border: 1px solid #409EFF;
} }
/* 表格 input 编辑效果 --> */ /* 表格 input 编辑效果 --> */
.ms-border { .ms-border {