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