.formtab {
|
position: relative;
|
min-height: calc(100vh - 94px);
|
padding-top: 16px;
|
padding-bottom: 80px;
|
.box404 {
|
padding-top: 30px;
|
}
|
>.ant-form.ant-form-horizontal {
|
.ant-collapse {
|
border-radius: 0;
|
border: 0;
|
.ant-collapse-header {
|
cursor: default;
|
border-radius: 0!important;
|
background: #1890ff;
|
color: #ffffff;
|
padding-left: 30px;
|
padding-right: 20px;
|
.anticon {
|
font-size: 16px;
|
}
|
.ant-collapse-extra {
|
.anticon-edit {
|
position: absolute;
|
left: 5px;
|
top: 2px;
|
}
|
}
|
}
|
.ant-collapse-item:last-child {
|
border-radius: 0;
|
.ant-collapse-content {
|
border-radius: 0;
|
}
|
}
|
.ant-collapse-content-box {
|
padding: 16px 30px;
|
> .ant-row {
|
// .page-card {
|
// position: relative;
|
// background: #ffffff;
|
// border-radius: 2px;
|
// padding-top: 15px;
|
// .ant-form-item {
|
// cursor: move;
|
// display: flex;
|
// margin-bottom: 0px;
|
// .ant-form-item-label {
|
// label {
|
// width: 100%;
|
// cursor: move;
|
// overflow: hidden;
|
// display: inline-block;
|
// text-overflow: ellipsis;
|
// white-space: nowrap;
|
// }
|
// }
|
// .ant-form-item-label.ant-col-cuslabel {
|
// width: 11%;
|
// }
|
// .ant-form-item-control-wrapper.ant-col-cuswrap {
|
// width: 89%;
|
// }
|
// .ant-form-item-control-wrapper {
|
// .ant-input-number {
|
// width: 100%;
|
// margin-top: 4px;
|
// }
|
// .ant-select {
|
// width: 100%;
|
// margin-top: 4px;
|
// }
|
// .ant-calendar-picker {
|
// margin-top: 4px;
|
// }
|
// .ant-btn {
|
// margin-top: 4px;
|
// }
|
// .data-range .ant-calendar-picker-input {
|
// padding: 4px 20px 4px 5px;
|
// font-size: 13px;
|
// }
|
// }
|
// }
|
// }
|
.ant-calendar-picker {
|
min-width: 100px!important;
|
width: 100%;
|
}
|
}
|
}
|
}
|
}
|
|
.ant-modal-mask {
|
position: absolute;
|
}
|
.ant-modal-wrap {
|
position: absolute;
|
}
|
.action-modal .ant-modal {
|
top: 40px;
|
max-width: 95%;
|
.ant-modal-body {
|
max-height: calc(100vh - 265px);
|
}
|
}
|
> .ant-spin {
|
position: fixed;
|
left: calc(50vw - 22px);
|
top: calc(50vh - 70px);
|
}
|
> .ant-tabs {
|
padding: 0px 20px;
|
margin-bottom: 20px;
|
.ant-tabs-tab:not(.ant-tabs-tab-active) {
|
cursor: pointer;
|
}
|
}
|
> .ant-card {
|
margin: 0 20px 20px;
|
> .ant-card-head {
|
border: 0;
|
padding: 0;
|
min-height: 30px;
|
.ant-card-head-title {
|
padding: 10px 0 0;
|
span {
|
color: #1890ff;
|
display: inline-block;
|
padding: 0 10px;
|
font-size: 15px;
|
border-bottom: 1px solid #1890ff;
|
i {
|
margin-right: 10px;
|
}
|
}
|
}
|
}
|
> .ant-card-body {
|
padding: 0;
|
}
|
}
|
.main-table-box {
|
position: relative;
|
.pickchange {
|
position: absolute;
|
right: 0px;
|
top: -25px;
|
.ant-switch {
|
z-index: 1;
|
float: right;
|
margin-right: 20px;
|
margin-bottom: 5px;
|
}
|
}
|
}
|
}
|
|
.popview-modal {
|
.ant-modal-body {
|
min-height: 300px;
|
}
|
}
|