sumyangyang 10 bulan lalu
induk
melakukan
56c1ae1023
1 mengubah file dengan 47 tambahan dan 1 penghapusan
  1. 47 1
      zhsq_qk-ui/src/views/supermap/supermap.vue

+ 47 - 1
zhsq_qk-ui/src/views/supermap/supermap.vue

@@ -627,5 +627,51 @@ td {
   width: 100%;
   /* height: 1080px !important; */
   background: none;
-}
+}
+.el-dialog {
+    background: #014f9f;
+		
+}
+.el-dialog__title {
+		    color: #ffffff;
+		}
+		.el-dialog__headerbtn .el-dialog__close {
+		    color: #ffffff;
+		}
+		.el-table {
+		    background-color: #014f9f;
+		    color: #fff;
+			 border-bottom: 1px solid #335d81;
+		}
+		.el-table .el-table__header-wrapper th, .el-table .el-table__fixed-header-wrapper th {
+		    background-color: #032d58c9;
+		    color: #fff;
+		}
+		.el-table .cell{
+			 color: #fff;
+		}
+		.el-table tr {
+		    background-color: #04346f61;
+		}
+		.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
+		    background-color: #1c7fdb;
+		}
+		.el-table td.el-table__cell div{
+			color: #fff;
+		}
+		.el-table th.el-table__cell.is-leaf, .el-table td.el-table__cell {
+		    border-bottom: 1px solid #335d81;
+		}
+		.el-table::before, .el-table--group::after, .el-table--border::after {
+		    background-color: #335d81;
+		}
+		.el-table__body-wrapper::-webkit-scrollbar{
+			background: #294f76;
+		}
+		.el-table__body-wrapper::-webkit-scrollbar-thumb {
+		  background-color: #34669c;
+		}
+		.el-table__body-wrapper::-webkit-scrollbar-track {
+		  background-color: #294f76;
+		}
 </style>