diff --git a/src/App.css b/src/App.css index 87ea30ff..c2e5fff9 100644 --- a/src/App.css +++ b/src/App.css @@ -13,22 +13,27 @@ .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: 58px !important; } + #accadd .zent-form-horizontal[data-zv="9.11.0"] .zent-form-label { flex-basis: 90px !important; } + #accadd .zent-form-horizontal[data-zv="9.11.0"] .zent-form-control-content { margin-left: 0; } @@ -36,16 +41,20 @@ .zent-form-error[data-zv="9.11.0"] { margin-left: 10px; } + .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"] { min-width: 90px !important; line-height: 25px !important; } + .zent-radio-button--checked[data-zv="9.11.0"] { font-weight: bold !important; } @@ -60,11 +69,13 @@ border-left: 0 !important; border-right: 0 !important; } + /* 表格样式 */ .zent-card[data-zv="9.11.0"] { border-radius: 6px !important; overflow: scroll !important; } + .zent-card-header[data-zv="9.11.0"] { background: #f9fafc; } @@ -75,17 +86,21 @@ flex-direction: column; justify-content: space-between; } + .zent-dialog-r-title-text { color: #333; font-weight: bold; } + .zent-zoom-enter-done .zent-btn { width: 20%; } + .zent-zoom-enter-done .btngroup { display: flex !important; justify-content: flex-end !important; } + .surebtnstyle { color: #2b66f2 !important; } @@ -98,6 +113,7 @@ flex-basis: 80px !important; justify-content: flex-start; } + /* .zent-switch::after{ content: '开'!important; margin-left: 10px; @@ -117,6 +133,7 @@ font-size: 16px; margin-right: 6px; } + .zent-form-label[data-zv="9.11.0"].zent-form-label-required::before { content: "" !important; display: inline-block; @@ -215,11 +232,11 @@ /* 日期整体样式 */ .zent-datepicker .zent-datepicker-trigger { border-radius: 0 !important; +} - &:hover { - border-color: #296bef !important; - background-color: #f7f9fc !important; - } +.zent-datepicker .zent-datepicker-trigger:hover { + border-color: #296bef !important; + background-color: #f7f9fc !important; } /* 下拉框统一样式 */ @@ -228,11 +245,12 @@ border-left: 0 !important; border-right: 0 !important; border-radius: 0 !important; - - &:hover { - background-color: #f7f9fc !important; - .zent-select-v2-search { - background-color: #f7f9fc !important; - } - } } + +.zent-select-v2:hover { + background-color: #f7f9fc !important; +} + +.zent-select-v2:hover .zent-select-v2-search { + background-color: #f7f9fc !important; +} \ No newline at end of file