zhengkaixin 1 年之前
父节点
当前提交
04d6099325
共有 2 个文件被更改,包括 5 次插入0 次删除
  1. 3 0
      pages/main/index/index.vue
  2. 2 0
      pages/tab/jobInformation/jobInformation.vue

+ 3 - 0
pages/main/index/index.vue

@@ -453,6 +453,9 @@
 						color: rgba(16, 16, 16, 1);
 						font-size: 36rpx;
 						font-family: 'PingFang Medium';
+						
+						    display: flex;
+						    align-items: center;
 					}
 
 					// 薪水

+ 2 - 0
pages/tab/jobInformation/jobInformation.vue

@@ -326,6 +326,8 @@
 
 				// 职位
 				.position {
+					display: flex;
+					align-items: center;
 					color: rgba(16, 16, 16, 1);
 					font-size: 36rpx;
 					font-family: 'PingFang Medium';