lilishop-ui/manager/src/styles/table-common.scss

45 lines
617 B
SCSS
Raw Normal View History

2021-05-13 10:56:04 +08:00
.search {
.operation {
margin-bottom: 2vh;
}
2021-05-13 10:56:04 +08:00
2021-05-13 10:56:04 +08:00
.select-clear {
margin-left: 10px;
}
2021-05-13 10:56:04 +08:00
}
.search-input {
width: 270px;
margin-right: 20px;
2021-05-13 10:56:04 +08:00
}
.search-form {
width: 100% !important;
display: flex;
align-items: center;
background-color: #f0f0f0;
border-radius: 0.4em;
2021-05-13 10:56:04 +08:00
padding: 10px;
margin: 0;
flex-wrap: wrap;
> .ivu-form-item {
margin: 8px 10px !important;
2021-05-13 10:56:04 +08:00
}
}
.padding-row {
2021-05-13 10:56:04 +08:00
margin-top: 15px;
margin-bottom: 15px;
}
.search-btn {
2021-05-13 10:56:04 +08:00
margin-left: 20px;
}
.div-zoom {
2021-05-13 10:56:04 +08:00
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}