Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iRuxu committed May 7, 2020
1 parent e23ef6f commit 7ab7f93
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions css/normalize.less
Original file line number Diff line number Diff line change
@@ -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;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jx3box/jx3box-common",
"version": "1.1.2",
"version": "1.1.3",
"description": "JX3BOX公共基础模块",
"main": "main.js",
"repository": {
Expand Down

0 comments on commit 7ab7f93

Please sign in to comment.