From 59985519246095118b4ed1a1c7d0df4c16207478 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Tue, 1 Dec 2020 11:20:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20text=5Fbutton?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/button/buttons/button.text.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/base/single/button/buttons/button.text.js b/src/base/single/button/buttons/button.text.js index 6c8cf9b7c..98a2e31bb 100644 --- a/src/base/single/button/buttons/button.text.js +++ b/src/base/single/button/buttons/button.text.js @@ -18,7 +18,6 @@ BI.TextButton = BI.inherit(BI.BasicButton, { lgap: 0, rgap: 0, vgap: 0, - text: "", py: "" }); },