Commit fadd2692 by xiaohai

分组详情页用户头像尺寸修改为40*40

parent 451e4696
......@@ -140,7 +140,7 @@
</template>
<script>
export default {
name: "groupSetTransfer",
name: "vue-gic-member-group",
props: {
defaltSelected: {
type: Array,
......@@ -241,6 +241,7 @@
},
searchEnterFun() {
this.tableData = [];
this.getGroupList();
},
......@@ -320,6 +321,7 @@
const that = this;
let selectedData = that.selectedData;
if (selectedData.length < 1) {
that.countOfCoverTotal = 0;
return false;
}
let idsArr = [];
......@@ -458,5 +460,4 @@
height: 100%;
}
}
</style>
</style>
\ No newline at end of file
......@@ -670,9 +670,9 @@
}
.table-member__img {
width: 60px;
height: 60px;
line-height: 60px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #F3F6F9;
img {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment