Skip to content

Commit c76b213

Browse files
author
云淇淋
authored
Merge pull request #1229 from ZweiZhao/patch-2
修复被覆盖问题
2 parents e7e6f0b + abd9d13 commit c76b213

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/indicator/src/indicator.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
color: white;
2424
box-sizing: border-box;
2525
text-align: center;
26+
z-index: 3000;
2627
}
2728
2829
@descendent text {
@@ -43,6 +44,7 @@
4344
size: 100%;
4445
opacity: 0;
4546
background: transparent;
47+
z-index: 3000;
4648
}
4749
}
4850
}

0 commit comments

Comments
 (0)