Sfoglia il codice sorgente

颜色优化

wulanhaote
hbao 3 anni fa
parent
commit
2fdb6cbd61
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. +5
    -5
      src/views/homestead/index.vue

+ 5
- 5
src/views/homestead/index.vue Vedi File

@@ -3275,19 +3275,19 @@ export default {
white-space: nowrap;
max-width: 150px;
&.yph {
background: rgb(175, 39, 255);
background: #b026ff;
}
&.dlzdph {
background: rgb(255, 111, 54);
background: #ff6f36;
}
&.ylz {
background: #3cbf5b;
background: #7fff4c;
}
&.dlz {
background: rgb(255, 232, 76);
}
&.ylzdph {
background: rgb(228, 30, 100);
background: #ff7dd0;
}
&.zy {
background: rgb(100, 30, 100);
@@ -3296,7 +3296,7 @@ export default {
background: rgb(60, 100, 180);
}
&.chdb {
background: rgb(288, 90, 600);
background: #fe0303;
}
}
}


Caricamento…
Annulla
Salva