浏览代码

Merge branch 'new' of http://192.168.2.236:10080/zhouna/preliminary into new

liucf 5 年之前
父节点
当前提交
db60529ccc
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 1
      src/components/Login.vue
  2. 1 1
      src/components/Preview.vue

+ 2 - 1
src/components/Login.vue

@@ -222,6 +222,7 @@ export default {
       margin: 1rem auto 0 auto;
       margin: 1rem auto 0 auto;
       border-radius: 50%;
       border-radius: 50%;
       overflow: hidden;
       overflow: hidden;
+      padding:6px;
       img {
       img {
         width: 100%;
         width: 100%;
       }
       }
@@ -326,4 +327,4 @@ export default {
     margin-top: 0.5rem;
     margin-top: 0.5rem;
   }
   }
 }
 }
-</style>
+</style>

+ 1 - 1
src/components/Preview.vue

@@ -167,7 +167,7 @@ export default {
       if(!scan){
       if(!scan){
         this.time = dateParser(param.time)
         this.time = dateParser(param.time)
       }else{
       }else{
-        this.time = dateParser(params.time)
+        this.time = dateParser(params.recordTime)
       }
       }
     },
     },
     handleClick(flg){
     handleClick(flg){