Browse Source

docs(list): upd demo style

eiinu 3 years ago
parent
commit
9a009d9854

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

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

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

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