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
567c75830a
commit
cf9f389f75
@ -60,7 +60,7 @@
|
||||
"stylus-loader": "^7.1.0",
|
||||
"tinymce": "^5.10.3",
|
||||
"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-plugin-file-copy": "^1.0.0",
|
||||
"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) {
|
||||
if (!$A.isEEUiApp) return;
|
||||
$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 {
|
||||
&.send,
|
||||
&.error {
|
||||
color: #0a7600;
|
||||
background: #000000;
|
||||
}
|
||||
&.send {
|
||||
color: #0a7600;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -767,7 +767,7 @@
|
||||
width: 88%;
|
||||
padding: 18px;
|
||||
border-radius: 14px;
|
||||
transform: translateY(24px);
|
||||
transform: translateY(12px);
|
||||
&:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
@ -827,7 +827,6 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #3fc433;
|
||||
background: #ffffff;
|
||||
font-weight: 600;
|
||||
.common-loading {
|
||||
@ -835,6 +834,9 @@
|
||||
height: 26px;
|
||||
}
|
||||
}
|
||||
&.send {
|
||||
color: #3fc433;
|
||||
}
|
||||
&.error {
|
||||
color: #ff0000;
|
||||
font-size: 30px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user