@cmstops/pro-compo
Version:
[物料平台文档中心](https://arco.design/docs/material/guide)
54 lines (48 loc) • 954 B
text/less
// FilterGroup 内部样式
.filter-view-container {
display: flex;
// gap: 10px;
align-items: center;
justify-content: space-between;
width: 100%;
margin-bottom: 10px;
font-size: 14px;
.more-btn {
.right-prefix {
display: flex;
gap: 10px;
align-items: center;
}
.filter-pannel {
z-index: 1002;
display: flex;
gap: 10px;
padding: 10px;
background-color: white;
border-radius: 6px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
}
.filter-content {
display: flex;
flex: 1;
align-items: center;
justify-content: space-between;
.left {
display: flex;
flex: 1;
gap: 10px;
width: 100px;
overflow: hidden;
background-color: #fff;
}
.right {
display: flex;
flex-wrap: nowrap;
align-items: center;
height: 100%;
padding-left: 20px;
background: white;
}
}
}