pull/9/head
tangjinzhou 7 years ago
parent 7295fd0d79
commit 3be8b0d654

@ -44,10 +44,9 @@
width: 100%; width: 100%;
margin: 16px 0; margin: 16px 0;
th { th {
background: #f7f7f7;
background: #F7F7F7;
white-space: nowrap; white-space: nowrap;
color: #5C6B77; color: #5c6b77;
font-weight: 600; font-weight: 600;
} }
td:first-child { td:first-child {

@ -8,7 +8,7 @@
"test": "karma start test/karma.conf.js --single-run", "test": "karma start test/karma.conf.js --single-run",
"build": "sh build.sh", "build": "sh build.sh",
"lint": "eslint -c ./.eslintrc --fix --ext .js ./src/", "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": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save