Browse Source

高度限制

develop
lingxiao 4 months ago
parent
commit
dc457f85ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/sysuser/index.vue

+ 1
- 1
src/views/sysuser/index.vue View File

@ -38,7 +38,7 @@
</el-table-column>
<el-table-column label="二维码" align="center" prop="callingcard">
<template slot-scope="scope">
<img style="cursor: pointer;" @click="viewCode(baseUrl+scope.row.callingcard)" v-if="scope.row.callingcard" :src="baseUrl+scope.row.callingcard" />
<img style="cursor: pointer; height: 22px;" @click="viewCode(baseUrl+scope.row.callingcard)" v-if="scope.row.callingcard" :src="baseUrl+scope.row.callingcard" />
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">


Loading…
Cancel
Save