BUG修改
This commit is contained in:
parent
f21d694200
commit
1775286039
|
@ -2,7 +2,7 @@
|
|||
* @Author: hisense.liangjunhua
|
||||
* @Date: 2022-08-09 09:31:25
|
||||
* @LastEditors: hisense.liangjunhua
|
||||
* @LastEditTime: 2022-08-09 18:17:38
|
||||
* @LastEditTime: 2022-08-09 18:25:06
|
||||
* @Description: 应用资源
|
||||
-->
|
||||
<template>
|
||||
|
@ -23,7 +23,7 @@
|
|||
<div class="item-box">
|
||||
<div class="item" v-for="item in data.list" :key="item.id">
|
||||
<a-image
|
||||
:width="527"
|
||||
:width="510"
|
||||
:height="270"
|
||||
:preview="false"
|
||||
:src="item.pic"
|
||||
|
@ -217,6 +217,7 @@
|
|||
:deep(.ant-image-img) {
|
||||
width: 99%;
|
||||
height: 99%;
|
||||
margin-left: 0.03rem;
|
||||
object-fit: contain;
|
||||
}
|
||||
.bottom {
|
||||
|
|
Loading…
Reference in New Issue