修复app.css代码错误
This commit is contained in:
parent
685ad20e3a
commit
dc2aa9e2f2
36
src/App.css
36
src/App.css
|
@ -13,22 +13,27 @@
|
||||||
.zent-grid-th[data-zv="9.11.0"] {
|
.zent-grid-th[data-zv="9.11.0"] {
|
||||||
background: #fff !important;
|
background: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zent-grid-th[data-zv="9.11.0"],
|
.zent-grid-th[data-zv="9.11.0"],
|
||||||
.zent-grid-td[data-zv="9.11.0"] {
|
.zent-grid-td[data-zv="9.11.0"] {
|
||||||
border-bottom-color: #f1f1f1 !important;
|
border-bottom-color: #f1f1f1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zent-swiper__dots-small[data-zv="9.11.0"] .zent-swiper__dots-item {
|
.zent-swiper__dots-small[data-zv="9.11.0"] .zent-swiper__dots-item {
|
||||||
height: 8px;
|
height: 8px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
margin: 12px 8px;
|
margin: 12px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 账号新增岗位 */
|
/* 账号新增岗位 */
|
||||||
.zent-form-horizontal[data-zv="9.11.0"] .zent-form-label {
|
.zent-form-horizontal[data-zv="9.11.0"] .zent-form-label {
|
||||||
margin-right: 58px !important;
|
margin-right: 58px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#accadd .zent-form-horizontal[data-zv="9.11.0"] .zent-form-label {
|
#accadd .zent-form-horizontal[data-zv="9.11.0"] .zent-form-label {
|
||||||
flex-basis: 90px !important;
|
flex-basis: 90px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#accadd .zent-form-horizontal[data-zv="9.11.0"] .zent-form-control-content {
|
#accadd .zent-form-horizontal[data-zv="9.11.0"] .zent-form-control-content {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
@ -36,16 +41,20 @@
|
||||||
.zent-form-error[data-zv="9.11.0"] {
|
.zent-form-error[data-zv="9.11.0"] {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zent-radio-button[data-zv="9.11.0"]:first-child {
|
.zent-radio-button[data-zv="9.11.0"]:first-child {
|
||||||
border-radius: 6px 0 0 6px !important;
|
border-radius: 6px 0 0 6px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zent-radio-button[data-zv="9.11.0"]:last-child {
|
.zent-radio-button[data-zv="9.11.0"]:last-child {
|
||||||
border-radius: 0 6px 6px 0 !important;
|
border-radius: 0 6px 6px 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zent-radio-button[data-zv="9.11.0"] {
|
.zent-radio-button[data-zv="9.11.0"] {
|
||||||
min-width: 90px !important;
|
min-width: 90px !important;
|
||||||
line-height: 25px !important;
|
line-height: 25px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zent-radio-button--checked[data-zv="9.11.0"] {
|
.zent-radio-button--checked[data-zv="9.11.0"] {
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
}
|
}
|
||||||
|
@ -60,11 +69,13 @@
|
||||||
border-left: 0 !important;
|
border-left: 0 !important;
|
||||||
border-right: 0 !important;
|
border-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 表格样式 */
|
/* 表格样式 */
|
||||||
.zent-card[data-zv="9.11.0"] {
|
.zent-card[data-zv="9.11.0"] {
|
||||||
border-radius: 6px !important;
|
border-radius: 6px !important;
|
||||||
overflow: scroll !important;
|
overflow: scroll !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zent-card-header[data-zv="9.11.0"] {
|
.zent-card-header[data-zv="9.11.0"] {
|
||||||
background: #f9fafc;
|
background: #f9fafc;
|
||||||
}
|
}
|
||||||
|
@ -75,17 +86,21 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zent-dialog-r-title-text {
|
.zent-dialog-r-title-text {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zent-zoom-enter-done .zent-btn {
|
.zent-zoom-enter-done .zent-btn {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zent-zoom-enter-done .btngroup {
|
.zent-zoom-enter-done .btngroup {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
justify-content: flex-end !important;
|
justify-content: flex-end !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.surebtnstyle {
|
.surebtnstyle {
|
||||||
color: #2b66f2 !important;
|
color: #2b66f2 !important;
|
||||||
}
|
}
|
||||||
|
@ -98,6 +113,7 @@
|
||||||
flex-basis: 80px !important;
|
flex-basis: 80px !important;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .zent-switch::after{
|
/* .zent-switch::after{
|
||||||
content: '开'!important;
|
content: '开'!important;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
@ -117,6 +133,7 @@
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zent-form-label[data-zv="9.11.0"].zent-form-label-required::before {
|
.zent-form-label[data-zv="9.11.0"].zent-form-label-required::before {
|
||||||
content: "" !important;
|
content: "" !important;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -215,11 +232,11 @@
|
||||||
/* 日期整体样式 */
|
/* 日期整体样式 */
|
||||||
.zent-datepicker .zent-datepicker-trigger {
|
.zent-datepicker .zent-datepicker-trigger {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
.zent-datepicker .zent-datepicker-trigger:hover {
|
||||||
border-color: #296bef !important;
|
border-color: #296bef !important;
|
||||||
background-color: #f7f9fc !important;
|
background-color: #f7f9fc !important;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 下拉框统一样式 */
|
/* 下拉框统一样式 */
|
||||||
|
@ -228,11 +245,12 @@
|
||||||
border-left: 0 !important;
|
border-left: 0 !important;
|
||||||
border-right: 0 !important;
|
border-right: 0 !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
|
}
|
||||||
&:hover {
|
|
||||||
background-color: #f7f9fc !important;
|
.zent-select-v2:hover {
|
||||||
.zent-select-v2-search {
|
background-color: #f7f9fc !important;
|
||||||
background-color: #f7f9fc !important;
|
}
|
||||||
}
|
|
||||||
}
|
.zent-select-v2:hover .zent-select-v2-search {
|
||||||
|
background-color: #f7f9fc !important;
|
||||||
}
|
}
|
Loading…
Reference in New Issue