diff --git a/src/assets/css/channel.scss b/src/assets/css/channel.scss index 12f9729..8c2e89b 100644 --- a/src/assets/css/channel.scss +++ b/src/assets/css/channel.scss @@ -202,13 +202,18 @@ line-clamp: 2; -webkit-line-clamp: 2; } - svg, .v-icon { + .v-icon { position: absolute; top: 12px; left: 12px; width: 56px; height: 56px; } + svg { + position: absolute; + width: 56px; + height: 56px; + } &::after { content: " "; background: url("~@/assets/icons/ic_export.svg") no-repeat;