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 před 2 týdny
rodič
revize
65fcaceb97
2 změnil soubory, kde provedl 53 přidání a 1 odebrání
  1. 33 0
      src/themeBlue.less
  2. 20 1
      src/themeDark.less

+ 33 - 0
src/themeBlue.less

@@ -41,6 +41,16 @@
 .nsfStyle {
     #app {
         #screen {
+            .treeMain {
+                .treeMainTit {
+                    height         : auto !important;
+                    display        : flex;
+                    justify-content: flex-start;
+                    align-items    : center;
+                    width          : 100%;
+                    padding        : 10px 0 10px 10px;
+                }
+            }
 
             // /generatingCap/dataAnalysis/jjyxReport
             .analysisReport,
@@ -404,6 +414,29 @@
             }
         }
 
+        .el-dialog {
+            .el-dialog__header {
+                .el-dialog__title {
+                    width          : 100%;
+                    height         : 100%;
+                    display        : flex;
+                    justify-content: center;
+                    align-items    : center;
+                    color          : #fff;
+                }
+            }
+
+            .el-tabs__item.is-active {
+                color: #67b9ff  !important;
+
+                &::after {
+                    border-bottom: 1px solid #67b9ff;
+                    border-left: 1px solid #67b9ff;
+                    border-right: 1px solid #67b9ff;
+                }
+            }
+        }
+
         .reportDia {
             #pdfDom {
                 p {

+ 20 - 1
src/themeDark.less

@@ -56,7 +56,13 @@
 
         .treeMain {
             .treeMainTit {
-                background: @green;
+                background     : rgba(#05BB4C, 0.75);
+                height         : auto !important;
+                display        : flex;
+                justify-content: flex-start;
+                align-items    : center;
+                padding        : 10px 0 10px 10px;
+                width          : 100%;
             }
         }
 
@@ -767,6 +773,19 @@
         }
     }
 
+    .el-dialog {
+        .el-dialog__header {
+            .el-dialog__title {
+                width          : 100%;
+                height         : 100%;
+                display        : flex;
+                justify-content: center;
+                align-items    : center;
+                color          : #fff;
+            }
+        }
+    }
+
     .el-overlay {
         .el-card {
             border: 0;