diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 528b7cac24..15a3c8f7fa 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -674,4 +674,8 @@ div:focus { display: none; } +.tablepanel-i { + margin-right: 4px; +} + diff --git a/frontend/src/views/panel/AssistComponent/index.vue b/frontend/src/views/panel/AssistComponent/index.vue index f5ce2ba388..c5e4548f4d 100644 --- a/frontend/src/views/panel/AssistComponent/index.vue +++ b/frontend/src/views/panel/AssistComponent/index.vue @@ -229,7 +229,7 @@ export default { } .filter-widget { - width: 100px; + width: 107px; height: 36px; position: relative; float: left; diff --git a/frontend/src/views/panel/filter/index.vue b/frontend/src/views/panel/filter/index.vue index 116a5b187f..16870d794e 100644 --- a/frontend/src/views/panel/filter/index.vue +++ b/frontend/src/views/panel/filter/index.vue @@ -161,7 +161,7 @@ export default { } .filter-widget { - width: 100px; + width: 107px; height: 36px; position: relative; float: left; diff --git a/frontend/src/views/panel/list/PanelMain.vue b/frontend/src/views/panel/list/PanelMain.vue index 991e60599b..46c776c713 100644 --- a/frontend/src/views/panel/list/PanelMain.vue +++ b/frontend/src/views/panel/list/PanelMain.vue @@ -3,15 +3,15 @@ - {{ $t('panel.panel_list') }} + {{ $t('panel.panel_list') }} - {{ $t('panel.store') }} + {{ $t('panel.store') }} - {{ $t('panel.share') }} + {{ $t('panel.share') }} diff --git a/frontend/src/views/panel/template/index.vue b/frontend/src/views/panel/template/index.vue index 5c88d5c3cf..f5fc445c8c 100644 --- a/frontend/src/views/panel/template/index.vue +++ b/frontend/src/views/panel/template/index.vue @@ -3,7 +3,7 @@ - {{ $t('panel.sys_template') }} + {{ $t('panel.sys_template') }} - {{ $t('panel.user_template') }} + {{ $t('panel.user_template') }}