lifanagju_citu 5 ヶ月 前
コミット
dada5639a2

+ 6 - 0
src/views/recruit/personal/PersonalCenter/resume/online/components/basicInfo.vue

@@ -472,6 +472,12 @@ getDict('areaTreeData', null, 'areaTreeData').then(({ data }) => {
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
+    height: 100%;
+    width: 100%;
+    background-color: #c3c3c373;
+    display: flex;
+    justify-content: center;
+    align-items: center;
   }
 }