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> </div>
</template> </template>
<style lang="scss"> <style lang="scss" scoped>
.grid{ .grid{
height: 60px; height: 60px;
width: 86px; width: 86px;