king
2023-06-12 07c005cf28acf74e3afde82122e4c53e1000d70c
src/templates/sharecomponent/fieldscomponent/editcard/index.scss
@@ -29,7 +29,7 @@
        cursor: pointer;
      }
    }
    .ant-card.selected {
    .ant-card.selected, .ant-card.fixed {
      border-color: #1890ff;
      box-shadow: 0px 0px 4px #1890ff;
      .anticon {
@@ -40,6 +40,12 @@
        color: #1890ff;
      }
    }
    .ant-card.fixed {
      cursor: not-allowed;
      .base {
        cursor: not-allowed;
      }
    }
  }
  .search-row {
    .ant-col {