king
2022-04-26 5046d0d13dc6a8563b8e54e31913bc44cfa1072f
src/templates/zshare/modalform/index.scss
@@ -23,15 +23,8 @@
      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 {
    .ant-form-item-control {
@@ -41,4 +34,16 @@
      }
    }
  }
  .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;
  }
}