瀏覽代碼

style(frontend): 优化模板项目布局对齐

- 在 template-item 类的父容器中添加 justify-content: flex-end 属性
-此修改使模板项目在末尾对齐,优化了页面布局结构
panqiuyao 4 月之前
父節點
當前提交
de928b3000
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontend/src/views/Photography/detail.vue

+ 1 - 0
frontend/src/views/Photography/detail.vue

@@ -1303,6 +1303,7 @@ const selectFolder = () => {
   flex-wrap: wrap;
   gap: 20px;
   margin-top: 10px;
+  justify-content: flex-end;
 
 
   .template-item {