|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <title>Title</title> |
| 6 | + <script src="https://unpkg.com/@wu-component/web-core-plus@next"></script> |
| 7 | + <script src="./dist/index.umd.js"></script> |
6 | 8 | </head> |
7 | 9 | <body> |
8 | 10 | <div id="app"> |
9 | | - <wu-test-example></wu-test-example> |
| 11 | + <div> |
| 12 | + <div style="display: flex; align-items: center;justify-content: space-around;width: 100%"> |
| 13 | + <wu-plus-row> |
| 14 | + <wu-plus-col span="12"> |
| 15 | + <div style="height: 40px;background:#d3dce6">12</div> |
| 16 | + </wu-plus-col> |
| 17 | + <wu-plus-col span="12"> |
| 18 | + <div style="height: 40px;background:#e5e9f2">12</div> |
| 19 | + </wu-plus-col> |
| 20 | + </wu-plus-row> |
| 21 | + </div> |
| 22 | + <div style="display: flex; align-items: center;justify-content: space-around;width: 100%; margin-top: 8px"> |
| 23 | + <wu-plus-row> |
| 24 | + <wu-plus-col span="4"> |
| 25 | + <div style="height: 40px;background:#d3dce6">4</div> |
| 26 | + </wu-plus-col> |
| 27 | + <wu-plus-col span="20"> |
| 28 | + <div style="height: 40px;background:#e5e9f2">20</div> |
| 29 | + </wu-plus-col> |
| 30 | + </wu-plus-row> |
| 31 | + </div> |
| 32 | + <div style="display: flex; align-items: center;justify-content: space-around;width: 100%; margin-top: 8px"> |
| 33 | + <wu-plus-row> |
| 34 | + <wu-plus-col span="20"> |
| 35 | + <div style="height: 40px;background:#d3dce6">4</div> |
| 36 | + </wu-plus-col> |
| 37 | + <wu-plus-col span="4"> |
| 38 | + <div style="height: 40px;background:#e5e9f2">20</div> |
| 39 | + </wu-plus-col> |
| 40 | + </wu-plus-row> |
| 41 | + </div> |
| 42 | + </div> |
| 43 | + |
| 44 | + |
| 45 | + <div> |
| 46 | + <div style="display: flex; align-items: center;justify-content: space-around;width: 100%; margin-top: 8px"> |
| 47 | + <wu-plus-row type="flex" justify="space-around"> |
| 48 | + <wu-plus-col span="10"> |
| 49 | + <div style="height: 40px;background:#d3dce6">10</div> |
| 50 | + </wu-plus-col> |
| 51 | + <wu-plus-col span="10"> |
| 52 | + <div style="height: 40px;background:#e5e9f2">10</div> |
| 53 | + </wu-plus-col> |
| 54 | + </wu-plus-row> |
| 55 | + </div> |
| 56 | + <div style="display: flex; align-items: center;justify-content: space-around;width: 100%; margin-top: 8px"> |
| 57 | + <wu-plus-row type="flex" justify="start"> |
| 58 | + <wu-plus-col span="10"> |
| 59 | + <div style="height: 40px;background:#d3dce6">10</div> |
| 60 | + </wu-plus-col> |
| 61 | + <wu-plus-col span="10"> |
| 62 | + <div style="height: 40px;background:#e5e9f2">10</div> |
| 63 | + </wu-plus-col> |
| 64 | + </wu-plus-row> |
| 65 | + </div> |
| 66 | + <div style="display: flex; align-items: center;justify-content: space-around;width: 100%; margin-top: 8px"> |
| 67 | + <wu-plus-row type="flex" justify="end"> |
| 68 | + <wu-plus-col span="10"> |
| 69 | + <div style="height: 40px;background:#d3dce6">10</div> |
| 70 | + </wu-plus-col> |
| 71 | + <wu-plus-col span="10"> |
| 72 | + <div style="height: 40px;background:#e5e9f2">10</div> |
| 73 | + </wu-plus-col> |
| 74 | + </wu-plus-row> |
| 75 | + </div> |
| 76 | + <div style="display: flex; align-items: center;justify-content: space-around;width: 100%; margin-top: 8px"> |
| 77 | + <wu-plus-row type="flex" justify="center"> |
| 78 | + <wu-plus-col span="10"> |
| 79 | + <div style="height: 40px;background:#d3dce6">10</div> |
| 80 | + </wu-plus-col> |
| 81 | + <wu-plus-col span="10"> |
| 82 | + <div style="height: 40px;background:#e5e9f2">10</div> |
| 83 | + </wu-plus-col> |
| 84 | + </wu-plus-row> |
| 85 | + </div> |
| 86 | + </div> |
10 | 87 | </div> |
11 | 88 | <script src="./dist/index.umd.js"></script> |
12 | 89 | </body> |
|
0 commit comments