diff --git a/modules/core/client/app/init.js b/modules/core/client/app/init.js index 97e3d8ba..a7aeb29d 100644 --- a/modules/core/client/app/init.js +++ b/modules/core/client/app/init.js @@ -87,9 +87,9 @@ } }); markedProvider.setRenderer({ - link: function (href, title, text) { - return '' + text + ''; - }, + //link: function (href, title, text) { + // return '' + text + ''; + //}, table: function (header, body) { return '' + header + '' + body + '
'; } diff --git a/modules/vip/client/less/vip.less b/modules/vip/client/less/vip.less index 04baaa06..85364d15 100644 --- a/modules/vip/client/less/vip.less +++ b/modules/vip/client/less/vip.less @@ -20,7 +20,7 @@ } .pay-info { - border-left: solid 1px #ccc; + border-left: solid 1px #dedede; padding: 15px; &.no-left-border { border-left: none !important;