|
@@ -184,7 +184,6 @@ export default {
|
|
|
<style scoped>
|
|
|
.calendar {
|
|
|
background-color: #f5b379;
|
|
|
- padding: 5px;
|
|
|
height: 100%;
|
|
|
overflow-y: auto;
|
|
|
box-sizing: border-box;
|
|
@@ -236,8 +235,8 @@ export default {
|
|
|
.monthlyCalendar {
|
|
|
background-image: url("../../../assets/image/C_bg.png");
|
|
|
background-size: 100% 100%;
|
|
|
- width: 100%;
|
|
|
- height: calc((100% - 10px) * 1.5);
|
|
|
+ width: 82.5%;
|
|
|
+ height: calc((82.5% - 10px) * 1.5);
|
|
|
padding: 1.5em 1px 0 1px;
|
|
|
max-width: 614px;
|
|
|
margin: 0 auto;
|
|
@@ -264,7 +263,7 @@ export default {
|
|
|
border-left: 1px solid #fff;
|
|
|
}
|
|
|
.CalenHead {
|
|
|
- font-size: 1.01rem;
|
|
|
+ font-size: 0.7rem;
|
|
|
height: 2.5em;
|
|
|
line-height: 1.3em;
|
|
|
font-weight: 400;
|
|
@@ -295,7 +294,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.CalenBody .CalenCol {
|
|
|
- padding: 10px 0;
|
|
|
+ padding: 5px 0;
|
|
|
border-left: 1px solid #eee;
|
|
|
border-bottom: 1px solid #eee;
|
|
|
}
|
|
@@ -303,7 +302,7 @@ export default {
|
|
|
background-image: url("../../../assets/image/text.png");
|
|
|
background-size: 100% 100%;
|
|
|
margin-top: 0.5em;
|
|
|
- font-size: 0.9rem;
|
|
|
+ font-size: 0.6rem;
|
|
|
height: 1.3em;
|
|
|
line-height: 1.3em;
|
|
|
color: #c31212;
|