全局样式修改

This commit is contained in:
仲么了
2024-01-23 14:36:20 +08:00
parent 8808d415c4
commit d9bcfaf774
2 changed files with 22 additions and 17 deletions

View File

@@ -13,7 +13,7 @@
:color="configStore.getColorVal('headerBarTabColor')"
class="nav-menu-icon"
v-if="state.isFullScreen"
name="fa-solid fa-minimize"
name="fa-solid fa-compress"
size="18"
/>
<Icon
@@ -177,6 +177,9 @@ const onLogout = () => {
cursor: pointer;
user-select: none;
color: v-bind('configStore.getColorVal("headerBarTabColor")');
&:hover {
color: v-bind('configStore.getColorVal("headerBarTabActiveColor")');
}
}
.admin-name {
padding-left: 6px;