@@ -83,8 +83,8 @@
align-items: center;
justify-content: center;
background: #eaeaea;
- width: 150px;
- height: 150px;
+ width: 146px;
+ height: 146px;
border-radius: 2px;
overflow: hidden;
background-color: #eaeaea;
@@ -115,7 +115,7 @@
font-size: 16px;
font-weight: 500;
color: #333333;
- max-width: 168px;
+ max-width: 138px;
}
.num {
@@ -7,7 +7,7 @@
.photoWrap {
display: flex;
flex-wrap: wrap;
- padding: 12px;
+ padding: 24px 12px 12px;
box-sizing: border-box;
justify-content: space-between;
@@ -25,8 +25,8 @@
position: relative;
@@ -58,6 +58,7 @@
color: #333;
line-height: 22px;
padding: 8px 0 4px 0;
.gridDes {
@@ -198,7 +198,7 @@ export default defineComponent({
</div>
- <div class={styles.gridName}>{item.name}</div>
+ <div class={[styles.gridName, 'van-ellipsis']}>{item.name}</div>
<div class={styles.gridDes}>{item.photoCount}张</div>
))}
@@ -1,7 +1,7 @@
@@ -14,8 +14,8 @@