修复BUG,inputGroup formControl样式z-Index为2,设置3覆盖掉此控件
This commit is contained in:
parent
e6b286ed61
commit
2a124ed817
|
@ -11,7 +11,7 @@
|
|||
position: absolute;
|
||||
width: auto;
|
||||
padding-right: 20px;
|
||||
z-index: 2;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
#main-content {
|
||||
|
|
Loading…
Reference in New Issue