.modal-form-board {
|
position: fixed;
|
z-index: 1;
|
padding-top: 48px;
|
top: 0px;
|
left: 0px;
|
right: 0px;
|
bottom: 0px;
|
background: rgba(0, 0, 0, 0.35);
|
display: flex;
|
.tools {
|
flex: 1;
|
background: #ffffff;
|
border-right: 1px solid #d9d9d9;
|
height: 100%;
|
overflow-y: auto;
|
padding-bottom: 30px;
|
.ant-collapse-borderless {
|
background-color: #ffffff;
|
}
|
.ant-collapse-item {
|
border: 0;
|
}
|
.ant-input-search {
|
margin-top: 10px;
|
}
|
.ant-collapse-item.ant-collapse-item-active {
|
border-bottom: 1px solid #d9d9d9;
|
}
|
.ant-collapse .ant-collapse-header {
|
padding: 11px 16px 10px 40px;
|
border-bottom: 1px solid #d9d9d9;
|
background: #1890ff;
|
color: #ffffff;
|
}
|
.ant-collapse-content-box {
|
.ant-form-item {
|
margin-bottom: 10px;
|
.ant-form-item-label {
|
text-align: left;
|
height: 25px;
|
line-height: 25px;
|
}
|
}
|
.ant-btn {
|
margin-bottom: 10px;
|
}
|
}
|
.search-element {
|
padding-top: 10px;
|
li {
|
padding: 0px 16px 10px;
|
div {
|
cursor: move;
|
}
|
}
|
}
|
}
|
.tools::-webkit-scrollbar {
|
width: 4px;
|
}
|
.tools::-webkit-scrollbar-thumb {
|
border-radius: 5px;
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
|
background: rgba(0, 0, 0, 0.08);
|
}
|
.tools::-webkit-scrollbar-track {
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
|
border-radius: 3px;
|
border: 1px solid rgba(0, 0, 0, 0.07);
|
background: rgba(0, 0, 0, 0);
|
}
|
.setting {
|
position: relative;
|
width: calc(100vw - 235px);
|
height: 100%;
|
overflow-y: hidden;
|
background: #ffffff;
|
.ant-card-head {
|
min-height: 44px;
|
}
|
.ant-card-head-title {
|
padding: 5px 0;
|
color: #1890ff;
|
}
|
.ant-card-extra {
|
padding: 5px 0;
|
button {
|
margin-left: 20px;
|
}
|
}
|
.ant-card-body {
|
position: relative;
|
padding: 0;
|
.ant-modal-content {
|
max-width: 95%;
|
margin: 0 auto;
|
margin-top: 30px;
|
.ant-modal-header {
|
position: relative;
|
z-index: 10;
|
background: transparent;
|
height: 55px;
|
padding-right: 75px;
|
.ant-modal-title {
|
display: inline-block;
|
}
|
.ant-switch {
|
position: absolute;
|
top: 15px;
|
right: 10px;
|
}
|
.mk-cols-change {
|
float: right;
|
height: 25px;
|
margin-right: 10px;
|
}
|
}
|
.ant-modal-footer {
|
position: relative;
|
button {
|
opacity: 0.3;
|
}
|
}
|
.action-mask {
|
position: absolute;
|
top: 0px;
|
left: 0px;
|
right: 0px;
|
bottom: 0px;
|
}
|
}
|
|
.modal-form {
|
padding: 0px 24px;
|
min-height: 87px;
|
.group-title {
|
position: relative;
|
min-height: 22px;
|
margin-bottom: 10px;
|
padding-top: 10px;
|
border-bottom: 1px solid #e8e8e8;
|
|
span {
|
padding: 0 5px 5px;
|
}
|
}
|
> .ant-row {
|
min-height: 120px;
|
}
|
.ant-row.ant-form-item .ant-col {
|
padding: 0;
|
}
|
.textarea2, .textarea4 {
|
padding-left: 7px;
|
}
|
.page-card {
|
position: relative;
|
background: #ffffff;
|
border-radius: 2px;
|
// margin-bottom: 15px;
|
}
|
.ant-calendar-picker {
|
min-width: 100px!important;
|
}
|
}
|
> .anticon-setting {
|
position: absolute;
|
font-size: 16px;
|
right: 5px;
|
top: 5px;
|
padding: 10px;
|
cursor: pointer;
|
}
|
}
|
}
|
.setting {
|
overflow-y: auto;
|
}
|
.setting::-webkit-scrollbar {
|
width: 7px;
|
}
|
.setting::-webkit-scrollbar-thumb {
|
border-radius: 5px;
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
|
background: rgba(0, 0, 0, 0.13);
|
}
|
.setting::-webkit-scrollbar-track {
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
|
border-radius: 3px;
|
border: 1px solid rgba(0, 0, 0, 0.07);
|
background: rgba(0, 0, 0, 0);
|
}
|
}
|
|
.modal-fields {
|
.ant-modal {
|
top: 50px;
|
padding-bottom: 5px;
|
.ant-modal-body {
|
max-height: calc(100vh - 190px);
|
overflow-y: auto;
|
.ant-empty {
|
margin: 15vh 8px;
|
}
|
}
|
.ant-modal-body::-webkit-scrollbar {
|
width: 7px;
|
}
|
.ant-modal-body::-webkit-scrollbar-thumb {
|
border-radius: 5px;
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
|
background: rgba(0, 0, 0, 0.13);
|
}
|
.ant-modal-body::-webkit-scrollbar-track {
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
|
border-radius: 3px;
|
border: 1px solid rgba(0, 0, 0, 0.07);
|
background: rgba(0, 0, 0, 0);
|
}
|
}
|
}
|