.attendanceRefWrapper { height: 100%; display: flex; flex-direction: column; .wea-form-item { padding: 8px 16px; .to { padding: 0 10px } } .tableWrapper { flex: 1; overflow: hidden; } .linkWapper { & > a:first-child { padding-right: 10px; } } } .attendenceImportWrapper { .wea-dialog-body { padding: 16px 120px; .wea-select, .ant-select, .ant-select-selection { width: 100%; } .ant-select-selection { border-radius: 0; height: 30px; } } } //导入字段设置 .fieldSetWrapper { .wea-dialog-body { padding: 16px 20px; } .ant-modal-footer button { margin-right: 0 !important; } .ant-btn-group { margin-left: 10px !important; } .searchWrapper { display: flex; justify-content: flex-end; align-items: center; margin-bottom: 10px; } .allInWrapper { display: flex; justify-content: flex-start; margin-top: 10px; } } //新建考勤自定义字段弹框 .itemManageModalWrapper { .wea-select, .ant-select-selection, .ant-select { width: 100%; } .wea-select { display: inline-block; position: relative; } .ant-select-selection { height: 30px; border-radius: 0; } }