瀏覽代碼

fix: update border radius of ListboxOptions for improved UI consistency #17101 (#17102)

tags/1.2.0
GuanMu 7 月之前
父節點
當前提交
f30b1c2358
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/app/components/base/select/index.tsx

+ 1
- 1
web/app/components/base/select/index.tsx 查看文件

@@ -238,7 +238,7 @@ const SimpleSelect: FC<ISelectProps> = ({
)}

{!disabled && (
<ListboxOptions className={classNames('absolute z-10 mt-1 px-1 max-h-60 w-full overflow-auto rounded-md bg-components-panel-bg-blur backdrop-blur-sm py-1 text-base shadow-lg border-components-panel-border border-[0.5px] focus:outline-none sm:text-sm', optionWrapClassName)}>
<ListboxOptions className={classNames('absolute z-10 mt-1 px-1 max-h-60 w-full overflow-auto rounded-xl bg-components-panel-bg-blur backdrop-blur-sm py-1 text-base shadow-lg border-components-panel-border border-[0.5px] focus:outline-none sm:text-sm', optionWrapClassName)}>
{items.map((item: Item) => (
<ListboxOption
key={item.value}

Loading…
取消
儲存