From 15041375c5931abc258a742e3a54d74494fe4bea Mon Sep 17 00:00:00 2001 From: OldHawk Date: Fri, 27 Oct 2017 16:49:03 +0800 Subject: [PATCH] feat(vip): remove link renderer of marked --- modules/core/client/app/init.js | 6 +++--- modules/vip/client/less/vip.less | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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;