feat: 组件样式分离

This commit is contained in:
duanshuwen
2025-09-13 22:04:04 +08:00
parent 261fb16bd6
commit 6701172b6d
6 changed files with 211 additions and 206 deletions

View File

@@ -62,13 +62,5 @@ onMounted(() => {
</script>
<style scoped lang="scss">
.container {
width: 100%;
flex: 1;
margin-bottom: 12px;
.calendar {
width: 100%;
}
}
@import './styles/QuickBookingComponent.scss'
</style>