Ver código fonte

fix: update overflowList docs brief avoid compiler fail

pointhalo 3 anos atrás
pai
commit
4ae21f4748

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

@@ -5,7 +5,7 @@ category: Show
 title: OverflowList
 subTitle: 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
 

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

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