生产管理系统前端-上边栏搭建与侧边栏搭建
This commit is contained in:
6
crop-x/src/components/layouts/index.css
Normal file
6
crop-x/src/components/layouts/index.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.parent-flex {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem; /* 控制子元素间距 */
|
||||
width: 100%; /* 默认宽度 */
|
||||
}
|
||||
Reference in New Issue
Block a user