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

@@ -0,0 +1,9 @@
.container {
width: 100%;
flex: 1;
margin-bottom: 12px;
.calendar {
width: 100%;
}
}