From 9430546c8f53d9c34364fd27dd62477998c76303 Mon Sep 17 00:00:00 2001
From: pengda <10266652509@qq.com>
Date: Mon, 14 Oct 2024 11:13:00 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=A1=86=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 view/templates/admin/formula_list.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/view/templates/admin/formula_list.html b/view/templates/admin/formula_list.html
index 6f11877..7560642 100644
--- a/view/templates/admin/formula_list.html
+++ b/view/templates/admin/formula_list.html
@@ -94,12 +94,12 @@
                             <td>{$item.name}</td>
                             <td>{$item.source}</td>
                             <td>
-                                <div style="display: flex;flex-wrap: wrap;border-bottom: 1px dashed #ccc;padding-bottom: 15px">
+                                <div style="display: flex;flex-wrap: wrap;border-bottom: 1px dashed #ccc;padding-bottom: 10px">
                                     {foreach from=$item.formula item=value}
                                     <span class="item" style="flex-basis: auto;white-space: nowrap;padding-left:20px">{$value.name}{if $value.desc}({$value.desc}){/if}  {$value.num_str}</span>
                                     {/foreach}
                                 </div>
-                                <p style="padding:20px 20px 0">{$item.method}</p>
+                                <p style="padding:15px 20px 0">{$item.method}</p>
                             </td>
                             <td>
                                 {if $item.uid==0}
-- 
1.8.3.1