salary-management-front/pc4mobx/hrmSalary/components/CustomBrowser/index.less

25 lines
395 B
Plaintext
Raw Normal View History

2024-09-06 15:45:57 +08:00
.custom_browser_dialog {
.tableSearch {
float: right;
margin: 16px;
position: relative;
z-index: 99;
min-width: 200px;
}
.ant-spin-nested-loading, .ant-spin-container {
height: 100%;
}
2024-09-09 09:35:02 +08:00
.wea-hr-muti-dialog {
.wea-input-focus {
height: 35px !important;
width: 100% !important;
2024-09-06 15:45:57 +08:00
2024-09-09 09:35:02 +08:00
input {
height: 100% !important;
}
2024-09-06 15:45:57 +08:00
}
}
}