king
2023-06-14 08cce3334a2dc81d690b518136b0aaea64e48b0b
src/templates/zshare/modalform/index.scss
@@ -23,17 +23,11 @@
      width: 84%;
    }
  }
  .ant-form-item-label .anticon-question-circle {
    color: #c49f47;
    margin-right: 3px;
  }
  .ant-radio-group {
    white-space: nowrap;
  }
  .ant-input-number {
    width: 100%;
  }
  .color-form-item {
    margin-bottom: 24px;
    .ant-form-item-control {
      height: 40px;
      .color-sketch-block {
@@ -41,4 +35,27 @@
      }
    }
  }
  .ant-form-extra {
    padding-top: 0px;
    min-height: 0px;
  }
  .add-resource-empty {
    position: absolute;
    right: 10px;
    top: -25px;
    color: #1890ff;
    cursor: pointer;
    font-size: 14px;
  }
  .resource-public-var {
    position: absolute;
    left: 0px;
    top: -25px;
    font-size: 14px;
  }
  >.ant-row >.ant-col {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}