|
|
@@ -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; }
|