去掉没用的代码

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
This commit is contained in:
liyang
2018-12-13 13:31:53 +08:00
parent aac8020433
commit 08b37db740
2 changed files with 0 additions and 8 deletions

View File

@@ -146,9 +146,6 @@ export default {
watch: {
value (value) {
this.currentValue = value
},
currentValue (value) {
this.selectIcon(value)
}
},
created () {

View File

@@ -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;