瀏覽代碼

fix: restore missing closing tag in ServicesSection.vue

unknown 2 月之前
父節點
當前提交
7317ca6d44
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/admin/ServicesSection.vue

+ 1 - 0
src/components/admin/ServicesSection.vue

@@ -19,6 +19,7 @@
             </div>
             <p class="text-xs text-muted-foreground truncate max-w-md">{{ s.desc_en }}</p>
           </div>
+        </div>
         <div class="flex items-center gap-8">
           <div class="text-right">
             <p class="text-[10px] font-bold text-muted-foreground uppercase tracking-widest">{{ t("admin.fields.pricePerHour") }}</p>