Explorar el Código

app2.0 “我的”头像布局修改

长阳分支推送专用
杨晓琪 hace 2 años
padre
commit
61ecf767fc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue

+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue Ver fichero

@@ -6,7 +6,7 @@
<image
:src="avatarSrc()"
:style="{ borderRadius: roundAvatar ? '50%' : '3px' }"
mode="aspectFill"
mode="aspectFit"
class="avatar"
></image>
</view>
@@ -249,7 +249,7 @@ export default {

.avatarslot {
.avatar {
height: 60px;
height: 80px;
width: 60px;
}
}


Cargando…
Cancelar
Guardar