diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/ReleaseInformation/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/ReleaseInformation/index.vue index 1468ae29..c9bc1bc9 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/ReleaseInformation/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/ReleaseInformation/index.vue @@ -31,7 +31,7 @@
+ + +
+ + + + + + + + + + + + +
+ + +
@@ -243,4 +329,87 @@ export default { } } } +::v-deep .el-table__empty-text { + color: #3ae0f8; +} + +.StatsDetail { + // height: 770px; + margin: 20px 0; + width: 100%; + display: flex; + gap: 5px; +} + +.el-table { + border: 1px solid #07aec6; + background: #0b6581; +} + +@media (min-width: 3000px) { + ::v-deep .el-table .el-table__header-wrapper th, + .el-table .el-table__fixed-header-wrapper th { + height: 55px !important; + background: #0b6581; + border: 1px solid #07aec6; + font-size: 22px; + } + ::v-deep .el-table td.el-table__cell div{ + font-size: 22px; + } +} +::v-deep .el-table .el-table__header-wrapper th, +.el-table .el-table__fixed-header-wrapper th { + background: #0b6581; + border: 1px solid #07aec6; +} + +::v-deep .el-table th.el-table__cell > .cell { + color: #3de8ff; +} + +::v-deep .el-table thead.is-group th.el-table__cell { + background: #0b6581; + border: 1px solid #07aec6; +} + +// ::v-deep .el-table th.el-table__cell.is-leaf, +::v-deep .el-table td.el-table__cell { + border: 1px solid #07aec6; + background: #1b586d; + color: #fff; +} +::v-deep .el-table td.el-table__cell div { + line-height: 30px; +} +::v-deep .el-checkbox-group { + text-align: left; + .el-checkbox { + min-width: 70px; + } +} + +::v-deep .el-table tr { + border: 1px solid #07aec6; + background-color: #0b6581; +} + +::v-deep +.el-table--enable-row-hover +.el-table__body +tr:hover +> td.el-table__cell { + background: #1b586d; + border: 1px solid #07aec6; +} + +::v-deep .el-table::before, +.el-table--group::after, +.el-table--border::after { + background: none; +} +.footer { + margin-top: 20px; + display: flex; +}