Commit 092050d3 authored by youjie's avatar youjie

no message

parent 3c1e6a3f
...@@ -396,7 +396,7 @@ ...@@ -396,7 +396,7 @@
}, },
}, },
mounted() { mounted() {
this.msg.StartTime = this.getBeforeDate(31, new Date()) // this.msg.StartTime = this.getBeforeDate(31, new Date())
this.msg.EndTime = this.formatDate(new Date(), "YYYY-MM-dd", 0) this.msg.EndTime = this.formatDate(new Date(), "YYYY-MM-dd", 0)
this.userInfo = this.getLocalStorage(); this.userInfo = this.getLocalStorage();
this.getList(); this.getList();
......
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
} }
.orderAllList-box { .orderAllList-box {
flex: 1; flex: 1;
min-width: 500px; max-width: 528px;
min-width: 450px;
background-color: #dddee0; background-color: #dddee0;
display: flex; display: flex;
margin: 0 5px; margin: 0 5px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment