king
2024-05-21 8a6ce370f1aa1c061b76fa3e9d2d4d1df53ca4c5
src/templates/sharecomponent/searchcomponent/searchform/index.scss
@@ -25,6 +25,7 @@
    }
  }
  .color-form-item {
    margin-bottom: 24px;
    .ant-form-item-control {
      height: 40px;
      .color-sketch-block {
@@ -32,4 +33,22 @@
      }
    }
  }
  .ant-form-extra {
    padding-top: 0px;
    min-height: 0px;
  }
  .add-resource-empty {
    position: absolute;
    right: 10px;
    top: -22px;
    color: #1890ff;
    cursor: pointer;
    font-size: 14px;
  }
  .resource-public-var {
    position: absolute;
    left: 0px;
    top: -22px;
    font-size: 14px;
  }
}