From 1ac352da9539e60ac79bd1ec10768e08e4d49ff3 Mon Sep 17 00:00:00 2001 From: buptzyf Date: Tue, 10 Dec 2024 20:14:55 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A0=B7=E5=BC=8F=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=20#772?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/cell.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/component/cell.md b/docs/component/cell.md index dc045f88..2e596b91 100644 --- a/docs/component/cell.md +++ b/docs/component/cell.md @@ -300,7 +300,7 @@ function handleSwitchChange({ value }) { | 类名 | 说明 | 最低版本 | | ------------------ | ------------------------------ | -------- | | custom-class | 根节点样式 | - | -| custom-icon-class | icon 使用 slot 时的自定义样式 | - | -| custom-label-class | label 使用 slot 时的自定义样式 | - | -| custom-value-class | value 使用 slot 时的自定义样式 | - | -| custom-title-class | title 使用 slot 时的自定义样式 | - | +| custom-icon-class | icon 外部自定义样式 | - | +| custom-label-class | label 外部自定义样式 | - | +| custom-value-class | value 外部自定义样式 | - | +| custom-title-class | title 外部自定义样式 | - |