Browse Source

排队取药界面调整

hsh 1 year ago
parent
commit
71b6040cdc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/templates/mz/pharmacy-cell.html

+ 2 - 2
src/main/resources/templates/mz/pharmacy-cell.html

@@ -70,11 +70,11 @@
                 </div>
                 <div style="margin-top: 200px;">
                     <button type="button" id="btn_med_in_cert" class="btn btn-primary button-click"
-                            style="background: url('/thmz/images/ybpz.png')no-repeat;margin-left: 200px;cursor:pointer"
+                            style="background: url('/thmz/images/ybpz.png')no-repeat;margin-left: 50px;cursor:pointer"
                             title="医保凭证">
                     </button>
                     <button type="button" id="btn_patient_id" class="btn btn-primary button-click"
-                            style="background: url('/thmz/images/jfpz.png')no-repeat;margin-left: 200px;cursor:pointer"
+                            style="background: url('/thmz/images/jfpz.png')no-repeat;margin-left: 50px;cursor:pointer"
                             title="缴费凭证">
                     </button>
                 </div>