no message

This commit is contained in:
kuaifan 2025-03-05 08:23:08 +08:00
parent 567c75830a
commit cf9f389f75
4 changed files with 9 additions and 5 deletions

View File

@ -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",

View File

@ -250,7 +250,7 @@
})
},
// 设置应用程序级别的摇动撤销
// 设置应用程序级别的摇动撤销仅支持iOS、android无效
eeuiAppShakeToEditEnabled(enabled) {
if (!$A.isEEUiApp) return;
$A.eeuiModule("eeui").then(obj => {

View File

@ -586,9 +586,11 @@ body.dark-mode-reverse {
> i {
&.send,
&.error {
color: #0a7600;
background: #000000;
}
&.send {
color: #0a7600;
}
}
}
}

View File

@ -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;