king
2024-05-21 f0bf8c399c354c22227f8f1a76ed806098db59c0
src/menu/components/card/cardcellcomponent/index.scss
@@ -9,6 +9,7 @@
  .card-button-cell {
    float: left;
    text-align: center;
    button {
      box-shadow: none;
    }
@@ -18,7 +19,7 @@
      background-position: center center;
      height: auto;
      min-height: 28px;
      text-align: center;
      text-align: inherit;
      border-width: 0;
      padding: 0;
      overflow: hidden;
@@ -40,6 +41,10 @@
      border-radius: 15px;
    }
  }
  .card-cell.ant-col-0 {
    display: block;
    float: left;
  }
  .card-cell:hover, .card-button-cell:hover {
    box-shadow: 0px 0px 2px #1890ff;
  }