Update channel.scss
This commit is contained in:
parent
d44a77717d
commit
d7a28f511b
1 changed files with 6 additions and 1 deletions
|
|
@ -202,13 +202,18 @@
|
||||||
line-clamp: 2;
|
line-clamp: 2;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
}
|
}
|
||||||
svg, .v-icon {
|
.v-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 12px;
|
top: 12px;
|
||||||
left: 12px;
|
left: 12px;
|
||||||
width: 56px;
|
width: 56px;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
}
|
}
|
||||||
|
svg {
|
||||||
|
position: absolute;
|
||||||
|
width: 56px;
|
||||||
|
height: 56px;
|
||||||
|
}
|
||||||
&::after {
|
&::after {
|
||||||
content: " ";
|
content: " ";
|
||||||
background: url("~@/assets/icons/ic_export.svg") no-repeat;
|
background: url("~@/assets/icons/ic_export.svg") no-repeat;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue