mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:54:00 +08:00
chore: format code
This commit is contained in:
@@ -50,7 +50,7 @@ html[data-theme='light'] {
|
||||
|
||||
&:hover {
|
||||
.ant-tabs-close-x {
|
||||
opacity: 1;
|
||||
opacity: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ html[data-theme='light'] {
|
||||
height: 12px;
|
||||
font-size: 12px;
|
||||
color: inherit;
|
||||
opacity: 0;
|
||||
opacity: 0%;
|
||||
transition: none;
|
||||
|
||||
&:hover {
|
||||
@@ -95,7 +95,7 @@ html[data-theme='light'] {
|
||||
transition: none;
|
||||
|
||||
.ant-tabs-close-x {
|
||||
opacity: 1;
|
||||
opacity: 100%;
|
||||
}
|
||||
|
||||
svg {
|
||||
@@ -135,7 +135,7 @@ html[data-theme='light'] {
|
||||
|
||||
&--hide-close {
|
||||
.ant-tabs-close-x {
|
||||
opacity: 0 !important;
|
||||
opacity: 0% !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user