@@ -175,7 +175,7 @@ export default defineComponent({
padding: 0 5px;
img {
- height: 73px;
+ height: 100%;
object-fit: cover;
border-radius: 10px;
width: 100%;
@@ -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){
@@ -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-toolbar>
</ion-header>