浏览代码

认证页面美化

Joe 4 年之前
父节点
当前提交
96749ee420
共有 2 个文件被更改,包括 22 次插入4 次删除
  1. 21 3
      pages/authen.vue
  2. 1 1
      pages/point/list.vue

文件差异内容过多而无法显示
+ 21 - 3
pages/authen.vue


+ 1 - 1
pages/point/list.vue

@@ -246,7 +246,7 @@ export default {
   width: 0.25rem;
   width: 0.25rem;
   height: 0.25rem;
   height: 0.25rem;
   background: url("../../static/common/a01_jifen@2x.png") no-repeat 0 0;
   background: url("../../static/common/a01_jifen@2x.png") no-repeat 0 0;
-  background-size: cover;
+  background-size: 100% 100%;
 }
 }
 .point-list .order .footer {
 .point-list .order .footer {
   width: 100%;
   width: 100%;

部分文件因为文件数量过多而无法显示