[ Feat] {#21} Add AppBar window oper icons

1. [+] {#21} 增加了应用栏 (顶栏) 上的窗口操作按钮
2. [-] 删掉了几个调试时留下的 console.debug
This commit is contained in:
Minoricew
2025-06-14 16:07:10 +08:00
parent e63c989d88
commit 9a2a335742
6 changed files with 147 additions and 5 deletions

View File

@@ -19,6 +19,11 @@
color: rgba(0, 0, 0, 0.8);
}
.aura-config-page-header-area.color-reverse
.aura-config-page-app-bar-hr-vertical {
background: rgba(0, 0, 0, 0.5);
}
.aura-config-page-header-area .iconfont {
font-size: 24px;
}
@@ -33,7 +38,7 @@
}
.aura-config-page-header-area p {
margin-top: -1px;
margin-top: -2px;
}
.aura-config-page-header-area.header-collapsed {
@@ -48,3 +53,16 @@
align-items: center;
width: 100%;
}
.aura-config-page-app-bar-spacer {
flex-grow: 1;
}
.aura-config-page-app-bar-hr-vertical {
position: relative;
margin-left: 8px;
width: 1px;
background: rgba(255, 255, 255, 0.5);
height: 12px;
transition: background 0.5s;
}