update 调整全局字体和字体颜色

This commit is contained in:
danshihao
2024-03-21 17:31:42 +08:00
parent abb248bcdf
commit d81f6fffcd
2 changed files with 4 additions and 6 deletions
-5
View File
@@ -69,9 +69,4 @@ export default {
#app { #app {
height: 100%; height: 100%;
} }
body {
/* 文字颜色加深 */
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
</style> </style>
+4 -1
View File
@@ -69,6 +69,9 @@ module.exports = {
'primary-color': '#069f99', 'primary-color': '#069f99',
'link-color': '#069f99', 'link-color': '#069f99',
'border-radius-base': '4px', 'border-radius-base': '4px',
'heading-color': 'rgba(0, 0, 0, 0.95)', // 标题色
'text-color': 'rgba(0, 0, 0, 0.85)', // 主文本色
'font-family': '"Helvetica Neue",Helvetica,Arial,sans-serif', // 字体
}, },
javascriptEnabled: true, javascriptEnabled: true,
}, },
@@ -88,7 +91,7 @@ module.exports = {
},*/ },*/
'/jero-boot': { '/jero-boot': {
// '' // ''
target: 'http://localhost:8080', //请求本地 jero-boot后台项目 target: 'http://localhost:21824', //请求本地 jero-boot后台项目
ws: false, ws: false,
changeOrigin: true changeOrigin: true
}, },