From bc6701515e261013ce0e9b0d7fe753aaff343f40 Mon Sep 17 00:00:00 2001 From: RickCole21 Date: Mon, 17 Aug 2020 13:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E7=82=B9=E5=B0=8F=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/components/Doc.tsx | 8 ++++---- examples/style.scss | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/components/Doc.tsx b/examples/components/Doc.tsx index 149a46994..ddda9ef1e 100644 --- a/examples/components/Doc.tsx +++ b/examples/components/Doc.tsx @@ -5,7 +5,7 @@ import {flattenTree, filterTree, mapTree} from '../../src/utils/helper'; export const docs = [ { // prefix: ({classnames: cx}) =>
  • , - label: '📌 开始', + label: '📌 开始', children: [ { label: '介绍', @@ -57,7 +57,7 @@ export const docs = [ }, { - label: '💡 概念', + label: '💡 概念', children: [ { label: '配置与组件', @@ -127,7 +127,7 @@ export const docs = [ }, { - label: '🎼 类型', + label: '🎼 类型', children: [ { label: 'SchemaNode', @@ -149,7 +149,7 @@ export const docs = [ }, { - label: '⚙ 组件', + label: '⚙ 组件', children: [ { label: '组件介绍', diff --git a/examples/style.scss b/examples/style.scss index 723f8c651..6f9ec87d9 100644 --- a/examples/style.scss +++ b/examples/style.scss @@ -378,6 +378,7 @@ a { color: #999; font-weight: 700; margin-bottom: 10px; + white-space: pre-wrap; } } }