From b901213a1bb11af00a6bf14b5a15f34766a71c19 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Sat, 25 Sep 2021 19:00:09 +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