Xiao_123 hai 1 ano
pai
achega
6059200a61
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/views/resume/dynamic/left.vue
  2. 1 1
      src/views/resume/index.vue

+ 1 - 1
src/views/resume/dynamic/left.vue

@@ -2,7 +2,7 @@
   <div>
     <v-card class="mx-auto" max-width="300">
     <v-list>
-      <v-list-subheader>必填</v-list-subheader>
+      <!-- <v-list-subheader>必填</v-list-subheader> -->
       <v-list-item v-for="(item, i) in items" :key="i" :value="item" color="primary">
         <template v-slot:prepend>
           <v-icon :icon="item.icon"></v-icon>

+ 1 - 1
src/views/resume/index.vue

@@ -13,6 +13,6 @@ import RightPage from './dynamic/right.vue'
 
 <style lang="scss" scoped>
 .left {
-  width: 242px;
+  width: 272px;
 }
 </style>