Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
17dd883672
Binary file not shown.
After Width: | Height: | Size: 149 KiB |
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue