Skip to content

Commit

Permalink
style(admin-views): 优化组件样式和主题变量
Browse files Browse the repository at this point in the history
  • Loading branch information
slowlyo committed Oct 30, 2024
1 parent 3b6837c commit 8241a7e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions admin-views/src/components/AmisRender/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ body {
--Switch-slider-transition: all .2s ease;
--select-base-default-paddingTop: 1px;
--select-base-default-paddingBottom: 1px;

--Pick-status-hover-top-border-color: var(--colors-brand-5);
--Pick-status-hover-bottom-border-color: var(--colors-brand-5);
--Pick-status-hover-right-border-color: var(--colors-brand-5);
--Pick-status-hover-left-border-color: var(--colors-brand-5);
}

.cxd-Picker-valueWrap {
Expand All @@ -48,6 +53,10 @@ body {
border-radius: var(--borderRadius);
}

.cxd-TreeSelect-popover > .cxd-Tree {
border-radius: var(--borderRadius);
}

.cxd-Table-table > thead > tr > th:first-child {
border-top-left-radius: var(--borderRadius);
}
Expand Down

0 comments on commit 8241a7e

Please sign in to comment.