diff --git a/src/components/t-calendar.vue b/src/components/t-calendar.vue index ea5966b5..a1284267 100644 --- a/src/components/t-calendar.vue +++ b/src/components/t-calendar.vue @@ -43,10 +43,8 @@
element
-
- weapon -
+ weapon {{ item.name }}
@@ -219,15 +217,15 @@ function getContents (day: number) { .cards-grid { display: grid; - grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); - grid-gap: 5px; + grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); + grid-gap: 10px; padding: 10px; } .card-box { position: relative; - width: 80px; - height: 80px; + width: 100px; + height: 100px; cursor: pointer; } @@ -291,17 +289,6 @@ function getContents (day: number) { object-fit: cover; } -.card-weapon { - position: absolute; - top: 0; - right: 0; - width: 30px; - height: 30px; - display: flex; - justify-content: center; - align-items: center; -} - .card-weapon img { width: 20px; height: 20px;