diff --git a/.github/release.md b/.github/release.md index 9997600..b45cef2 100644 --- a/.github/release.md +++ b/.github/release.md @@ -1 +1,2 @@ -修复输入框圆角 \ No newline at end of file +修复输入框圆角 +微调下拉菜单的选项间隔 \ No newline at end of file diff --git a/src/dropdown.scss b/src/dropdown.scss index df15ba1..d2a1d48 100644 --- a/src/dropdown.scss +++ b/src/dropdown.scss @@ -53,15 +53,15 @@ // 按钮菜单选项(主要为仓库) .ui.button.dropdown .menu .item { border-radius: var(--border-radius); - margin: 0 6px; + margin: 0 8px; &:first-of-type { border-radius: var(--border-radius); - margin-top: 6px; + margin-top: 8px; } &:last-of-type { border-radius: var(--border-radius); - margin-bottom: 6px; + margin-bottom: 8px; } }