From 67eddd7c0e1055031ee67886da3ce0921bb5ed34 Mon Sep 17 00:00:00 2001 From: Harikrishna Date: Mon, 30 Oct 2023 17:20:17 +0530 Subject: [PATCH] Fix allignment on layout on right panel (#8060) --- ui/src/components/view/SearchView.vue | 6 ---- ui/src/views/AutogenView.vue | 42 +++++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/ui/src/components/view/SearchView.vue b/ui/src/components/view/SearchView.vue index bce8a6bb9e5..f315667442a 100644 --- a/ui/src/components/view/SearchView.vue +++ b/ui/src/components/view/SearchView.vue @@ -699,12 +699,6 @@ export default { right: 0; } } - - :deep(.ant-input-group) { - .ant-input-affix-wrapper { - width: calc(100% - 10px); - } - } } .filter-button { diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue index 278d4f8519d..c8d13e698b3 100644 --- a/ui/src/views/AutogenView.vue +++ b/ui/src/views/AutogenView.vue @@ -32,20 +32,6 @@ {{ $t('label.refresh') }} - - + :style="device === 'mobile' ? { float: 'right', 'margin-top': '12px', 'margin-bottom': '-6px', display: 'table' } : { float: 'right', display: 'table', 'margin-top': '6px' }" >