Browse Source

[dev] 处方审核修改 hover-row 颜色

xiong 1 năm trước cách đây
mục cha
commit
979d9dc5bc
1 tập tin đã thay đổi với 10 bổ sung1 xóa
  1. 10 1
      src/views/rescription/prescriptionCore/index.vue

+ 10 - 1
src/views/rescription/prescriptionCore/index.vue

@@ -975,10 +975,19 @@ h3 {
   margin: 0 auto;
 }
 .defwidth { width: 160px; }
-.prescriptionCore >>> .warning-row, .prescriptionCore >>> .el-table__body tr.warning-row.current-row > td, .prescriptionCore >>> .el-table__body tr.warning-row.hover-row > td {
+.prescriptionCore >>> .warning-row,
+.prescriptionCore >>> .el-table__body tr.warning-row.current-row > td,
+.prescriptionCore >>> .el-table__body tr.warning-row.hover-row > td {
   background: #E6A23C;
   color: #fff
 }
+.prescriptionCore >>> .el-table__body tr.hover-row > td,
+.prescriptionCore >>> .el-table__body tr.hover-row.current-row > td,
+.prescriptionCore >>> .el-table__body tr.hover-row.el-table__row--striped > td,
+.prescriptionCore >>> .el-table__body tr.hover-row.el-table__row--striped.current-row > td {
+  background-color: #3A5788;
+  color: #fff;
+}
 .printbtn { background: #409eff; color: #fff; }
 .flex { display: flex; align-items: center; flex-wrap: wrap;padding:0 30px; }
 .flex-sub { flex: 0 0 33.333333%; margin-top: 6px; }