mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 20:12:48 +00:00
no message
This commit is contained in:
parent
ff1dce833a
commit
ca8f7374da
@ -150,7 +150,7 @@ export default {
|
|||||||
if (windowLandscape) {
|
if (windowLandscape) {
|
||||||
return "#f4f5f7"
|
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 '#f8f8f8'
|
||||||
}
|
}
|
||||||
return null
|
return null
|
||||||
@ -163,7 +163,7 @@ export default {
|
|||||||
if (windowLandscape) {
|
if (windowLandscape) {
|
||||||
return "#f4f5f7"
|
return "#f4f5f7"
|
||||||
}
|
}
|
||||||
if (['manage-messenger', 'manage-project', 'manage-setting'].includes(routeName)) {
|
if (['login', 'manage-messenger', 'manage-project', 'manage-setting'].includes(routeName)) {
|
||||||
return '#f8f8f8'
|
return '#f8f8f8'
|
||||||
}
|
}
|
||||||
return mobileTabbar ? '#f8f8f8' : null
|
return mobileTabbar ? '#f8f8f8' : null
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
.common-right-bottom {
|
.common-right-bottom {
|
||||||
|
margin-bottom: var(--navigation-bar-height);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 22px;
|
bottom: 22px;
|
||||||
right: 26px;
|
right: 26px;
|
||||||
@ -100,4 +101,4 @@ body.window-portrait {
|
|||||||
.common-right-bottom {
|
.common-right-bottom {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user