Commit 6e13d13e authored by 黄奎's avatar 黄奎
parents bd85f8d2 385d573e
...@@ -344,6 +344,11 @@ export default { ...@@ -344,6 +344,11 @@ export default {
}, },
data() { data() {
return { return {
pickerOptions: {
disabledDate: time => {
return time.getTime() < Date.now() - 8.64e7;
}
},
date:'', date:'',
value: new Date(), value: new Date(),
calendarData:[], calendarData:[],
......
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
</div> --> </div> -->
<q-btn-group <q-btn-group
outline outline
style="position: fixed;top: 15px;right:20px;z-index: 666666;" style="position: fixed;top: 75px;right:20px;z-index: 666666;"
> >
<q-btn <q-btn
dense dense
......
...@@ -271,7 +271,7 @@ export default { ...@@ -271,7 +271,7 @@ export default {
.sub-header { .sub-header {
position: fixed; position: fixed;
height: 56px; height: 56px;
top: 0; top: 60px;
left: 0; left: 0;
right: 0; right: 0;
transition: top 0.3s ease; transition: top 0.3s ease;
......
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