소스 검색

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

xiong 1 년 전
부모
커밋
979d9dc5bc
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  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; }