feat: 组件样式分离
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||