fix: layout scoped

This commit is contained in:
chansee97 2024-04-24 09:10:46 +08:00
parent 21a51b935c
commit b2c4585927

View File

@ -41,7 +41,7 @@ const value = defineModel<LayoutMode>('value', { required: true })
</div>
</template>
<style lang="scss">
<style lang="scss" scoped>
.grid{
height: 60px;
width: 86px;