no message

This commit is contained in:
kuaifan 2025-11-07 01:00:30 +00:00
parent 3339e6b442
commit eaec8ef994
2 changed files with 5 additions and 1 deletions

View File

@ -61,7 +61,7 @@
"stylus-loader": "^7.1.0",
"tinymce": "^5.10.3",
"tui-calendar-hi": "^2.1.3-6",
"view-design-hi": "^4.7.0-78",
"view-design-hi": "^4.7.0-79",
"vite": "^2.9.15",
"vite-plugin-file-copy": "^1.0.0",
"vite-plugin-require": "^1.1.10",

View File

@ -195,6 +195,10 @@ body.window-landscape {
.common-drawer {
--body-max-width: calc(100% - 80px);
}
// 底部抽屉样式
.drawer-bottom {
--body-max-width: 100%;
}
// 横屏模式下的全屏抽屉样式
.drawer-fullscreen {
--body-max-width: 100%;