mt-ui-components-vue3
Version:
玛果添实UI组件库(Vue3)
34 lines (29 loc) • 557 B
text/less
.JSearch-item {
display: flex;
gap: 16px;
align-items: center;
.JSearch-item--type {
width: 90px;
min-width: 0;
> span {
line-height: 34px;
font-weight: bold;
}
}
.JSearch-item--column {
width: 130px;
min-width: 0;
}
.JSearch-item--termType {
width: 100px;
min-width: 0;
}
.JSearch-item--label {
min-width: 40px;
}
.JSearch-item--value {
display: flex;
width: 0;
flex-grow: 1;
}
}