feat: 按钮
This commit is contained in:
@@ -97,6 +97,8 @@ const handleClick = (key: 'close' | 'remove' | 'resize' | 'fullResize') => {
|
||||
display: flex;
|
||||
&:hover {
|
||||
.btn {
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
.hover {
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
@@ -121,9 +123,9 @@ const handleClick = (key: 'close' | 'remove' | 'resize' | 'fullResize') => {
|
||||
&.disabled {
|
||||
pointer-events: none;
|
||||
}
|
||||
.icon-base {
|
||||
opacity: 0;
|
||||
}
|
||||
// .icon-base {
|
||||
// opacity: 0;
|
||||
// }
|
||||
.hover {
|
||||
@extend .go-transition;
|
||||
}
|
||||
|
||||
@@ -208,7 +208,7 @@ $contentHeight: 180px;
|
||||
&-top {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
right: 10px;
|
||||
height: 22px;
|
||||
}
|
||||
&-img {
|
||||
|
||||
Reference in New Issue
Block a user