去掉没用的代码
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:
@@ -146,9 +146,6 @@ export default {
|
|||||||
watch: {
|
watch: {
|
||||||
value (value) {
|
value (value) {
|
||||||
this.currentValue = value
|
this.currentValue = value
|
||||||
},
|
|
||||||
currentValue (value) {
|
|
||||||
this.selectIcon(value)
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
|
|||||||
@@ -135,9 +135,6 @@ export default {
|
|||||||
watch: {
|
watch: {
|
||||||
value (value) {
|
value (value) {
|
||||||
this.currentValue = value
|
this.currentValue = value
|
||||||
},
|
|
||||||
currentValue (value) {
|
|
||||||
this.selectIcon(value)
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
@@ -171,13 +168,11 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: $color-text-sub;
|
|
||||||
svg {
|
svg {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $color-text-main;
|
|
||||||
background-color: $color-bg;
|
background-color: $color-bg;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: inset 0px 0px 0px 1px $color-border-1;
|
box-shadow: inset 0px 0px 0px 1px $color-border-1;
|
||||||
|
|||||||
Reference in New Issue
Block a user