Skip to content

Commit d94c3f0

Browse files
kagolgitee-org
authored andcommitted
!317 【Form】修复icon被遮挡的问题
Merge pull request !317 from AlanLee/dev
2 parents 7864763 + a787f36 commit d94c3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devui-vue/devui/form/src/form-control/form-control.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
position: absolute;
1313
top: 50%;
1414
right: 0;
15-
z-index: 1;
15+
z-index: 10;
1616
width: 32px;
1717
height: 16px;
1818
margin-top: -7px;

0 commit comments

Comments
 (0)