king
2023-01-17 d5ce81026882ada34e5d49411be7c90ee96cc102
src/menu/components/card/cardcomponent/index.scss
@@ -45,4 +45,20 @@
      }
    }
  }
}
}
.card-control {
  position: absolute;
  top: 0px;
  left: 0px;
  .anticon-tool {
    position: absolute;
    left: 1px;
    top: 1px;
    padding: 1px;
    z-index: 2;
    font-size: 16px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.55);
  }
}