mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
no message
This commit is contained in:
parent
a0aa04fd8c
commit
fc339ae55f
@ -59,7 +59,7 @@
|
||||
"stylus": "^0.59.0",
|
||||
"stylus-loader": "^7.1.0",
|
||||
"tinymce": "^5.10.3",
|
||||
"tui-calendar-hi": "^2.1.3-3",
|
||||
"tui-calendar-hi": "^2.1.3-5",
|
||||
"view-design-hi": "^4.7.0-76",
|
||||
"vite": "^2.9.15",
|
||||
"vite-plugin-file-copy": "^1.0.0",
|
||||
|
||||
17
resources/assets/sass/components/mobile.scss
vendored
17
resources/assets/sass/components/mobile.scss
vendored
@ -354,26 +354,9 @@ body.window-touch {
|
||||
}
|
||||
|
||||
body.window-portrait {
|
||||
.mobile-tabbar {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.mobile-notification {
|
||||
top: 12px;
|
||||
width: 94%;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
@media (max-height: 400px) {
|
||||
.mobile-tabbar {
|
||||
display: none !important;
|
||||
}
|
||||
.page-manage {
|
||||
&.show-tabbar {
|
||||
.manage-box-main {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
17
resources/assets/sass/pages/page-manage.scss
vendored
17
resources/assets/sass/pages/page-manage.scss
vendored
@ -435,13 +435,24 @@
|
||||
|
||||
body.window-portrait {
|
||||
.page-manage {
|
||||
.manage-box-menu {
|
||||
display: none;
|
||||
}
|
||||
&.show-tabbar {
|
||||
.manage-box-main {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
}
|
||||
.manage-box-menu {
|
||||
display: none;
|
||||
.mobile-tabbar {
|
||||
display: flex;
|
||||
}
|
||||
@media (max-height: 400px) {
|
||||
.manage-box-main {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.mobile-tabbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user