适配深色模式、生成动画的文件chatloading改为generateLoading
This commit is contained in:
@@ -28,6 +28,13 @@ button.sandblasted-blurred::after {
|
||||
button.sandblasted-blurred:active {
|
||||
opacity: 0.7;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root,
|
||||
body {
|
||||
background: white !important;
|
||||
color: black !important;
|
||||
}
|
||||
}
|
||||
html:root {
|
||||
--van-dialog-width: 90rem;
|
||||
--van-dialog-font-size: 5rem;
|
||||
@@ -39,3 +46,9 @@ html:root {
|
||||
--van-dialog-message-padding: 3rem 2.5rem;
|
||||
--van-dialog-has-title-message-padding-top: 2.5rem;
|
||||
}
|
||||
.van-toast__text {
|
||||
font-size: 4rem;
|
||||
height: 5rem;
|
||||
line-height: 5rem;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user