This commit is contained in:
yanran200730
2022-07-26 17:37:12 +08:00
parent 4f357b1dd4
commit b2002d5989
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@
:current.sync="search2.current" :current.sync="search2.current"
:size.sync="search2.size" :size.sync="search2.size"
@getList="getGroupInfo"> @getList="getGroupInfo">
<el-table-column slot="user" label="群" align="center"> <el-table-column slot="user" label="群" align="center">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<div class="userinfo"> <div class="userinfo">
<span> <span>

View File

@@ -199,7 +199,7 @@
font-size: 14px; font-size: 14px;
} }
img { & > img {
width: 100%; width: 100%;
height: 120px; height: 120px;
margin-bottom: 8px; margin-bottom: 8px;