forked from dyf/dyf-vue-ui
修改侧边栏菜单渐变样式
This commit is contained in:
@ -34,7 +34,7 @@ defineProps({
|
||||
}
|
||||
});
|
||||
|
||||
const title = ref('物联网管理系统');
|
||||
const title = ref('星汉研创科技');
|
||||
const settingsStore = useSettingsStore();
|
||||
const sideTheme = computed(() => settingsStore.sideTheme);
|
||||
</script>
|
||||
@ -54,7 +54,7 @@ const sideTheme = computed(() => settingsStore.sideTheme);
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
background: #2b2f3a;
|
||||
background: #2c3e50; // 精确匹配设计UI的背景色
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
|
||||
@ -75,7 +75,7 @@ const sideTheme = computed(() => settingsStore.sideTheme);
|
||||
color: #fff;
|
||||
font-weight: 600;
|
||||
line-height: 50px;
|
||||
font-size: 14px;
|
||||
font-size: 16px; // 匹配设计UI的字体大小
|
||||
font-family:
|
||||
Avenir,
|
||||
Helvetica Neue,
|
||||
|
Reference in New Issue
Block a user