From da9608ab2465b980ffe22ae64f44a1dffe9169f9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 21 六月 2022 12:27:05 +0800 Subject: [PATCH] 2022-06-21 --- src/mob/components/formdragelement/card.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mob/components/formdragelement/card.jsx b/src/mob/components/formdragelement/card.jsx index 99a1ba7..d5b19be 100644 --- a/src/mob/components/formdragelement/card.jsx +++ b/src/mob/components/formdragelement/card.jsx @@ -193,7 +193,7 @@ </div> </div> } else if (card.type === 'formula') { - formItem = <div className="am-list-item hint"> + formItem = <div className="am-list-item formula"> <div className="am-list-line"> <div className="am-input-label">{card.label}</div> <div className="am-input-control"> -- Gitblit v1.8.0