diff --git a/assets/css/common.scss b/assets/css/common.scss index a00ee55..b3ba3ff 100644 --- a/assets/css/common.scss +++ b/assets/css/common.scss @@ -4,6 +4,7 @@ .img_reset { width: 100%; height: 100%; + object-fit: cover; } .box_shadow { transition: all 0.3s linear; diff --git a/components/aside-tree.vue b/components/aside-tree.vue index 1f998a2..84a43cc 100644 --- a/components/aside-tree.vue +++ b/components/aside-tree.vue @@ -1,15 +1,22 @@