mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
style: lint
This commit is contained in:
parent
4c44287ca1
commit
27b8d6495c
@ -60,7 +60,7 @@ const linkProviders: LinkProvider[] = [
|
||||
}
|
||||
}
|
||||
return `https://www.bilibili.com/video/${id}${newQuery ? `?${newQuery.toString()}` : ''}`
|
||||
}
|
||||
},
|
||||
]
|
||||
export default Vue.extend({
|
||||
components: { VIcon },
|
||||
@ -117,7 +117,7 @@ export default Vue.extend({
|
||||
box-sizing: border-box;
|
||||
box-shadow: 0 0 0 1px #8884;
|
||||
@include default-background-color();
|
||||
&-item {
|
||||
&-item {
|
||||
font-size: 14px;
|
||||
@include h-center(6px);
|
||||
&-copy {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user