From 7ab7f93aa8a23ef3050d75fa32d1030341425fe5 Mon Sep 17 00:00:00 2001 From: iRuxu Date: Thu, 7 May 2020 21:50:22 +0800 Subject: [PATCH] fix --- css/normalize.less | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 css/normalize.less diff --git a/css/normalize.less b/css/normalize.less new file mode 100644 index 0000000..855666d --- /dev/null +++ b/css/normalize.less @@ -0,0 +1,22 @@ +body{ + margin:0; + padding:0; + font-family: -apple-system, "Microsoft YaHei", Trebuchet MS, Calibri, + BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica, sans-serif; + text-rendering: optimizelegibility; +} +a{ + text-decoration:none; +} +hr{ + margin-top: 22px; + margin-bottom: 22px; + border: 0; + border-top: 1px solid #eee; +} +svg{ + outline:none; +} +textarea{ + font-family: inherit; +} \ No newline at end of file diff --git a/package.json b/package.json index 9f33bbe..9458392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jx3box/jx3box-common", - "version": "1.1.2", + "version": "1.1.3", "description": "JX3BOX公共基础模块", "main": "main.js", "repository": {