wkw vor 6 Monaten
Ursprung
Commit
8901f83b48
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3 2
      src/views/index/index.vue

+ 3 - 2
src/views/index/index.vue

@@ -194,8 +194,7 @@
 								style="width: 40px;height: 40px;border-radius: 50%;" mode="">
 							</img>
 							<div class="company-info-text">
-								{{ item.user && item.user.userName || '未知' }}·{{ item.hr &&
-									item.hr.hrPosition || '未知' }}
+								{{ item.user && item.user.userName || '未知' }}·{{ item.hr && item.hr.hrPosition || '未知' }}
 							</div>
 							<div v-if="item.respondTime" class="reply-time">{{ item.respondTime }}
 							</div>
@@ -1430,6 +1429,8 @@
 	.gwList-box-item-box-label{
 		padding: 0 20px;
 		gap: 12px;
+		overflow: hidden;
+		height: 60px;
 		.job-tag{
 			padding: 4px;
 			background: rgba(198, 198, 198, 0.1);