30566
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<template>
|
||||
<div class="calendarInfo">
|
||||
<uni-calendar :insert="true" :selected="selected" :lunar="false" @change="change" @monthSwitch="changeMonth"/>
|
||||
<div class="calendar">
|
||||
<uni-calendar :insert="true" :selected="selected" :lunar="false" @change="change" @monthSwitch="changeMonth"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="dailyMatters">
|
||||
<div v-if="list && list.length">
|
||||
@@ -146,8 +149,16 @@ export default {
|
||||
display: none
|
||||
}
|
||||
|
||||
.calendar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 750px;
|
||||
}
|
||||
|
||||
.dailyMatters {
|
||||
padding: 30px;
|
||||
padding: 750px 30px 30px 30px;
|
||||
box-sizing: border-box;
|
||||
.daily_item {
|
||||
background: #FFF;
|
||||
|
||||
Reference in New Issue
Block a user