king
2024-04-29 50b49c1b760489c3430fc382656d57c5fbbab07c
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;
  }