From 2abdfb30a579b75ec43bdf1c655dc95a39b929d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E7=81=BF?= <2669958319@qq.com> Date: Tue, 6 Jan 2026 19:41:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Index.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/src/main/ets/pages/Index.ets b/entry/src/main/ets/pages/Index.ets index 8bc6f9b..042979e 100644 --- a/entry/src/main/ets/pages/Index.ets +++ b/entry/src/main/ets/pages/Index.ets @@ -624,7 +624,7 @@ struct Index { Math.max(this.mergeCellParams[1], this.mergeCellParams[3]) ) }) - Button('aaa') + Button('添加斜线') .borderRadius(0) .backgroundColor('#70949292') .fontColor(Color.Black) @@ -636,7 +636,7 @@ struct Index { Math.max(this.mergeCellParams[1], this.mergeCellParams[3]) ) }) - Button('bbb') + Button('删除斜线') .borderRadius(0) .backgroundColor('#70949292') .fontColor(Color.Black) -- Gitee