feat: siderbar operation support portal (#1061)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
@apply h-9 py-2 px-3 mx-1 flex items-center gap-2 rounded-lg cursor-pointer;
|
||||
}
|
||||
|
||||
|
||||
.actionName {
|
||||
@apply text-gray-700 text-sm;
|
||||
}
|
||||
@@ -19,14 +18,13 @@
|
||||
mask-image: url(~@/assets/action.svg);
|
||||
}
|
||||
|
||||
body .btn {
|
||||
body .btn.open,
|
||||
body .btn:hover {
|
||||
background: url(~@/assets/action.svg) center center no-repeat transparent;
|
||||
background-size: 16px 16px;
|
||||
/* mask-image: ; */
|
||||
}
|
||||
|
||||
body .btn:hover {
|
||||
/* background-image: ; */
|
||||
background-color: #F2F4F7;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user