Skip to content

Commit e8cdae6

Browse files
committed
Edit shadow css to calendar
1 parent 3e6a332 commit e8cdae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/calendar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export default {
266266
267267
.v-calendar .content {
268268
display: flex;
269-
box-shadow: 0 20px 30px 0 rgba(234, 234, 235, .7);
269+
box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
270270
border: 1px solid #eaeaeb;
271271
position: absolute;
272272
background: #fff;
@@ -417,7 +417,7 @@ export default {
417417
.v-calendar.top .content {
418418
top: 100%;
419419
transform: translateY(calc(-100% - 66px));
420-
box-shadow: 3px -14px 30px 0px rgba(234, 234, 235, .7);
420+
box-shadow: 3px -14px 30px 0px rgba(0, 0, 0, .2);
421421
}
422422
.v-calendar.top .content .calendar:first-child::before {
423423
border-width: 10px;

0 commit comments

Comments
 (0)