From 2b45840e53d250f517874bea495bffaeda172807 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 03 三月 2022 12:52:16 +0800 Subject: [PATCH] 2022-03-03 --- src/templates/zshare/modalform/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/zshare/modalform/index.jsx b/src/templates/zshare/modalform/index.jsx index 87f09d5..acfb617 100644 --- a/src/templates/zshare/modalform/index.jsx +++ b/src/templates/zshare/modalform/index.jsx @@ -545,7 +545,7 @@ className = 'text-area' if (this.record.type === 'select' || this.record.type === 'link') { - extra = <span className="add-row-empty" onClick={this.handleEmpty}>绌�</span> + extra = <span className="add-resource-empty" onClick={this.handleEmpty}>绌�</span> } content = <CodeMirror /> -- Gitblit v1.8.0