[Bug Report] XInput right-full 将XInput 撑高
Aperta
- Lingua principale
- Vue
- Stelle
- 17.5k
- Fork
- 3.6k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### VUX version
2.9.2
### OS/Browsers version
mac os/Chrome
### Vue version
2.5.16
### Code
```html
.weui-cell {
padding: 10px 15px;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.weui-cell_warn {
color: #e64340;
}
.vux-x-input-has-right-full {
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
}
```
### Steps to reproduce
打开含有验证码的XInput页面
### What is Expected?
高度应该是44px
### What is actually happening?
weui-cell padding 屏蔽了vux-x-input-has-right-full的样式 应该加!important
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.