chore: update

This commit is contained in:
xiaoxian521
2022-08-29 17:14:25 +08:00
parent fb2c016ebe
commit 67e8532d37
4 changed files with 523 additions and 495 deletions

View File

@@ -194,11 +194,10 @@ const tableData: User[] = [
>
<p class="font-medium pt-1">Element-Plus Table</p>
<el-table
class="el-table"
:data="tableData"
border
style="margin: 40px auto; width: 100%"
:data="tableData"
:row-class-name="tableRowClassName"
class="el-table w-full mt-40px mr-40px"
>
<el-table-column prop="date" label="Date" width="180" />
<el-table-column prop="name" label="Name" width="180" />