瀏覽代碼

fix: update overflowList docs brief avoid compiler fail

pointhalo 3 年之前
父節點
當前提交
4ae21f4748
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      content/show/overflowlist/index-en-US.md
  2. 1 1
      content/show/overflowlist/index.md

+ 1 - 1
content/show/overflowlist/index-en-US.md

@@ -5,7 +5,7 @@ category: Show
 title: OverflowList
 title: OverflowList
 subTitle: OverflowList
 subTitle: OverflowList
 icon: doc-overflowList
 icon: doc-overflowList
-brief: `OverflowList` is a behavior component used to take list of items and display as many items as can fit inside itself. Overflowed items that do not fit are collected and rendered by callback function. The visible items will be recomputed when a resize is detected.
+brief: OverflowList is a behavior component used to take list of items and display as many items as can fit inside itself. Overflowed items that do not fit are collected and rendered by callback function. The visible items will be recomputed when a resize is detected.
 ---
 ---
 ## Demos
 ## Demos
 
 

+ 1 - 1
content/show/overflowlist/index.md

@@ -4,7 +4,7 @@ order: 54
 category: 展示类
 category: 展示类
 title: OverflowList 折叠列表
 title: OverflowList 折叠列表
 icon: doc-overflowList
 icon: doc-overflowList
-brief: `OverflowList` 是一个行为组件,用于展示列表,并支持自适应来展示尽可能多的项目。因过长而溢出项目将折叠为一个元素。当检测到调整大小时,可见项将被重新计算。
+brief: OverflowList 是一个行为组件,用于展示列表,并支持自适应来展示尽可能多的项目。因过长而溢出项目将折叠为一个元素。当检测到调整大小时,可见项将被重新计算。
 ---
 ---
 
 
 ## 代码演示
 ## 代码演示