Browse Source

基础信息

lifanagju_citu 1 year ago
parent
commit
93ee4fa666
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/resume/components/right/basicInfo.vue

+ 1 - 1
src/views/resume/components/right/basicInfo.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="d-flex align-center my-3">
+  <div class="resume-box d-flex align-center my-3">
     <!-- 头像 -->
     <div class="avatarsBox" @mouseover="showIcon = true" @mouseleave="showIcon = false">
       <v-img class="img" cover src="https://cdn.vuetifyjs.com/images/john.jpg"></v-img>