frontend/src/App.css

52 lines
1.2 KiB
CSS
Raw Normal View History

2021-11-02 09:32:55 +08:00
.zent-btn[data-zv="9.11.0"]{
border-radius: 4px!important;
}
.zent-swiper[data-zv="9.11.0"]{
height: 280px;
}
.zent-grid-tr[data-zv="9.11.0"]{
height: auto!important;
}
.zent-grid-th[data-zv="9.11.0"]{
background: #fff!important;
}
.zent-grid-th[data-zv="9.11.0"], .zent-grid-td[data-zv="9.11.0"]{
border-bottom-color: #f1f1f1!important;
}
.zent-swiper__dots-small[data-zv="9.11.0"] .zent-swiper__dots-item {
height: 8px;
width: 8px;
margin:12px 8px;
}
.zent-form-horizontal[data-zv="9.11.0"] .zent-form-label {
margin-right: 50px!important;
}
.zent-radio-button[data-zv="9.11.0"]:first-child {
border-radius: 6px 0 0 6px !important;
}
.zent-radio-button[data-zv="9.11.0"]:last-child {
border-radius: 0 6px 6px 0!important;
}
.zent-radio-button[data-zv="9.11.0"] {
width: 120px!important;
line-height: 25px!important;
}
.zent-radio-button--checked[data-zv="9.11.0"]{
font-weight: bold!important;
}
.zent-radio-button--checked[data-zv="9.11.0"]{
background: #FAFCFF!important;
}
/* 表单下拉框 */
.zent-select-v2[data-zv="9.11.0"]{
border-top: 0!important;
border-left: 0!important;
border-right: 0!important;
}