Browse Source

优化样式

wkw 6 tháng trước cách đây
mục cha
commit
8e2e7b3ee9
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/enterpriseList/info.vue

+ 3 - 3
src/views/enterpriseList/info.vue

@@ -89,7 +89,7 @@
 						HR介绍
 					</div>
 					<div class="introduce-box-l-contont">
-						<div class="hr-list flex justify-between" v-if="companyInfo.hr && companyInfo.hr.length > 0">
+						<div class="hr-list flex flex-wrap" v-if="companyInfo.hr && companyInfo.hr.length > 0">
 							<div class="hr-item" v-for="(hr, index) in companyInfo.hr" :key="index">
 								<div class="hr-content flex align-center">
 									<div class="hr-avatar-container">
@@ -477,9 +477,9 @@
 	}
 	.hr-list {
 		padding: 0 0 30rpx 0;
-
+		gap: 20px;
 		.hr-item {
-			flex: 1;
+			//flex: 1;
 
 			.hr-content {
 				align-items: center;