Browse Source

修改样式

82064491C07A712AE32B5B57EC6EF136 11 months ago
parent
commit
4bb2e47d8f

+ 1 - 1
h5app/src/components/bImage.vue

@@ -175,7 +175,7 @@ export default defineComponent({
     padding: 0 5px;
 
     img {
-      height: 73px;
+      height: 100%;
       object-fit: cover;
       border-radius: 10px;
       width: 100%;

+ 2 - 2
h5app/src/views/pages/jobUserInfo/index.vue

@@ -171,8 +171,8 @@ export default defineComponent({
   }
 
   .img-item:first-child,.img-item:first-child img{
-    width: 150px;
-    height:150px;
+    width: 120px;
+
   }
 
   .img-item:not(:first-child){

+ 1 - 1
h5app/src/views/pages/post/list.vue

@@ -7,7 +7,7 @@
         </ion-buttons>
         <ion-title>岗位信息管理</ion-title>
         <ion-buttons slot="end">
-          <ion-icon @click="onAdd" :icon="addCircleOutline"></ion-icon>
+         <!--<ion-icon @click="onAdd" :icon="addCircleOutline"></ion-icon>-->
         </ion-buttons>
       </ion-toolbar>
     </ion-header>