Skip to content

Commit

Permalink
UI优化
Browse files Browse the repository at this point in the history
  • Loading branch information
ljxi committed Oct 2, 2023
1 parent 3a4de04 commit b9dbc56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Mark.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<el-checkbox v-model="past" label="上个统计周期" size="small" @change="refreshMark" />
</el-radio-group>
</div>
<el-table :table-layout="'auto'" v-loading="isLoading" :data="mark" size="small">
<el-table style="min-height: 500px;" :table-layout="'auto'" v-loading="isLoading" :data="mark" size="small">
<template #empty>
<el-empty v-show="!isLoading" description="没有数据" />
<el-empty v-show="!isLoading" description="没有数据" />
</template>
<el-table-column type="index" label="" width="40"/>
<el-table-column prop="user" label="用户" >
Expand Down

0 comments on commit b9dbc56

Please sign in to comment.