194 lines
4.1 KiB
CSS
194 lines
4.1 KiB
CSS
.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: 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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
/* 表格样式 */
|
|
.zent-card[data-zv="9.11.0"]{
|
|
border-radius: 6px!important;
|
|
overflow: scroll!important;
|
|
}
|
|
.zent-card-header[data-zv="9.11.0"]{
|
|
background: #F9FAFC;
|
|
}
|
|
|
|
/* 弹出 */
|
|
.zent-dialog-r-body-content{
|
|
display: flex;
|
|
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;
|
|
}
|
|
|
|
/* #menuright .zent-form-horizontal[data-zv="9.11.0"] .zent-form-label{
|
|
width: 120px!important;
|
|
} */
|
|
|
|
#menuright .zent-form-horizontal[data-zv="9.11.0"] .zent-form-label{
|
|
flex-basis: 80px!important;
|
|
justify-content:flex-start;
|
|
}
|
|
/* .zent-switch::after{
|
|
content: '开'!important;
|
|
margin-left: 10px;
|
|
} */
|
|
|
|
|
|
/* 表格弹出 */
|
|
.zent-menu[data-zv="9.11.0"]{
|
|
width: 150px!important;
|
|
}
|
|
|
|
/* 表单必填*标置后 */
|
|
.zent-form-label[data-zv="9.11.0"].zent-form-label-required::after {
|
|
color: #d42f15;
|
|
color: var(--theme-danger-color, var(--theme-error-2, #d42f15));
|
|
content: "*";
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
margin-right: 6px;
|
|
}
|
|
.zent-form-label[data-zv="9.11.0"].zent-form-label-required::before {
|
|
content: ""!important;
|
|
display: inline-block;
|
|
font-size: 0px!important;
|
|
margin-right: 0px!important;
|
|
}
|
|
|
|
/*
|
|
.zent-card-body[data-zv="9.11.0"]{
|
|
max-height: 440px!important;
|
|
overflow-y: scroll;
|
|
}
|
|
@media screen and (min-width: 1700px) {
|
|
.zent-card-body[data-zv="9.11.0"]{
|
|
max-height: 650px!important;
|
|
overflow-y: scroll;
|
|
}
|
|
} */
|
|
.zent-form-error[data-zv="9.11.0"]{
|
|
color: #ed3b3b!important;
|
|
text-align: left;
|
|
}
|
|
|
|
/* 弹出框样式 */
|
|
.questModal{
|
|
margin-top: -50px;
|
|
}
|
|
|
|
.zent-textarea[data-zv="9.11.0"] {
|
|
width: 520px;
|
|
resize: none;
|
|
}
|
|
|
|
.tab-body .iptfillself{
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
/* 警告按钮 */
|
|
.zent-btn-error[data-zv="9.11.0"], .zent-btn-danger[data-zv="9.11.0"]{
|
|
background: #fff!important;
|
|
color: #F5222D!important;
|
|
}
|
|
|
|
.zent-datepicker-trigger {
|
|
/* background: #f5f6f7!important; */
|
|
border: none!important;
|
|
}
|
|
|
|
/* 禁用按钮 */
|
|
.phonet .zent-btn-disabled[data-zv="9.11.0"],.phonet.zent-btn-disabled[data-zv="9.11.0"][disabled]{
|
|
cursor: not-allowed!important;
|
|
pointer-events:auto!important;
|
|
color: #ccc !important;
|
|
background: #fff!important;
|
|
border: none!important;
|
|
}
|
|
|
|
.zent-btn-primary.zent-btn-disabled.zent-btn
|
|
{
|
|
background-color: #f1f2f3 !important;
|
|
}
|
|
|
|
.modal{
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
background-color: rgba(0,0,0,0.5);
|
|
z-index: 6;
|
|
|
|
}
|