mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix: 样式优化
This commit is contained in:
@@ -3545,7 +3545,9 @@ const deleteChartFieldItem = id => {
|
||||
height: fieldDHeight + 'px'
|
||||
}"
|
||||
>
|
||||
<label>{{ t('chart.dimension') }}</label>
|
||||
<div style="margin-top: 12px" class="label-top">
|
||||
{{ t('chart.dimension') }}
|
||||
</div>
|
||||
<el-scrollbar class="drag-list">
|
||||
<div
|
||||
v-for="element in dimensionData"
|
||||
@@ -3715,7 +3717,7 @@ const deleteChartFieldItem = id => {
|
||||
:class="{ dark: themes === 'dark' }"
|
||||
>
|
||||
<div class="divider"></div>
|
||||
<label>{{ t('chart.quota') }}</label>
|
||||
<div style="margin-top: 8px" class="label-top">{{ t('chart.quota') }}</div>
|
||||
<el-scrollbar class="drag-list">
|
||||
<div
|
||||
v-for="element in quotaData"
|
||||
@@ -4415,7 +4417,7 @@ span {
|
||||
.field-height {
|
||||
height: 50%;
|
||||
|
||||
label {
|
||||
.label-top {
|
||||
color: #646a73;
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
@@ -4825,7 +4827,7 @@ span {
|
||||
width: 100%;
|
||||
}
|
||||
.dataset-search-label {
|
||||
height: 22px;
|
||||
height: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user