king
2023-08-17 c7aece35a62b6e91fd98a625bf0e53f64bfbd18d
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 {