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