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