- 在 template-item 类的父容器中添加 justify-content: flex-end 属性 -此修改使模板项目在末尾对齐,优化了页面布局结构
@@ -1303,6 +1303,7 @@ const selectFolder = () => {
flex-wrap: wrap;
gap: 20px;
margin-top: 10px;
+ justify-content: flex-end;
.template-item {