BUG修改
This commit is contained in:
parent
c4155bb364
commit
3160a0710f
|
@ -2,7 +2,7 @@
|
|||
* @Author: hisense.liangjunhua
|
||||
* @Date: 2022-08-09 09:31:25
|
||||
* @LastEditors: hisense.liangjunhua
|
||||
* @LastEditTime: 2022-08-09 18:07:59
|
||||
* @LastEditTime: 2022-08-09 18:17:38
|
||||
* @Description: 应用资源
|
||||
-->
|
||||
<template>
|
||||
|
@ -215,15 +215,17 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
:deep(.ant-image-img) {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 99%;
|
||||
height: 99%;
|
||||
object-fit: contain;
|
||||
}
|
||||
.bottom {
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
width: 98%;
|
||||
height: 0.6rem;
|
||||
padding-left: 0.3rem;
|
||||
margin-left: 0.05rem;
|
||||
margin-bottom: 0.05rem;
|
||||
background: url('~@/assets/capacitySquare/bt-bg.png') no-repeat;
|
||||
background-size: 100%;
|
||||
color: #fff;
|
||||
|
|
Loading…
Reference in New Issue