wangtao 1 ano atrás
pai
commit
0b3758c10f
2 arquivos alterados com 3 adições e 1 exclusões
  1. 2 1
      src/views/login/index.vue
  2. 1 0
      src/views/user/log-manage/index.vue

+ 2 - 1
src/views/login/index.vue

@@ -302,7 +302,7 @@ export default {
 }
 .bg {
   width: 100% !important;
-  height: 100%;
+  height:100%;
   overflow: hidden;
   position: fixed;
   top: 0;
@@ -310,6 +310,7 @@ export default {
   z-index: -1;
   img{
     width: 100% !important;
+    height:100%;
     position: absolute;
     top: 0;
     left: 0;

+ 1 - 0
src/views/user/log-manage/index.vue

@@ -155,6 +155,7 @@ export default {
       this.userName = undefined
       this.startTime = undefined
       this.endTime = undefined
+      this.dateRange = []
       this.handleQuery();
     },
     /** 搜索按钮操作 */