opt: optimize styles for invitation page

This commit is contained in:
RockYang
2023-11-23 17:40:15 +08:00
parent a4a1eec30b
commit 5c5210625e
5 changed files with 261 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="user-bill" v-loading="loading">
<el-row>
<el-row v-if="items.length > 0">
<el-table :data="items" :row-key="row => row.id" table-layout="auto" border
style="--el-table-border-color:#373C47;
--el-table-tr-bg-color:#2D323B;
@@ -31,7 +31,7 @@
</el-table-column>
</el-table>
</el-row>
<el-empty :image-size="100" v-else/>
<div class="pagination">
<el-pagination v-if="total > 0" background
layout="total,prev, pager, next"