From 9b185b07f035fa8f1b26c19a8eab4784413d4d96 Mon Sep 17 00:00:00 2001 From: lisy <linlangsur163@163.com> Date: 星期一, 31 七月 2023 14:48:52 +0800 Subject: [PATCH] app端:使用福利的账单接口bug;管理后台新增优惠券审核页面 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponAdd.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponAdd.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponAdd.html index 33e9063..16120ea 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponAdd.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoupon/TCouponAdd.html @@ -190,7 +190,7 @@ <label class="col-sm-1" style="width: 16%;margin-top: 7px">指定城市</label> <input class="col-sm-1 control-label" name="company" onclick="scopeOfApplication3()" type="radio" value="1" checked style="margin-left: 4%;margin-top: 10px;width: 13px;height: 13px"/> - <label class="col-sm-1" style="width: 25%;margin-top: -16px">指定门店</label> + <label class="col-sm-1" style="width: 16%;margin-top: -16px;margin-left: 8%">指定门店</label> </div> </div> </div> -- Gitblit v1.7.1