Skip to content

Commit

Permalink
fix(style): fix layout header style, basic arrow style and table sear…
Browse files Browse the repository at this point in the history
…ch form style (#525)

* style: cursor pointer

* style: light mode, hover background-color

* fix(style): fix form border-radius style
  • Loading branch information
Mikasa33 authored Apr 23, 2021
1 parent 090c76b commit e2ddf43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Basic/src/BasicArrow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
.@{prefix-cls} {
display: inline-block;
cursor: pointer;
transform: rotate(0deg);
transition: all 0.3s ease 0.1s;
transform-origin: center center;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Table/src/BasicTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
padding: 12px 10px 6px 10px;
margin-bottom: 16px;
background-color: @component-background;
border-radius: 4px;
border-radius: 2px;
}
}
Expand Down
4 changes: 4 additions & 0 deletions src/layouts/default/header/components/user-dropdown/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@
}
&--light {
&:hover {
background-color: @header-light-bg-hover-color;
}
.@{prefix-cls}__name {
color: @text-color-base;
}
Expand Down

0 comments on commit e2ddf43

Please sign in to comment.