From 08b37db74053844c352eac9a6d7fdad57d1633f6 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Thu, 13 Dec 2018 13:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B2=A1=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: fb450118664f508e7be582541c49cc622ab72556 [formerly fb450118664f508e7be582541c49cc622ab72556 [formerly fb450118664f508e7be582541c49cc622ab72556 [formerly fb450118664f508e7be582541c49cc622ab72556 [formerly 4a7762aded9043a5399419e26d290be536062b6e [formerly 1fed2b0c71992e1c71db85dc3b50bf291e49b7b3]]]]] Former-commit-id: a9866dff1ed147e4e8d14afe7f9a099cf2dc97b4 Former-commit-id: e4e72e484190486e76da71a5ce940793cee5aacc Former-commit-id: 7e71b32d0e43af89a3fe8b0186f015d93a2098ec [formerly 7061988e02c8889f8835450fe568c9fee851924c] Former-commit-id: 2996c6d457f31d784faa7fbc5dae84d7854c8c62 Former-commit-id: 4822fea0354118865b066a45fbd704128e86da5b Former-commit-id: d52eee31ebe4717d8953e277750e966a5fbcd92c Former-commit-id: 54682d51bb436fbca90adfaefcb2f97c0f535776 Former-commit-id: 12b9d8eceea4554ecad99d00fa166d51924efeac --- src/components/d2-icon-select/index.vue | 3 --- src/components/d2-icon-svg-select/index.vue | 5 ----- 2 files changed, 8 deletions(-) diff --git a/src/components/d2-icon-select/index.vue b/src/components/d2-icon-select/index.vue index 7016a9bc..18db2fc8 100644 --- a/src/components/d2-icon-select/index.vue +++ b/src/components/d2-icon-select/index.vue @@ -146,9 +146,6 @@ export default { watch: { value (value) { this.currentValue = value - }, - currentValue (value) { - this.selectIcon(value) } }, created () { diff --git a/src/components/d2-icon-svg-select/index.vue b/src/components/d2-icon-svg-select/index.vue index 1f813374..1ed98438 100644 --- a/src/components/d2-icon-svg-select/index.vue +++ b/src/components/d2-icon-svg-select/index.vue @@ -135,9 +135,6 @@ export default { watch: { value (value) { this.currentValue = value - }, - currentValue (value) { - this.selectIcon(value) } }, created () { @@ -171,13 +168,11 @@ export default { display: flex; justify-content: center; align-items: center; - color: $color-text-sub; svg { height: 20px; width: 20px; } &:hover { - color: $color-text-main; background-color: $color-bg; border-radius: 4px; box-shadow: inset 0px 0px 0px 1px $color-border-1;