This commit is contained in:
syuilo 2020-12-06 13:00:17 +09:00
parent e1d69fb4ad
commit 9a98de7bd8

View file

@ -228,6 +228,12 @@ export default defineComponent({
> .title {
font-weight: bold;
}
> .content {
> img {
max-width: 100%;
}
}
}
}
}