fix: 样式优化

This commit is contained in:
dataeaseShu 2024-12-30 10:41:29 +08:00 committed by xuwei-fit2cloud
parent 31536048a3
commit b0f0e3a0dd
4 changed files with 13 additions and 26 deletions

View File

@ -52,9 +52,7 @@ defineExpose({
</template>
<style lang="less" scope>
.draw-filter_enum {
display: flex;
align-items: center;
min-height: 46px;
margin-bottom: 4px;
> :nth-child(1) {
color: var(--deTextSecondary, #1f2329);
@ -62,14 +60,12 @@ defineExpose({
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
line-height: 22px;
white-space: nowrap;
width: 116px;
}
.filter-item {
flex: 1;
margin-top: 8px;
.item,
.more {
font-family: var(--de-custom_font, 'PingFang');
@ -85,7 +81,7 @@ defineExpose({
border-radius: 2px;
cursor: pointer;
display: inline-block;
// margin-bottom: 12px;
margin-bottom: 12px;
}
.active,

View File

@ -69,9 +69,7 @@ defineExpose({
</template>
<style lang="less" scope>
.draw-filter_base {
display: flex;
align-items: center;
min-height: 46px;
margin-bottom: 16px;
> :nth-child(1) {
color: var(--deTextSecondary, #1f2329);
@ -79,13 +77,12 @@ defineExpose({
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
line-height: 22px;
white-space: nowrap;
width: 116px;
}
.filter-item {
flex: 1;
margin-top: 8px;
}
}
</style>

View File

@ -83,22 +83,19 @@ defineExpose({
</template>
<style lang="less" scope>
.draw-filter_time {
display: flex;
align-items: center;
min-height: 46px;
margin-bottom: 16px;
> :nth-child(1) {
color: var(--deTextSecondary, #1f2329);
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
line-height: 22px;
white-space: nowrap;
width: 116px;
}
.filter-item {
flex: 1;
margin-top: 8px;
.ed-date-editor {
width: 100%;
}

View File

@ -98,9 +98,7 @@ defineExpose({
</template>
<style lang="less" scope>
.draw-filter_tree {
display: flex;
align-items: center;
min-height: 46px;
margin-bottom: 16px;
> :nth-child(1) {
color: var(--deTextSecondary, #1f2329);
@ -108,13 +106,12 @@ defineExpose({
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
line-height: 22px;
white-space: nowrap;
width: 116px;
}
.filter-item {
flex: 1;
margin-top: 8px;
}
}
</style>