@@ -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;
@@ -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>
@@ -104,6 +104,15 @@
.excelDataNoCheck:hover {
background-color: #504bb5;
color: #fff;
+
+ .el-icon {
+ margin-right: 5px;
+ color: #fff;
+ }
+ .excelName {
+ color: #fff !important;
</style>
@@ -1497,8 +1497,6 @@
- .mainLeft {}
.mainRight {
.messageData {
background: #161f1e;
@@ -1534,8 +1532,6 @@
background: #fff;
@@ -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]: {