master
xcw 2023-10-23 11:45:04 +08:00
parent bd9bec905e
commit d292a011e1
2 changed files with 5 additions and 2 deletions

View File

@ -15,7 +15,7 @@ export default {
{rel: 'icon', type: 'image/x-icon', href: '/favicon.ico'} {rel: 'icon', type: 'image/x-icon', href: '/favicon.ico'}
] ]
}, },
ssr: false, ssr: true,
// Global CSS: https://go.nuxtjs.dev/config-css // Global CSS: https://go.nuxtjs.dev/config-css
css: [ css: [
'@/assets/css/element-variables.scss', '@/assets/css/element-variables.scss',

View File

@ -719,7 +719,10 @@ export default {
} }
} }
} }
.rich-text img {
width: 100%;
display: block;
}
.details-wrap { .details-wrap {
align-items: stretch; align-items: stretch;