mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 02:41:36 +08:00
fix(style): fix layout header style, basic arrow style and table search form style (#525)
* style: cursor pointer * style: light mode, hover background-color * fix(style): fix form border-radius style
This commit is contained in:
@@ -52,6 +52,7 @@
|
|||||||
|
|
||||||
.@{prefix-cls} {
|
.@{prefix-cls} {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
cursor: pointer;
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
transition: all 0.3s ease 0.1s;
|
transition: all 0.3s ease 0.1s;
|
||||||
transform-origin: center center;
|
transform-origin: center center;
|
||||||
|
@@ -312,7 +312,7 @@
|
|||||||
padding: 12px 10px 6px 10px;
|
padding: 12px 10px 6px 10px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
background-color: @component-background;
|
background-color: @component-background;
|
||||||
border-radius: 4px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -153,6 +153,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--light {
|
&--light {
|
||||||
|
&:hover {
|
||||||
|
background-color: @header-light-bg-hover-color;
|
||||||
|
}
|
||||||
|
|
||||||
.@{prefix-cls}__name {
|
.@{prefix-cls}__name {
|
||||||
color: @text-color-base;
|
color: @text-color-base;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user