|
|
|
@ -990,11 +990,11 @@ function getWeek(dateTime) {
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<style lang="less" scoped>
|
|
|
|
|
/deep/ .ant-form-item-control-input-content div {
|
|
|
|
|
:deep(.ant-form-item-control-input-content div) {
|
|
|
|
|
font-size: 12px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-input-number-handler-wrap {
|
|
|
|
|
:deep(.ant-input-number-handler-wrap) {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -1060,17 +1060,17 @@ function getWeek(dateTime) {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-input-number-input {
|
|
|
|
|
:deep(.ant-input-number-input) {
|
|
|
|
|
background-color: rgba(245, 249, 252, 1);
|
|
|
|
|
;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-input-number-affix-wrapper {
|
|
|
|
|
:deep(.ant-input-number-affix-wrapper) {
|
|
|
|
|
background-color: rgba(245, 249, 252, 1);
|
|
|
|
|
;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-input-number-input {
|
|
|
|
|
:deep(.ant-input-number-input) {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -1278,49 +1278,49 @@ function getWeek(dateTime) {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-form-item {
|
|
|
|
|
:deep(.ant-form-item) {
|
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-table.ant-table-bordered>.ant-table-container {
|
|
|
|
|
:deep(.ant-table.ant-table-bordered>.ant-table-container) {
|
|
|
|
|
border-left: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ .ds-table .ant-table-container,
|
|
|
|
|
.ds-table-detail .ant-table-container {
|
|
|
|
|
:deep(.ds-table .ant-table-container,
|
|
|
|
|
.ds-table-detail .ant-table-container) {
|
|
|
|
|
padding: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bookslot {
|
|
|
|
|
/deep/ .ant-input {
|
|
|
|
|
:deep(.ant-input) {
|
|
|
|
|
height: 26px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-input-number-input {
|
|
|
|
|
:deep(.ant-input-number-input) {
|
|
|
|
|
height: 26px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-picker-input>input {
|
|
|
|
|
:deep(.ant-picker-input>input) {
|
|
|
|
|
height: 26px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
|
|
|
:deep(.ant-select-single:not(.ant-select-customize-input) .ant-select-selector) {
|
|
|
|
|
height: 26px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
|
|
|
|
|
:deep(.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input) {
|
|
|
|
|
height: 26px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-picker {
|
|
|
|
|
:deep(.ant-picker) {
|
|
|
|
|
height: 26px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-select-single .ant-select-selector .ant-select-selection-item,
|
|
|
|
|
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
|
|
|
:deep(.ant-select-single .ant-select-selector .ant-select-selection-item,
|
|
|
|
|
.ant-select-single .ant-select-selector .ant-select-selection-placeholder) {
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|