From 1e790795f4e2c365f604ecc0fc1b290e3ff3c35f Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期五, 20 十月 2023 09:34:22 +0800 Subject: [PATCH] 更新bug --- cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js index c76c754..af61688 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js @@ -39,7 +39,7 @@ ' <div class="col-sm-11">' + ' <div class="form-group">\n' + ' <label class="col-sm-3 control-label">请选择:</label>\n' + - ' <div class="col-sm-9">\n' + + ' <div class="col-sm-9" style="margin-top: 5px;">\n' + ' <input type="radio" id="areaType1" value="1" name="areaType"> ' + ' <label for="areaType1"> 手环 </label>\n' + ' </div>\n' + -- Gitblit v1.7.1