提交 626b1fbf 编写于 作者: Neuromancer255's avatar Neuromancer255

多数据视图快速分组组件样式调整

上级 c2636dcb
.app-quick-group { .app-quick-group {
width: 100%; width: 90%;
height: 40px; height: 30px;
margin: 5px auto;
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
background-color: #e8e8e896; align-items: center;
font-size: 13px;
.quick-group-tab { .quick-group-tab {
span { flex: 1;
text-align: center; height: 30px;
line-height: 40px; display: flex;
} justify-content: center;
.app-quick-item-label { align-items: center;
text-align: center; border: 1px solid #a8a8a8;
} margin: 0 0 -1px -1px;
.parentGroup { .parentGroup {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center;
.app-quick-item-dropdown { .app-quick-item-dropdown {
--padding-start: 0; --padding-start: 0;
--padding-end: 0; --padding-end: 0;
} }
ion-select::part(text) {
min-width: 0;
}
ion-select::part(icon) { ion-select::part(icon) {
position: unset; position: unset;
margin-right: 2px; margin-right: 2px;
} }
ion-select::part(text) { }
min-width: 0; }
} .app-seleted-item {
} background-color: #a8a8a8;
.app-seleted-item { color: white;
height: 40px;
height: 40px;
}
} }
} }
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册