--no commit message
Showing
21 changed files
with
135 additions
and
274 deletions
src/components/Theme.vue
deleted
100644 → 0
-
Please register or sign in to post a comment
{ | ||
"TITLE": "汉中市数据上报系统", | ||
"THEME": "sb", | ||
"CODE": "BDCSBPT", | ||
"CODE": "BDCJGPT", | ||
"SERVERAPI": "/bdcsjsb", | ||
"MANAGEMENTAPI": "http://192.168.2.38:8090/management" | ||
} | ||
\ No newline at end of file | ||
... | ... |
... | ... | @@ -4,7 +4,7 @@ |
**/ | ||
/* theme color */ | ||
$--color-primary: #0F93F6; | ||
$--color-primary: #4162D8; | ||
$--color-success: #67C23B; | ||
$--color-warning: #E6A23C; | ||
$--color-danger: #F46C6C; | ||
... | ... |
... | ... | @@ -9,7 +9,7 @@ $yellow:#FEC171; |
$panGreen: #30B08F; | ||
// header | ||
$headerHeight: 74px; | ||
$headerHeight: 72px; | ||
// sidebar | ||
$menuText:#ffffff; | ||
... | ... |