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
|
||||
icon="mdi-exclamation"
|
||||
:class="{ 'dark-btn-icon': $q.dark.isActive }"
|
||||
></q-btn>
|
||||
/>
|
||||
|
||||
<div
|
||||
class="tooltip-text"
|
||||
|
|
@ -90,7 +90,6 @@ defineProps<{
|
|||
}
|
||||
|
||||
.tooltip .tooltip-text {
|
||||
visibility: hidden;
|
||||
width: 250px;
|
||||
height: 200px;
|
||||
background-color: var(--_bg-tooltip-branch);
|
||||
|
|
@ -117,10 +116,6 @@ defineProps<{
|
|||
transform: rotate(270deg);
|
||||
}
|
||||
|
||||
.tooltip:hover .tooltip-text {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.color-btn-icon {
|
||||
--_bg-color-btn-icon: var(--blue-5-hsl);
|
||||
transform: rotate(180deg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue