Avoid wildcard
This commit is contained in:
parent
d71294b767
commit
4fda560c17
|
|
@ -21,6 +21,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
:image="page.eyeCatchingImage"
|
:image="page.eyeCatchingImage"
|
||||||
:cover="true"
|
:cover="true"
|
||||||
:disableImageLink="true"
|
:disableImageLink="true"
|
||||||
|
class="thumbnail"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
@ -210,7 +211,7 @@ definePageMetadata(computed(() => page ? {
|
||||||
}
|
}
|
||||||
|
|
||||||
> .banner {
|
> .banner {
|
||||||
>* {
|
> .thumbnail {
|
||||||
// TODO: 良い感じのアスペクト比で表示
|
// TODO: 良い感じのアスペクト比で表示
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue