app-preset-text-input.less 167 字节
Newer Older
1 2 3 4 5 6 7 8 9
.app-preset-text-input{
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #e7e7e7;
    .app-ion-input{
        width: 100%;
        height: 32px;
    }
}