1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-28 12:10:20 +08:00

perf: 全局样式调整

This commit is contained in:
张传龙
2022-06-18 22:00:58 +08:00
parent 16957a96b7
commit 39a80926bf
13 changed files with 60 additions and 119 deletions

View File

@@ -54,7 +54,7 @@ function handleSavePost(e) {
margin-right: 20px;
font-size: 20px;
font-weight: bold;
color: $primaryColor;
color: var(--primaryColor);
}
}
</style>