Browse Source

fleat: products tempate update

igb 4 weeks ago
parent
commit
9fd695c07c
1 changed files with 5 additions and 5 deletions
  1. 5 5
      system/products.php

+ 5 - 5
system/products.php

@@ -155,7 +155,6 @@ if ($act == 'postchk') {
         border-radius: 4px;
         border: 1px solid #ddd;
         margin-bottom: 20px;
-        background-color: #f9f9f9;
     }
     .search_panel label {
         font-weight: bold;
@@ -404,7 +403,10 @@ if ($act == 'add' || $act == 'edit') {
     <div class="search_panel">
         <form method="get" action="">
             <input type="hidden" name="Page" value="1">
-            <div style="display: flex; margin-bottom: 10px;">
+            <div style="display: flex; margin-bottom: 10px;style="margin-left: 20px;"">
+            <div style="margin-right: 20px;">
+                <input type="button" value="+ 新增产品" onClick="location.href='?act=add<?php echo $filter_category_id ? '&category_id='.$filter_category_id : ''; ?>'" class="add_btn" />
+            </div>
                 <div style="margin-right: 20px;">
                     <label>按分类筛选:</label>
                     <select name="category_id" class="select1" onchange="this.form.submit()">
@@ -424,9 +426,7 @@ if ($act == 'add' || $act == 'edit') {
                     <input type="text" name="Keys" value="<?php echo $keyscode; ?>" class="inputTxt" placeholder="请输入产品名称">
                     <input type="submit" value="搜索" class="searchgo">
                 </div>
-                <div style="margin-left: 20px;">
-                    <input type="button" value="+ 新增产品" onClick="location.href='?act=add<?php echo $filter_category_id ? '&category_id='.$filter_category_id : ''; ?>'" class="add_btn" />
-                </div>
+
             </div>
         </form>
     </div>