浏览代码

优化样式

wkw 6 月之前
父节点
当前提交
8e2e7b3ee9
共有 1 个文件被更改,包括 3 次插入3 次删除
  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;