Ver código fonte

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

- 在 template-item 类的父容器中添加 justify-content: flex-end 属性
-此修改使模板项目在末尾对齐,优化了页面布局结构
panqiuyao 4 meses atrás
pai
commit
de928b3000
1 arquivos alterados com 1 adições e 0 exclusões
  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 {