lifanagju_citu 11 ヶ月 前
コミット
f7eb31a668
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/views/enterprise/talentPool/components/details.vue

+ 3 - 3
src/views/enterprise/talentPool/components/details.vue

@@ -1,7 +1,7 @@
 <!-- 人才库 - 人才详情 -->
 <template>
-  <div class="white-bgc pt-2 pb-16 d-flex justify-center" style="width: 100%;">
-    <div style="width: 940px;overflow-y: auto;background: none;" class=" pa-3 mr-3">
+  <div class="d-flex justify-center">
+    <div style="width: 940px;overflow-y: auto;background: #fff;" class="px-8 py-3 my-n3 mr-3">
       <!-- 基本信息 -->
       <baseInfo class="mt-5"></baseInfo>
       <!-- 个人优势 -->
@@ -89,6 +89,6 @@ const operateItems = [
   position: sticky;
   top: 60px;
   // background-color: var(--default-bgc);
-  background-color: #f7f8fa;
+  // background-color: #f7f8fa;
 }
 </style>