Browse Source

style

master
pengjun 2 years ago
parent
commit
891dda41ba
  1. 4
      src/assets/css/global.css
  2. 2
      src/components/patientRegister/PatientRegisterList.vue

4
src/assets/css/global.css

@ -21,14 +21,14 @@
/* 表格选中行 颜色 ::v-deep */
.el-table__body tr.current-row>td {
background-color: #409EFF !important;
background-color: #CCF9CB !important;
}
/* 表格行背景色样式 end */
/* 点击树结构项的选中颜色 */
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
background-color: #409EFF;
background-color: #CCF9CB;
}

2
src/components/patientRegister/PatientRegisterList.vue

@ -1633,7 +1633,7 @@ input[type="number"]::-webkit-outer-spin-button {
/*
::v-deep .el-table__body tr.current-row>td {
background-color: #409EFF !important;
background-color: #CCF9CB !important;
}
*/
</style>
Loading…
Cancel
Save