From 83a6167ea01d084511459d6565bb29be954dfa41 Mon Sep 17 00:00:00 2001
From: lau572 <1010031226@qq.com>
Date: Wed, 6 Nov 2024 15:33:22 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E5=A4=84=E7=BD=AE=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=E5=8F=91=E5=B8=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Cards/ReleaseInformation/index.vue | 221 +++++++++++++++---
1 file changed, 195 insertions(+), 26 deletions(-)
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;
+}