king
2023-06-14 7cfd25aebe5869244e40dbbcd6384f115f35e66e
src/templates/zshare/modalform/index.jsx
@@ -727,6 +727,9 @@
        if (this.record.type === 'select' || this.record.type === 'link') {
          extra = <span className="add-resource-empty" onClick={this.handleEmpty}>空</span>
        }
        if (item.placeholder) {
          extra = <><span className="resource-public-var">{item.placeholder}</span>{extra}</>
        }
        content = <CodeMirror />
      } else if (item.type === 'textarea') {