소스 검색

基础信息

lifanagju_citu 1 년 전
부모
커밋
93ee4fa666
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>