Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c44d763e63 |
@@ -305,6 +305,7 @@ export default defineComponent({
|
|||||||
@sidebar-width: 1.2rem;
|
@sidebar-width: 1.2rem;
|
||||||
@cell-width: 1.8rem;
|
@cell-width: 1.8rem;
|
||||||
@portrait-header-height: 0.72rem;
|
@portrait-header-height: 0.72rem;
|
||||||
|
@portrait-day-row-min-height: 1.16rem;
|
||||||
|
|
||||||
.matrix-wrapper {
|
.matrix-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -350,7 +351,8 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-row {
|
.sidebar-row {
|
||||||
flex: 1;
|
flex: 1 0 @portrait-day-row-min-height;
|
||||||
|
min-height: @portrait-day-row-min-height;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -391,6 +393,7 @@ export default defineComponent({
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ─── 行:共用 ─── */
|
/* ─── 行:共用 ─── */
|
||||||
@@ -402,8 +405,8 @@ export default defineComponent({
|
|||||||
|
|
||||||
.sr-row {
|
.sr-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1 0 @portrait-day-row-min-height;
|
||||||
min-height: 0;
|
min-height: @portrait-day-row-min-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ─── Spacer(占位与 sidebar 同宽) ─── */
|
/* ─── Spacer(占位与 sidebar 同宽) ─── */
|
||||||
|
|||||||
@@ -1270,6 +1270,10 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
:deep(.matrix-scroll) {
|
:deep(.matrix-scroll) {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
:deep(.scroll-inner) {
|
||||||
padding-bottom: calc(0.72rem + env(safe-area-inset-bottom));
|
padding-bottom: calc(0.72rem + env(safe-area-inset-bottom));
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user