Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -49,7 +49,7 @@ defineExpose<RenderComponentExposeType>({ |
49 | 49 | |
50 | 50 | <template> |
51 | 51 | <main class="w-full h-full flex flex-col justify-center items-center"> |
52 | - <div> | |
52 | + <div class="w-full"> | |
53 | 53 | <img v-if="!isNonstandard" :src="imgUrl" alt="" class="w-full"> |
54 | 54 | <div v-else> |
55 | 55 | 非标准数值 | ... | ... |