mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 13:19:31 +08:00
新增:更新halo.config.js 配置参数;
更新:更新项目UI框架; 修复:修复友链列表丢失白色背景色BUG;
This commit is contained in:
@@ -302,19 +302,19 @@ export default {
|
||||
.tm-dialog {
|
||||
width: 100%;
|
||||
z-index: 600;
|
||||
background-color: rgba(0, 0, 0, 0.35);
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
||||
backdrop-filter: blur(10px);
|
||||
transition: all 0.35s;
|
||||
backdrop-filter: blur(3px);
|
||||
transition: all 0.24s;
|
||||
.success {
|
||||
animation: success 0.35s linear;
|
||||
animation: success 0.24s ease;
|
||||
|
||||
// transform: scale(1);
|
||||
}
|
||||
.clickover {
|
||||
animation: clickover 0.35s linear;
|
||||
animation: clickover 0.24s ease;
|
||||
}
|
||||
}
|
||||
@keyframes clickover {
|
||||
|
||||
Reference in New Issue
Block a user