为什么感觉升级后图形渲染变慢,图片有明显的拉伸?
发布于 7 年前 作者 junshen 4449 次浏览 来自 官方Issues

加载过程中 加载完成

布局代码

样式部分

page {
  width100%;
  height100%;
}
.picker {
  padding5px 0px 5px 0px;
  width100%;
  backgroundrgb(255255255);
  display: block;
  text-align: center;
}
.titlePicker {
  margin5%;
  width80%;
  border1px rgba(7774740.51) solid;
  border-radius3px;
  justify-content: center;
  flex-direction: row;
}
.header {
  width100%;
  height15%;
  display: flex;
  justify-content: center;
   align-items:center;/*垂直居中*/
}
.container {
  width100%;
  height50%;
  display: flex;
  justify-content: center;
  padding0px;
}
.equipImg {
  width100%;
  padding10px 0px 10px 0px;
}
.innerBox {
  width80%;
  margin20px;
  border1px rgba(0000.062) solid;
}
.device_pull{
  width:8%;
  position: absolute;
  right11%;
  top5%;
  /* right: 95rpx;
  top: 55rpx; */
  display: inline-block;
  z-index1;
}

请问有没有哪位大佬知道怎么处理好!!

1 回复

mode 为widthFix的时候是会这样的。device-pull里面给个初始的height

回到顶部