king
2025-03-07 d8de196a5311f9ad7a01dbb988e0ad12b50f87e8
src/menu/datasource/verifycard/settingform/index.scss
@@ -13,6 +13,24 @@
        height: 150px;
      }
    }
    .mk-dot {
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 4px;
      background-color: orange;
      vertical-align: top;
      position: relative;
    }
    .mk-dot::before {
      content: ' ';
      display: block;
      position: absolute;
      top: -5px;
      bottom: -10px;
      left: -10px;
      right: -5px;
    }
  }
  .ant-radio-group {
    white-space: nowrap;