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' }" >