Browse Source

update invitation page

pull/2973/head
chenshihai 2 years ago
parent
commit
c71a9d6102
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      web_src/vuepages/pages/user/invite/index.vue

+ 4
- 3
web_src/vuepages/pages/user/invite/index.vue View File

@@ -47,7 +47,7 @@
<el-table-column prop="regTime" :label="$t('user.registrationTime')" align="center" header-align="center">
</el-table-column>
<template slot="empty">
<span style="font-size: 12px">{{
<span>{{
loading ? $t('loading') : $t('noData')
}}</span>
</template>
@@ -292,14 +292,15 @@ export default {
/deep/ .el-table__header {
th {
background: rgb(245, 245, 246);
font-size: 12px;
font-size: 14px;
color: rgb(36, 36, 36);
font-weight: 400;
}
}

/deep/ .el-table__body {
td {
font-size: 12px;
font-size: 14px;
}
}



Loading…
Cancel
Save