From 2e10dd5a3cb31a6bcce1da08c69bb927f22d3bac Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Sat, 25 Sep 2021 18:45:24 +0800 Subject: [PATCH] Merge branch 'master' of http://120.27.238.55:7000/r/xc-mall --- src/main/resources/templates/febs/views/modules/order/payMethodList.html | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/order/payMethodList.html b/src/main/resources/templates/febs/views/modules/order/payMethodList.html index 707a24d..850e556 100644 --- a/src/main/resources/templates/febs/views/modules/order/payMethodList.html +++ b/src/main/resources/templates/febs/views/modules/order/payMethodList.html @@ -20,15 +20,15 @@ </form> <table lay-filter="orderPaymethodTable" lay-data="{id: 'orderPaymethodTable'}"></table> <style type="text/css"> - .layui-table-cell{ - text-align:center; - height: auto; - white-space: normal; - } - .layui-table img{ - max-width:200px - } - </style> + .layui-table-cell{ + text-align:center; + height: auto; + white-space: normal; + } + .layui-table img{ + max-width:200px + } + </style> </div> </div> </div> -- Gitblit v1.9.1