selectStyle生成加载样式调整

This commit is contained in:
X1627315083
2025-10-30 15:52:11 +08:00
parent 8cf7b6cb9a
commit bb67628e47
2 changed files with 18 additions and 3 deletions

View File

@@ -116,6 +116,12 @@ const {} = toRefs(data);
background-color: rgba(0, 0, 0, 0.5);
top: 0;
left: 0;
.van-loading {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
}
> .icon{
position: absolute;