Update: 更新状态栏css

This commit is contained in:
王立帮
2024-08-18 12:42:53 +08:00
parent 996a239b11
commit 8344096633
2 changed files with 6 additions and 4 deletions

View File

@@ -11,12 +11,12 @@
position: absolute;
top: 0px;
width: 100%;
height: 23px;
height: 24px;
}
div[m-id="{{d.mId}}"] > .body {
position: absolute;
top: 23px;
top: 24px;
bottom: 0px;
width: 100%;
}