mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 02:12:53 +00:00
no message
This commit is contained in:
parent
ff1dce833a
commit
ca8f7374da
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user