update at 2026-02-14 13:30:56
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.topbar {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.header {
|
||||
height: 48px;
|
||||
display: flex;
|
||||
@@ -38,6 +42,30 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/* 横屏:标题与工具条同一行,底部区域已在 WXML 中隐藏。 */
|
||||
.topbar-landscape {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.topbar-landscape .header {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.topbar-landscape .logo {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.topbar-landscape .toolbar {
|
||||
margin-top: 0;
|
||||
height: 40px;
|
||||
padding-left: 0;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.tool-icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
||||
Reference in New Issue
Block a user