Browse Source

问题修改

SunZehao 1 year ago
parent
commit
4a15bb579a

+ 0 - 5
src/components/commonHeaders.vue

@@ -280,11 +280,6 @@
             background: rgb(74, 87, 100);
         }
 
-        .headerSty {
-            // background: rgb(13, 104, 188);
-            // background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#373590), to(#645fef));
-        }
-
         .el-header {
             padding: 0 10px;
             display: flex;

+ 10 - 1
src/components/generatingCapacityComponent/excel.vue

@@ -20,7 +20,7 @@
                 :class="{'!bg-[rgb(236,245,255)]': currentId === item.id}" @click="funExcelChange(item)">
                 <el-icon>
                     <Document />
-                </el-icon><span :style="theme ? 'color:#606266': ''">{{ item.name }}</span>
+                </el-icon><span class="excelName" :style="theme ? 'color:#606266': ''">{{ item.name }}</span>
             </div>
         </div>
     </div>
@@ -104,6 +104,15 @@
         .excelDataNoCheck:hover {
             background-color: #504bb5;
             color: #fff;
+
+            .el-icon {
+                margin-right: 5px;
+                color: #fff;
+            }
+
+            .excelName {
+                color: #fff !important;
+            }
         }
     }
 </style>

+ 0 - 4
src/views/powerPrediction/homePageNoMap.vue

@@ -1497,8 +1497,6 @@
                 }
             }
 
-            .mainLeft {}
-
             .mainRight {
                 .messageData {
                     background: #161f1e;
@@ -1534,8 +1532,6 @@
                 }
             }
 
-            .mainLeft {}
-
             .mainRight {
                 .messageData {
                     background: #fff;

+ 1 - 1
vue.config.js

@@ -46,7 +46,7 @@ module.exports = defineConfig({
         },
         host: '0.0.0.0',
         port: port,
-        open: true,
+        open: false,
         proxy: {
             // detail: https://cli.vuejs.org/config/#devserver-proxy
             // [process.env.VUE_APP_GENERAT_URL]: {