fix: เเก้ end tab
This commit is contained in:
parent
d4e500292b
commit
cc0832c640
1 changed files with 1 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ defineProps<{
|
||||||
round
|
round
|
||||||
icon="mdi-exclamation"
|
icon="mdi-exclamation"
|
||||||
:class="{ 'dark-btn-icon': $q.dark.isActive }"
|
:class="{ 'dark-btn-icon': $q.dark.isActive }"
|
||||||
></q-btn>
|
/>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="tooltip-text"
|
class="tooltip-text"
|
||||||
|
|
@ -90,7 +90,6 @@ defineProps<{
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip .tooltip-text {
|
.tooltip .tooltip-text {
|
||||||
visibility: hidden;
|
|
||||||
width: 250px;
|
width: 250px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
background-color: var(--_bg-tooltip-branch);
|
background-color: var(--_bg-tooltip-branch);
|
||||||
|
|
@ -117,10 +116,6 @@ defineProps<{
|
||||||
transform: rotate(270deg);
|
transform: rotate(270deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip:hover .tooltip-text {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-btn-icon {
|
.color-btn-icon {
|
||||||
--_bg-color-btn-icon: var(--blue-5-hsl);
|
--_bg-color-btn-icon: var(--blue-5-hsl);
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue