From 544c21e798424ff18a4dfe29d765bef99652f474 Mon Sep 17 00:00:00 2001 From: niunai Date: Thu, 30 Mar 2017 18:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9cell=20required=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/examples-docs/cell.md | 12 ------------ packages/cell/src/cell.vue | 8 ++++---- packages/zanui-css/src/cell.css | 31 +++++++++++++++++++------------ 3 files changed, 23 insertions(+), 28 deletions(-) diff --git a/docs/examples-docs/cell.md b/docs/examples-docs/cell.md index d9a7450a6..24cf41720 100644 --- a/docs/examples-docs/cell.md +++ b/docs/examples-docs/cell.md @@ -61,18 +61,6 @@ export default { ``` ::: -#### 带*号,标明必填 - -传入`required`属性 - -:::demo 带*号,标明必填 -```html - - - -``` -::: - #### 标题带描述信息 传入`label`属性,属性值为描述信息的值。 diff --git a/packages/cell/src/cell.vue b/packages/cell/src/cell.vue index 26362c5c9..edc8a998c 100644 --- a/packages/cell/src/cell.vue +++ b/packages/cell/src/cell.vue @@ -1,7 +1,7 @@