| File was renamed from apps/cMiniApp/src/subpackages/mine/mineCurriculumVitae/InnerPage.vue | 
 |  |  | 
 |  |  |       :left-icon="false" | 
 |  |  |       background="transparent" | 
 |  |  |       close-mode | 
 |  |  |       class="mine-curriculum-noticebar" | 
 |  |  |     /> | 
 |  |  |     <div class="mine-curriculum-info-wrapper"> | 
 |  |  |       <UserAvatar :size="60" class="mine-curriculum-avatar" /> | 
 |  |  | 
 |  |  | <script setup lang="ts"> | 
 |  |  | import { useUserStore } from '@/stores/modules/user'; | 
 |  |  | import { useIsLogin } from '@/hooks'; | 
 |  |  | import MineAgreementSignDetailItem from '../mineAgreementSignDetail/MineAgreementSignDetailItem.vue'; | 
 |  |  | import MineAgreementSignDetailItem from '../../mine/mineAgreementSignDetail/MineAgreementSignDetailItem.vue'; | 
 |  |  | import { List, ListItem } from '@12333/components'; | 
 |  |  | import { RouterPath } from '@/constants'; | 
 |  |  | import IconArrow from '@/assets/setting/icon-arrow.png'; | 
 |  |  | 
 |  |  | <style lang="scss"> | 
 |  |  | @import '@/styles/common.scss'; | 
 |  |  |  | 
 |  |  | .mine-curriculum-noticebar { | 
 |  |  |   .nut-noticebar__page { | 
 |  |  |     padding: 0; | 
 |  |  |   } | 
 |  |  | } | 
 |  |  |  | 
 |  |  | .mine-curriculum-info-wrapper { | 
 |  |  |   padding: 24px 0 50px; | 
 |  |  |   display: flex; |