diff --git a/feature/src/views/settings/index.vue b/feature/src/views/settings/index.vue index 2ce0ee0..279761f 100644 --- a/feature/src/views/settings/index.vue +++ b/feature/src/views/settings/index.vue @@ -333,7 +333,9 @@ const { shortCut, common, local, global } = toRefs(state); font-weight: lighter; margin-top: 10px; position: relative; - display: block; + &.ant-input-affix-wrapper { + display: flex; + } &:hover { .anticon { display: block;