sumyangyang пре 7 месеци
родитељ
комит
cc44779e63
2 измењених фајлова са 58 додато и 2 уклоњено
  1. 39 1
      zhsq_qk-ui/src/components/TVWall.vue
  2. 19 1
      zhsq_qk-ui/src/views/fusion/index.vue

+ 39 - 1
zhsq_qk-ui/src/components/TVWall.vue

@@ -744,7 +744,45 @@ function cbIntegrationCallBack(oData) {
 .TVcontainer{
   width: 100%;
   height: 100%;
-}
+}
+.el-dialog {
+    background: #014f9f!important;
+}
+.el-dialog__header {
+    padding: 20px;
+    padding-bottom: 10px;
+}
+.TVWallCustomWidth {
+  width: 1500px !important;
+  height: 790px !important;
+  background: #04080c !important;
+  box-shadow:rgba($color: #078ad1, $alpha: .8) 0px 0px 18px inset!important;
+  border: 1px solid rgba($color: #33467f, $alpha: .7)!important;
+  .el-dialog__header {
+    padding: 15px 20px !important;
+    background-image: -moz-linear-gradient(180deg, rgba($color: #124799, $alpha: .8),
+rgba($color: #04151e, $alpha: .8)) !important;
+    background-image: -webkit-linear-gradient(180deg, rgba($color: #124799, $alpha: .8),
+rgba($color: #04151e, $alpha: .8)) !important;
+    background-image: linear-gradient(180deg, rgba($color: #124799, $alpha: .8),
+rgba($color: #04151e, $alpha: .8)) !important;
+    box-shadow: $shadowTitle !important;
+
+    .el-dialog__title {
+      font-weight: bolder !important;
+      color: #3cd7ef !important;
+    }
+  }
+  .el-descriptions__body{
+    background:transparent !important;
+    color: #fff;
+    .el-descriptions-item__label{
+      background:transparent !important;
+      color: #fff;
+      width: 100px;
+    }
+  }
+  }
 .detailLabel{
   background-color: #bfc;
 }

+ 19 - 1
zhsq_qk-ui/src/views/fusion/index.vue

@@ -830,5 +830,23 @@ export default {
 </script>
 
 <style>
-/* 样式可以根据需要继续补充 */
+/* 样式可以根据需要继续补充 */
+.el-dialog{
+	height: 81vh!important;
+	background: #014f9f!important;
+	color: #fff;
+}
+.el-dialog__header {
+    padding: 20px;
+    padding-bottom: 10px;
+		color:#fff;
+}
+.el-dialog__title {
+    line-height: 24px;
+    font-size: 18px;
+    color: #fff;
+}
+.el-dialog__headerbtn .el-dialog__close {
+    color: #fff;
+}
 </style>