浏览代码

docs(list): upd demo style

eiinu 3 年之前
父节点
当前提交
9a009d9854
共有 3 个文件被更改,包括 3 次插入9 次删除
  1. 1 3
      src/packages/__VUE/list/doc.en-US.md
  2. 1 3
      src/packages/__VUE/list/doc.md
  3. 1 3
      src/packages/__VUE/list/doc.taro.md

+ 1 - 3
src/packages/__VUE/list/doc.en-US.md

@@ -12,7 +12,6 @@ import { List } from '@nutui/nutui';
 
 
 const app = createApp();
 const app = createApp();
 app.use();
 app.use();
-
 ```
 ```
 
 
 ### Basic Usage
 ### Basic Usage
@@ -76,8 +75,7 @@ body {
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
     width: 100%;
     width: 100%;
-    height: 50px;
-    margin-bottom: 10px;
+    height: 100%;
     background-color: #f4a8b6;
     background-color: #f4a8b6;
     border-radius: 10px;
     border-radius: 10px;
   }
   }

+ 1 - 3
src/packages/__VUE/list/doc.md

@@ -12,7 +12,6 @@ import { List } from '@nutui/nutui';
 
 
 const app = createApp();
 const app = createApp();
 app.use();
 app.use();
-
 ```
 ```
 
 
 ### 基础用法
 ### 基础用法
@@ -76,8 +75,7 @@ body {
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
     width: 100%;
     width: 100%;
-    height: 50px;
-    margin-bottom: 10px;
+    height: 100%;
     background-color: #f4a8b6;
     background-color: #f4a8b6;
     border-radius: 10px;
     border-radius: 10px;
   }
   }

+ 1 - 3
src/packages/__VUE/list/doc.taro.md

@@ -12,7 +12,6 @@ import { List } from '@nutui/nutui-taro';
 
 
 const app = createApp();
 const app = createApp();
 app.use();
 app.use();
-
 ```
 ```
 
 
 ### 基础用法
 ### 基础用法
@@ -76,8 +75,7 @@ body {
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
     width: 100%;
     width: 100%;
-    height: 50px;
-    margin-bottom: 10px;
+    height: 100%;
     background-color: #f4a8b6;
     background-color: #f4a8b6;
     border-radius: 10px;
     border-radius: 10px;
   }
   }