no message

This commit is contained in:
kuaifan 2025-04-14 23:59:23 +08:00
parent ff1dce833a
commit ca8f7374da
2 changed files with 4 additions and 3 deletions

View File

@ -150,7 +150,7 @@ export default {
if (windowLandscape) {
return "#f4f5f7"
}
if (['manage-messenger', 'manage-project'].includes(routeName) || routeName.startsWith('manage-setting')) {
if (['login', 'manage-messenger', 'manage-project'].includes(routeName) || routeName.startsWith('manage-setting')) {
return '#f8f8f8'
}
return null
@ -163,7 +163,7 @@ export default {
if (windowLandscape) {
return "#f4f5f7"
}
if (['manage-messenger', 'manage-project', 'manage-setting'].includes(routeName)) {
if (['login', 'manage-messenger', 'manage-project', 'manage-setting'].includes(routeName)) {
return '#f8f8f8'
}
return mobileTabbar ? '#f8f8f8' : null

View File

@ -1,4 +1,5 @@
.common-right-bottom {
margin-bottom: var(--navigation-bar-height);
position: absolute;
bottom: 22px;
right: 26px;
@ -100,4 +101,4 @@ body.window-portrait {
.common-right-bottom {
display: none;
}
}
}