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

23 lines
355 B
Plaintext
Raw Normal View History

2024-09-03 16:19:42 +08:00
.custom_browser_dialog {
2024-09-06 13:18:52 +08:00
.tableSearch {
float: right;
margin: 16px;
position: relative;
z-index: 99;
min-width: 200px;
}
2024-09-03 16:19:42 +08:00
.ant-spin-nested-loading, .ant-spin-container {
height: 100%;
}
.wea-input-focus {
height: 35px !important;
2024-09-06 13:18:52 +08:00
//width: 100% !important;
2024-09-03 16:19:42 +08:00
input {
height: 100% !important;
}
}
}