UNPKG

siwi-table

Version:

table for siwi

54 lines (49 loc) 1.17 kB
<!DOCTYPE html> <html lang="en"> <head> <title>siwi table</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="../node_modules/siwi-layout/dist/siwi-layout.css" rel="stylesheet"> <link rel="stylesheet" type="" href="../dist/siwi-table.css"> <style> </style> </head> <body> <div class="sw flex-row justify-content-center"> <div class="col-18"> <table class="sw table"> <caption>我的表哥</caption> <thead> <tr> <th>关于</th> <th>关于</th> <th>关于</th> <th>关于</th> </tr> </thead> <tbody> <tr> <td>Jank</td> <td>Mankong</td> <td>Locus</td> <td></td> </tr> <tr> <td>Jank</td> <td>Mankong</td> <td>Locus</td> <td>Tang</td> </tr> <tr> <td>Jank</td> <td>Mankong</td> <td>Locus</td> <td>Tang</td> </tr> </tbody> </table> </div> </div> </body> </html>