style(加载动画组件): 将加载动画设置到加载状态的最上层
This commit is contained in:
parent
6812ce50d8
commit
962f80250f
@ -24,6 +24,8 @@ defineProps({
|
||||
|
||||
<style scoped>
|
||||
.loading-spinner-image {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
display: block;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user