mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
no message
This commit is contained in:
parent
567c75830a
commit
cf9f389f75
@ -60,7 +60,7 @@
|
|||||||
"stylus-loader": "^7.1.0",
|
"stylus-loader": "^7.1.0",
|
||||||
"tinymce": "^5.10.3",
|
"tinymce": "^5.10.3",
|
||||||
"tui-calendar-hi": "^1.15.1-5",
|
"tui-calendar-hi": "^1.15.1-5",
|
||||||
"view-design-hi": "^4.7.0-68",
|
"view-design-hi": "^4.7.0-69",
|
||||||
"vite": "^2.9.15",
|
"vite": "^2.9.15",
|
||||||
"vite-plugin-file-copy": "^1.0.0",
|
"vite-plugin-file-copy": "^1.0.0",
|
||||||
"vite-plugin-require": "^1.1.10",
|
"vite-plugin-require": "^1.1.10",
|
||||||
|
|||||||
2
resources/assets/js/functions/eeui.js
vendored
2
resources/assets/js/functions/eeui.js
vendored
@ -250,7 +250,7 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
// 设置应用程序级别的摇动撤销
|
// 设置应用程序级别的摇动撤销(仅支持iOS、android无效)
|
||||||
eeuiAppShakeToEditEnabled(enabled) {
|
eeuiAppShakeToEditEnabled(enabled) {
|
||||||
if (!$A.isEEUiApp) return;
|
if (!$A.isEEUiApp) return;
|
||||||
$A.eeuiModule("eeui").then(obj => {
|
$A.eeuiModule("eeui").then(obj => {
|
||||||
|
|||||||
4
resources/assets/sass/dark.scss
vendored
4
resources/assets/sass/dark.scss
vendored
@ -586,9 +586,11 @@ body.dark-mode-reverse {
|
|||||||
> i {
|
> i {
|
||||||
&.send,
|
&.send,
|
||||||
&.error {
|
&.error {
|
||||||
color: #0a7600;
|
|
||||||
background: #000000;
|
background: #000000;
|
||||||
}
|
}
|
||||||
|
&.send {
|
||||||
|
color: #0a7600;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -767,7 +767,7 @@
|
|||||||
width: 88%;
|
width: 88%;
|
||||||
padding: 18px;
|
padding: 18px;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
transform: translateY(24px);
|
transform: translateY(12px);
|
||||||
&:before {
|
&:before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -827,7 +827,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: #3fc433;
|
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
.common-loading {
|
.common-loading {
|
||||||
@ -835,6 +834,9 @@
|
|||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.send {
|
||||||
|
color: #3fc433;
|
||||||
|
}
|
||||||
&.error {
|
&.error {
|
||||||
color: #ff0000;
|
color: #ff0000;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user