parent
53ced104fe
commit
9f2eeda276
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue