Files
smart-cropx-ui/src/components/layouts/index.css
2025-11-10 09:19:56 +08:00

6 lines
134 B
CSS

.parent-flex {
display: flex;
flex-direction: column;
gap: 1rem; /* 控制子元素间距 */
width: 100%; /* 默认宽度 */
}