fix: 样式优化

This commit is contained in:
dataeaseShu 2025-01-14 11:44:50 +08:00 committed by xuwei-fit2cloud
parent 957a1c9ac9
commit 2d336972cc
5 changed files with 10 additions and 7 deletions

View File

@ -156,7 +156,7 @@ const loadPluginCategory = data => {
></component ></component
></Icon> ></Icon>
</div> </div>
<div class="item-bottom"> <div :title="chartInfo.title" class="item-bottom">
<span>{{ chartInfo.title }}</span> <span>{{ chartInfo.title }}</span>
</div> </div>
</el-col> </el-col>

View File

@ -10,6 +10,7 @@ export default {
dateRange: 'Date Range Picker', dateRange: 'Date Range Picker',
add_component_hint: 'Click or drag the component on the left to add a field' add_component_hint: 'Click or drag the component on the left to add a field'
}, },
openMobileTerminal: 'Open mobile terminal',
watermarkManagement: 'Watermark Management', watermarkManagement: 'Watermark Management',
inputText: 'Please enter', inputText: 'Please enter',
selectText: 'Please select', selectText: 'Please select',
@ -1571,11 +1572,11 @@ export default {
change_chart_type: 'Change type', change_chart_type: 'Change type',
chart_type_table: 'Table', chart_type_table: 'Table',
chart_type_quota: 'Indicator', chart_type_quota: 'Indicator',
chart_type_trend: 'Line/surface chart', chart_type_trend: 'Line/surface ',
chart_type_compare: 'Column/bar chart', chart_type_compare: 'Column/bar ',
chart_type_distribute: 'Distribution chart', chart_type_distribute: 'Distribution ',
chart_type_relation: 'Relationship chart', chart_type_relation: 'Relationship ',
chart_type_dual_axes: 'Dual axis chart', chart_type_dual_axes: 'Dual axis ',
chart_type_space: 'Map', chart_type_space: 'Map',
preview: 'Previous step', preview: 'Previous step',
next: 'Next', next: 'Next',

View File

@ -10,6 +10,7 @@ export default {
dateRange: '時間範圍', dateRange: '時間範圍',
add_component_hint: '點選或拖曳左側元件新增欄位' add_component_hint: '點選或拖曳左側元件新增欄位'
}, },
openMobileTerminal: '開啟行動端',
watermarkManagement: '水印管理', watermarkManagement: '水印管理',
inputText: '請輸入', inputText: '請輸入',
selectText: '請選擇', selectText: '請選擇',

View File

@ -12,6 +12,7 @@ export default {
dateRange: '时间范围', dateRange: '时间范围',
add_component_hint: '点击或拖拽左侧组件添加字段' add_component_hint: '点击或拖拽左侧组件添加字段'
}, },
openMobileTerminal: '开启移动端',
inputText: '请输入', inputText: '请输入',
selectText: '请选择', selectText: '请选择',
add: '添加', add: '添加',

View File

@ -289,7 +289,7 @@ const save = () => {
{{ dvInfo.name }} {{ dvInfo.name }}
</div> </div>
<div class="mobile-save"> <div class="mobile-save">
<span class="open-mobile">开启移动端</span> <span class="open-mobile">{{ t('common.openMobileTerminal') }}</span>
<el-switch size="small" v-model="dvInfo.mobileLayout" /> <el-switch size="small" v-model="dvInfo.mobileLayout" />
<span class="open-mobile-line"></span> <span class="open-mobile-line"></span>
<el-tooltip :offset="14" effect="dark" content="切换至PC端布局" placement="bottom"> <el-tooltip :offset="14" effect="dark" content="切换至PC端布局" placement="bottom">