Skip to content

Commit

Permalink
fix some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 committed Dec 9, 2024
1 parent 9e475f6 commit ab1cff8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/theme/base/src/component-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
.tiny-tag {
color: var(--te-common-text-weaken);
background-color: var(--te-common-bg-tag); // 选择框
border-radius: var(--te-base-border-radius-normal);

.tiny-tag__close {
color: var(--te-common-text-primary);
font-size: 12px;
&:hover {
color: var(--te-common-text-primary);
}
Expand All @@ -28,7 +30,8 @@
}
}

.tiny-select-dropdown.tiny-select-dropdown {
.tiny-select-dropdown.tiny-select-dropdown,
.tiny-select-dropdown.tiny-select-dropdown.is-multiple {
// 下拉新增列
.tiny-select__top-create {
margin: 8px 12px 4px 12px;
Expand Down

0 comments on commit ab1cff8

Please sign in to comment.