浏览代码

style: fix annotation panel display misalignment (#4750)

非法操作 10 月之前
父节点
当前提交
e01b44af61
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/app/components/app/annotation/header-opts/index.tsx

+ 1 - 1
web/app/components/app/annotation/header-opts/index.tsx

@@ -150,7 +150,7 @@ const HeaderOptions: FC<Props> = ({
             s.actionIconWrapper,
           )
         }
-        className={'!w-[154px] h-fit !z-20'}
+        className={'!w-[155px] h-fit !z-20'}
         popupClassName='!w-full !overflow-visible'
         manualClose
       />