This commit is contained in:
gaoyuanwei 2022-08-19 16:09:10 +08:00
parent 2938de6392
commit d2b9f38f06
2 changed files with 6 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

View File

@ -82,9 +82,10 @@
width: 5.34rem;
height: 5.65rem;
padding: 0.28rem 0.35rem;
border: 0.03rem solid #0077ff;
// border: 0.03rem solid #0077ff;
margin-right: 0.56rem;
background: #ffffff;
background: url('~@/assets/cimSpecialArea/imgBG.png') no-repeat;
background-size: 100%;
h2 {
font-size: 0.2rem;
color: #000000;
@ -92,8 +93,8 @@
}
:deep(.ant-image) {
width: 4.5rem;
height: 3.4rem;
line-height: 3.4rem;
height: 2.8rem;
line-height: 2.8rem;
cursor: pointer;
}
:deep(.ant-image-img) {
@ -103,7 +104,7 @@
margin: 0.2rem 0 0;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
word-break: break-all;