【修改】修改bug 修改框架样式

This commit is contained in:
zhoulingpo
2023-08-01 17:57:54 +08:00
parent 50788bb040
commit 016206b7b3
10 changed files with 158 additions and 49 deletions
+3 -2
View File
@@ -21,7 +21,7 @@ export default {
props: {
title: {
type: String,
default: 'Jero-Boot Pro',
default: 'Design System',
required: false
},
showTitle: {
@@ -58,7 +58,8 @@ export default {
}
&.light .logo {
background-color: @primary-color;
//background-color: @primary-color;
background-color: #001529;
}
}
</style>