Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev

This commit is contained in:
a0049873 2022-08-19 16:53:57 +08:00
commit 17dd883672
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; width: 5.34rem;
height: 5.65rem; height: 5.65rem;
padding: 0.28rem 0.35rem; padding: 0.28rem 0.35rem;
border: 0.03rem solid #0077ff; // border: 0.03rem solid #0077ff;
margin-right: 0.56rem; margin-right: 0.56rem;
background: #ffffff; background: url('~@/assets/cimSpecialArea/imgBG.png') no-repeat;
background-size: 100%;
h2 { h2 {
font-size: 0.2rem; font-size: 0.2rem;
color: #000000; color: #000000;
@ -92,8 +93,8 @@
} }
:deep(.ant-image) { :deep(.ant-image) {
width: 4.5rem; width: 4.5rem;
height: 3.4rem; height: 2.8rem;
line-height: 3.4rem; line-height: 2.8rem;
cursor: pointer; cursor: pointer;
} }
:deep(.ant-image-img) { :deep(.ant-image-img) {
@ -103,7 +104,7 @@
margin: 0.2rem 0 0; margin: 0.2rem 0 0;
text-overflow: ellipsis; text-overflow: ellipsis;
display: -webkit-box; display: -webkit-box;
-webkit-line-clamp: 3; -webkit-line-clamp: 5;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
overflow: hidden; overflow: hidden;
word-break: break-all; word-break: break-all;