mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 03:22:56 +08:00
fix: 样式优化
This commit is contained in:
parent
31536048a3
commit
b0f0e3a0dd
@ -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,
|
||||
|
@ -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>
|
||||
|
@ -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%;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user