From c49b55992c6496e5b3e6a03f1d7bb9a8b1fbe9fe Mon Sep 17 00:00:00 2001 From: layyback <505187749@qq.com> Date: Fri, 15 Apr 2022 11:46:07 +0800 Subject: [PATCH] :bug: fix style --- feature/src/views/settings/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;