salary-management-front/pc4mobx/hrmSalary/pages/variableSalary/components/advanceInputBtn/index.less

28 lines
485 B
Plaintext
Raw Normal View History

2024-08-12 14:58:36 +08:00
.variable-advance-search {
2024-08-08 14:36:11 +08:00
display: flex;
align-items: center;
position: relative;
top: -1.5px;
.wea-advanced-search {
2025-10-28 15:07:15 +08:00
top: 2px!important;
2024-08-08 14:36:11 +08:00
left: -1px;
height: 28px;
line-height: 1;
border-radius: 0;
position: relative;
color: #474747;
padding: 4px 15px;
}
.wea-advanced-search:hover {
border: 1px solid #dadada;
color: #474747;
}
.text-elli {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
2025-10-28 15:07:15 +08:00
}