[Improvement] Cell: optimize left icon (#893)

This commit is contained in:
neverland 2018-04-19 16:10:37 +08:00 committed by GitHub
parent 24b95af824
commit 0192eb7ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 101 additions and 114 deletions

View File

@ -58,12 +58,6 @@ export default {
title3: 'Left Icon',
title4: 'Link'
}
},
methods: {
handleClick() {
console.log('cell click');
}
}
};
</script>

View File

@ -52,13 +52,13 @@
"license": "MIT",
"dependencies": {
"babel-runtime": "6.x",
"vue-lazyload": "^1.2.2"
"vue-lazyload": "^1.2.3"
},
"peerDependencies": {
"vue": ">= 2.5.0"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
"autoprefixer": "^8.3.0",
"avoriaz": "2.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
@ -71,7 +71,7 @@
"codecov": "^3.0.0",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"dependency-tree": "^6.0.1",
"dependency-tree": "^6.1.0",
"eslint": "^4.19.1",
"eslint-plugin-vue": "^4.4.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
@ -85,22 +85,22 @@
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-chai": "^1.3.2",
"karma-sinon-chai": "^1.3.4",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "2.0.13",
"lint-staged": "^7.0.4",
"mocha": "^5.0.5",
"mocha": "^5.1.1",
"postcss": "^6.0.21",
"postcss-calc": "^6.0.0",
"postcss-easy-import": "^3.0.0",
"postcss-loader": "^2.1.3",
"postcss-loader": "^2.1.4",
"precss": "2.0.0",
"progress-bar-webpack-plugin": "^1.11.0",
"rimraf": "^2.5.4",
"shelljs": "^0.8.1",
"sinon": "^2.4.1",
"sinon-chai": "^2.12.0",
"style-loader": "^0.20.3",
"style-loader": "^0.21.0",
"uppercamelcase": "^3.0.0",
"url-loader": "^1.0.1",
"vant-doc": "1.0.4",
@ -111,7 +111,7 @@
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "2.5.16",
"vue-template-es2015-compiler": "^1.6.0",
"webpack": "^4.5.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "3.1.3",
"webpack-merge": "^4.1.2"

View File

@ -9,12 +9,12 @@
}"
@click="onClick"
>
<div class="van-cell__title" v-if="title || icon || $slots.title || $slots.icon">
<slot name="icon">
<icon v-if="icon" :name="icon" />
</slot>
<slot name="icon">
<icon v-if="icon" class="van-cell__left-icon" :name="icon" />
</slot>
<div class="van-cell__title" v-if="title || $slots.title">
<slot name="title">
<span class="van-cell__text" v-text="title" />
<span v-text="title" />
<div class="van-cell__label" v-if="label" v-text="label" />
</slot>
</div>

View File

@ -90,7 +90,7 @@ export default {
if (this.lockScroll) {
if (!context.lockCount) {
document.body.classList.add('van-overflow-hidden');
on(document, 'touchstart', this.onTouchStart);
on(document, 'touchstart', this.touchStart);
on(document, 'touchmove', this.onTouchMove);
}
context.lockCount++;
@ -125,10 +125,6 @@ export default {
}
},
onTouchStart(e) {
this.touchStart(e);
},
onTouchMove(e) {
this.touchMove(e);
const direction = this.deltaY > 0 ? '10' : '01';

View File

@ -59,14 +59,12 @@
bottom: 0;
z-index: 9999;
padding-left: 15px;
.van-cell__text {
font-size: 16px;
}
font-size: 16px;
.van-icon-add {
color: $blue;
font-size: 20px;
line-height: 1.2;
}
}
}

View File

@ -24,16 +24,10 @@
background-color: $white;
}
&__title {
.van-icon {
font-size: 16px;
margin-right: 5px;
vertical-align: middle;
}
}
&__text {
vertical-align: middle;
&__left-icon {
font-size: 16px;
line-height: 1.5;
margin-right: 5px;
}
&__label {

View File

@ -50,18 +50,12 @@
bottom: 0;
z-index: 9999;
padding-left: 15px;
.van-cell__text {
font-size: 16px;
}
font-size: 16px;
.van-icon-add {
color: $blue;
font-size: 20px;
}
&:active {
background-color: $active-color;
line-height: 1.2;
}
}
}

View File

@ -1,10 +1,6 @@
@import './common/var.css';
.van-switch-cell {
.van-cell__text {
vertical-align: baseline;;
}
.van-switch {
float: right;
}

View File

@ -31,7 +31,7 @@ describe('SwitchCell', () => {
DOMChecker(wrapper, {
text: {
'.van-cell__text': '测试标题'
'.van-cell__title span': '测试标题'
},
count: {
'.van-switch--on': 0,

141
yarn.lock
View File

@ -4,13 +4,13 @@
"@babel/code-frame@^7.0.0-beta.35":
version "7.0.0-beta.44"
resolved "http://registry.npm.qima-inc.com/@babel/code-frame/download/@babel/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
dependencies:
"@babel/highlight" "7.0.0-beta.44"
"@babel/highlight@7.0.0-beta.44":
version "7.0.0-beta.44"
resolved "http://registry.npm.qima-inc.com/@babel/highlight/download/@babel/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
dependencies:
chalk "^2.0.0"
esutils "^2.0.2"
@ -29,7 +29,7 @@ JSONStream@^1.0.3:
abab@^1.0.4:
version "1.0.4"
resolved "http://registry.npm.qima-inc.com/abab/download/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e"
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e"
abbrev@1:
version "1.1.1"
@ -429,15 +429,15 @@ autoprefixer@^6.3.1:
postcss "^5.2.16"
postcss-value-parser "^3.2.3"
autoprefixer@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-8.2.0.tgz#1e49b611b31a5259b86b7a6b2b1b8faf091abe2a"
autoprefixer@^8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-8.3.0.tgz#22ac5151c3c8946bb8f75f337d5c5042c0ec6404"
dependencies:
browserslist "^3.2.0"
caniuse-lite "^1.0.30000817"
browserslist "^3.2.4"
caniuse-lite "^1.0.30000830"
normalize-range "^0.1.2"
num2fraction "^1.2.2"
postcss "^6.0.20"
postcss "^6.0.21"
postcss-value-parser "^3.2.3"
avoriaz@2.0.0:
@ -1357,7 +1357,7 @@ browser-pack@^6.0.1:
browser-process-hrtime@^0.1.2:
version "0.1.2"
resolved "http://registry.npm.qima-inc.com/browser-process-hrtime/download/browser-process-hrtime-0.1.2.tgz#425d68a58d3447f02a04aa894187fce8af8b7b8e"
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.2.tgz#425d68a58d3447f02a04aa894187fce8af8b7b8e"
browser-resolve@^1.11.0, browser-resolve@^1.11.2, browser-resolve@^1.7.0:
version "1.11.2"
@ -1487,12 +1487,12 @@ browserslist@^2.1.2:
caniuse-lite "^1.0.30000792"
electron-to-chromium "^1.3.30"
browserslist@^3.2.0:
version "3.2.3"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.3.tgz#ad36e56a43daeacf4d2b7bb16441b7ac30be4510"
browserslist@^3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.4.tgz#fb9ad70fd09875137ae943a31ab815ed76896031"
dependencies:
caniuse-lite "^1.0.30000819"
electron-to-chromium "^1.3.40"
caniuse-lite "^1.0.30000821"
electron-to-chromium "^1.3.41"
buffer-indexof@^1.0.0:
version "1.1.1"
@ -1658,9 +1658,9 @@ caniuse-lite@^1.0.30000792:
version "1.0.30000792"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000792.tgz#d0cea981f8118f3961471afbb43c9a1e5bbf0332"
caniuse-lite@^1.0.30000817, caniuse-lite@^1.0.30000819:
version "1.0.30000820"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000820.tgz#6e36ee75187a2c83d26d6504a1af47cc580324d2"
caniuse-lite@^1.0.30000821, caniuse-lite@^1.0.30000830:
version "1.0.30000830"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000830.tgz#cb96b8a2dd3cbfe04acea2af3c4e894249095328"
caseless@~0.11.0:
version "0.11.0"
@ -2610,14 +2610,14 @@ depd@~1.1.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
dependency-tree@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/dependency-tree/-/dependency-tree-6.0.1.tgz#c4330046894df51453f0b8e0648ebf654852167b"
dependency-tree@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/dependency-tree/-/dependency-tree-6.1.0.tgz#bfef43e1236778f7f8c387a3a718a79eec1d1a29"
dependencies:
commander "^2.6.0"
debug "^3.1.0"
filing-cabinet "^1.13.0"
precinct "^4.0.0"
precinct "^4.1.0"
deps-sort@^2.0.0:
version "2.0.0"
@ -2679,14 +2679,23 @@ detective-es6@^1.2.0:
dependencies:
node-source-walk "^3.3.0"
detective-less@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/detective-less/-/detective-less-1.0.0.tgz#426c78c9ab6e3275bf66cc91abac0053bb452d7d"
detective-less@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/detective-less/-/detective-less-1.0.1.tgz#06ce19dfdeea53291074ce2888cc4b644bc94c09"
dependencies:
debug "~2.2.0"
debug "^3.1.0"
gonzales-pe "^3.4.4"
node-source-walk "^3.2.0"
detective-postcss@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/detective-postcss/-/detective-postcss-2.0.0.tgz#1f62c312a401bfb6cdd9a2ffc5e952d112afd3f2"
dependencies:
debug "^3.1.0"
is-url "^1.2.4"
postcss "^6.0.21"
postcss-values-parser "^1.5.0"
detective-sass@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/detective-sass/-/detective-sass-2.0.1.tgz#05660aa1b95cfd87f574643bface3e8a268112a1"
@ -2886,9 +2895,9 @@ electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.30:
version "1.3.33"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.33.tgz#bf00703d62a7c65238136578c352d6c5c042a545"
electron-to-chromium@^1.3.40:
version "1.3.40"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.40.tgz#1fbd6d97befd72b8a6f921dc38d22413d2f6fddf"
electron-to-chromium@^1.3.41:
version "1.3.42"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.42.tgz#95c33bf01d0cc405556aec899fe61fd4d76ea0f9"
elegant-spinner@^1.0.1:
version "1.0.1"
@ -4883,6 +4892,10 @@ is-typedarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
is-url@^1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/is-url/-/is-url-1.2.4.tgz#04a4df46d28c4cff3d73d01ff06abeb318a1aa52"
is-utf8@^0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
@ -5336,9 +5349,9 @@ karma-phantomjs-launcher@^1.0.4:
lodash "^4.0.1"
phantomjs-prebuilt "^2.1.7"
karma-sinon-chai@^1.3.2:
version "1.3.3"
resolved "https://registry.yarnpkg.com/karma-sinon-chai/-/karma-sinon-chai-1.3.3.tgz#a597e5b4a1369fe7b3d7d76c09ed2061a38e747f"
karma-sinon-chai@^1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/karma-sinon-chai/-/karma-sinon-chai-1.3.4.tgz#56c82674a5618ee9a4063cfbd57fc01da37f1495"
dependencies:
lolex "^1.6.0"
@ -6069,7 +6082,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4:
"minimatch@2 || 3", minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
dependencies:
@ -6133,9 +6146,9 @@ mkdirp@0.5.1, mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdi
dependencies:
minimist "0.0.8"
mocha@^5.0.5:
version "5.0.5"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.5.tgz#e228e3386b9387a4710007a641f127b00be44b52"
mocha@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.1.1.tgz#b774c75609dac05eb48f4d9ba1d827b97fde8a7b"
dependencies:
browser-stdout "1.3.1"
commander "2.11.0"
@ -6145,6 +6158,7 @@ mocha@^5.0.5:
glob "7.1.2"
growl "1.10.3"
he "1.1.1"
minimatch "3.0.4"
mkdirp "0.5.1"
supports-color "4.4.0"
@ -7208,9 +7222,9 @@ postcss-load-plugins@^2.3.0:
cosmiconfig "^2.1.1"
object-assign "^4.1.0"
postcss-loader@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-2.1.3.tgz#eb210da734e475a244f76ccd61f9860f5bb3ee09"
postcss-loader@^2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-2.1.4.tgz#f44a6390e03c84108b2b2063182d1a1011b2ce76"
dependencies:
loader-utils "^1.1.0"
postcss "^6.0.0"
@ -7441,6 +7455,14 @@ postcss-value-parser@^3.0.1, postcss-value-parser@^3.0.2, postcss-value-parser@^
version "3.3.0"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz#87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15"
postcss-values-parser@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/postcss-values-parser/-/postcss-values-parser-1.5.0.tgz#5d9fa63e2bcb0179ce48f3235303765eb89f3047"
dependencies:
flatten "^1.0.2"
indexes-of "^1.0.1"
uniq "^1.0.1"
postcss-zindex@^2.0.1:
version "2.2.0"
resolved "https://registry.yarnpkg.com/postcss-zindex/-/postcss-zindex-2.2.0.tgz#d2109ddc055b91af67fc4cb3b025946639d2af22"
@ -7466,14 +7488,6 @@ postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.11, postcss@^6.0.13, postcss@^6.0.1
source-map "^0.6.1"
supports-color "^5.1.0"
postcss@^6.0.20:
version "6.0.20"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.20.tgz#686107e743a12d5530cb68438c590d5b2bf72c3c"
dependencies:
chalk "^2.3.2"
source-map "^0.6.1"
supports-color "^5.3.0"
postcss@^6.0.21:
version "6.0.21"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.21.tgz#8265662694eddf9e9a5960db6da33c39e4cd069d"
@ -7482,16 +7496,17 @@ postcss@^6.0.21:
source-map "^0.6.1"
supports-color "^5.3.0"
precinct@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/precinct/-/precinct-4.0.0.tgz#ce67108123b8ae7c156180fb3836c5e5de24654f"
precinct@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/precinct/-/precinct-4.1.0.tgz#8b7a365e950324c4204b7edb476737606d49725f"
dependencies:
commander "^2.11.0"
debug "^3.0.1"
detective-amd "^2.4.0"
detective-cjs "^2.0.0"
detective-es6 "^1.2.0"
detective-less "1.0.0"
detective-less "^1.0.1"
detective-postcss "^2.0.0"
detective-sass "^2.0.0"
detective-scss "^1.0.0"
detective-stylus "^1.0.0"
@ -8367,14 +8382,14 @@ sax@^1.2.4, sax@~1.2.1:
version "1.2.4"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
schema-utils@^0.4.0, schema-utils@^0.4.2, schema-utils@^0.4.3:
schema-utils@^0.4.0, schema-utils@^0.4.3:
version "0.4.3"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.3.tgz#e2a594d3395834d5e15da22b48be13517859458e"
dependencies:
ajv "^5.0.0"
ajv-keywords "^2.1.0"
schema-utils@^0.4.5:
schema-utils@^0.4.4, schema-utils@^0.4.5:
version "0.4.5"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.5.tgz#21836f0608aac17b78f9e3e24daff14a5ca13a3e"
dependencies:
@ -9028,9 +9043,9 @@ strip-json-comments@~2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
style-loader@^0.20.3:
version "0.20.3"
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.20.3.tgz#ebef06b89dec491bcb1fdb3452e913a6fd1c10c4"
style-loader@^0.21.0:
version "0.21.0"
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.21.0.tgz#68c52e5eb2afc9ca92b6274be277ee59aea3a852"
dependencies:
loader-utils "^1.1.0"
schema-utils "^0.4.5"
@ -9723,9 +9738,9 @@ vue-hot-reload-api@^2.2.0:
version "2.2.4"
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.2.4.tgz#683bd1d026c0d3b3c937d5875679e9a87ec6cd8f"
vue-lazyload@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/vue-lazyload/-/vue-lazyload-1.2.2.tgz#73335ed32db25264f5957df1a21d277823423743"
vue-lazyload@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/vue-lazyload/-/vue-lazyload-1.2.3.tgz#901f9ec15c7e6ca78781a2bae4a343686bdedb2c"
vue-loader@^14.2.2:
version "14.2.2"
@ -9922,9 +9937,9 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0:
source-list-map "^2.0.0"
source-map "~0.6.1"
webpack@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.5.0.tgz#1e6f71e148ead02be265ff2879c9cd6bb30b8848"
webpack@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.6.0.tgz#363eafa733710eb0ed28c512b2b9b9f5fb01e69b"
dependencies:
acorn "^5.0.0"
acorn-dynamic-import "^3.0.0"
@ -9940,7 +9955,7 @@ webpack@^4.5.0:
mkdirp "~0.5.0"
neo-async "^2.5.0"
node-libs-browser "^2.0.0"
schema-utils "^0.4.2"
schema-utils "^0.4.4"
tapable "^1.0.0"
uglifyjs-webpack-plugin "^1.2.4"
watchpack "^1.5.0"