Просмотр исходного кода

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

- 在 template-item 类的父容器中添加 justify-content: flex-end 属性
-此修改使模板项目在末尾对齐,优化了页面布局结构
panqiuyao 7 месяцев назад
Родитель
Сommit
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;
   flex-wrap: wrap;
   gap: 20px;
   gap: 20px;
   margin-top: 10px;
   margin-top: 10px;
+  justify-content: flex-end;
 
 
 
 
   .template-item {
   .template-item {