feat: 样式修改

This commit is contained in:
wangjiahao 2021-05-26 16:41:52 +08:00
parent 9351e48be2
commit 070ff39641
7 changed files with 7 additions and 7 deletions

View File

@ -234,7 +234,7 @@ i18n_excel_have_merge_region=Excel has merged region
i18n_cron_expression_error=Cron expression error i18n_cron_expression_error=Cron expression error
i18n_same_folder_can_not_repeat=Same Folder Can Not Repeat i18n_same_folder_can_not_repeat=Same Folder Can Not Repeat
i18n_default_panel=Default Panel i18n_default_panel=Default Panel
i18n_panel_list=Panel List i18n_panel_list=Panel
i18n_processing_data=Processing data now, Refresh later i18n_processing_data=Processing data now, Refresh later
i18n_union_already_exists=Union relation already exists i18n_union_already_exists=Union relation already exists
i18n_union_field_exists=The same field can't in two dataset i18n_union_field_exists=The same field can't in two dataset

View File

@ -235,7 +235,7 @@ i18n_excel_have_merge_region=Excel存在合并单元格
i18n_cron_expression_error=Cron表达式校验错误 i18n_cron_expression_error=Cron表达式校验错误
i18n_same_folder_can_not_repeat=相同的目录下名称不能重复 i18n_same_folder_can_not_repeat=相同的目录下名称不能重复
i18n_default_panel=默认仪表盘 i18n_default_panel=默认仪表盘
i18n_panel_list=仪表盘列表 i18n_panel_list=仪表盘
i18n_processing_data=正在处理数据,稍后刷新 i18n_processing_data=正在处理数据,稍后刷新
i18n_union_already_exists=关联关系已存在 i18n_union_already_exists=关联关系已存在
i18n_union_field_exists=两个数据集之间关联不能出现多次相同字段 i18n_union_field_exists=两个数据集之间关联不能出现多次相同字段

View File

@ -235,7 +235,7 @@ i18n_excel_have_merge_region=Excel存在合並單元格
i18n_cron_expression_error=Cron表達式校驗錯誤 i18n_cron_expression_error=Cron表達式校驗錯誤
i18n_same_folder_can_not_repeat=相同的目录下名称不能重复 i18n_same_folder_can_not_repeat=相同的目录下名称不能重复
i18n_default_panel=默认仪表盘 i18n_default_panel=默认仪表盘
i18n_panel_list=仪表盘列表 i18n_panel_list=仪表盘
i18n_processing_data=正在處理數據,稍後刷新 i18n_processing_data=正在處理數據,稍後刷新
i18n_union_already_exists=關聯關系已存在 i18n_union_already_exists=關聯關系已存在
i18n_union_field_exists=兩個數據集之間關聯不能出現多次相同字段 i18n_union_field_exists=兩個數據集之間關聯不能出現多次相同字段

View File

@ -845,7 +845,7 @@ export default {
back: 'Back', back: 'Back',
view: 'Chart', view: 'Chart',
edit: 'Edit', edit: 'Edit',
panel_list: 'Panel List', panel_list: 'Panel',
module: 'Component', module: 'Component',
filter_module: 'Filter Component', filter_module: 'Filter Component',
select_by_module: 'Select by Component', select_by_module: 'Select by Component',

View File

@ -829,7 +829,7 @@ export default {
datalist: '視圖列表', datalist: '視圖列表',
group: '目錄', group: '目錄',
panel: '儀表盤', panel: '儀表盤',
panel_list: '儀表盤列表', panel_list: '儀表盤',
groupAdd: '新建目錄', groupAdd: '新建目錄',
panelAdd: '新建儀表盤', panelAdd: '新建儀表盤',
delete: '刪除', delete: '刪除',

View File

@ -831,7 +831,7 @@ export default {
datalist: '视图列表', datalist: '视图列表',
group: '目录', group: '目录',
panel: '仪表盘', panel: '仪表盘',
panel_list: '仪表盘列表', panel_list: '仪表盘',
groupAdd: '新建目录', groupAdd: '新建目录',
panelAdd: '新建仪表盘', panelAdd: '新建仪表盘',
delete: '删除', delete: '删除',

View File

@ -46,7 +46,7 @@
<el-row> <el-row>
<span class="header-title"> <span class="header-title">
{{ $t('panel.panel_list') }} {{ $t('panel.panel_list') }}
<el-button style="float: right;padding-right: 7px;" icon="el-icon-plus" type="text" @click="showEditPanel(newFolder)" /> <el-button style="float: right;padding-right: 7px;margin-top: -8px" icon="el-icon-plus" type="text" @click="showEditPanel(newFolder)" />
<!-- <el-button style="float: right;" type="primary" size="mini" @click="showEditPanel(newFolder)">--> <!-- <el-button style="float: right;" type="primary" size="mini" @click="showEditPanel(newFolder)">-->
<!-- {{ $t('panel.groupAdd') }}--> <!-- {{ $t('panel.groupAdd') }}-->
<!-- </el-button>--> <!-- </el-button>-->