fix
parent
00e86f86e4
commit
c8d5811cfa
|
@ -44,10 +44,9 @@
|
|||
width: 100%;
|
||||
margin: 16px 0;
|
||||
th {
|
||||
|
||||
background: #F7F7F7;
|
||||
background: #f7f7f7;
|
||||
white-space: nowrap;
|
||||
color: #5C6B77;
|
||||
color: #5c6b77;
|
||||
font-weight: 600;
|
||||
}
|
||||
td:first-child {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"test": "karma start test/karma.conf.js --single-run",
|
||||
"build": "sh build.sh",
|
||||
"lint": "eslint -c ./.eslintrc --fix --ext .js ./src/",
|
||||
"lint:style": "stylelint \"./example/**/*.less\" --syntax --fix less"
|
||||
"lint:style": "stylelint \"./examples/**/*.less\" --syntax --fix less"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue