fix🐛: 解决切换语言不会监听的问题

This commit is contained in:
MTrun
2022-01-07 12:25:23 +08:00
parent c8098f429d
commit b349f3440b
18 changed files with 54 additions and 26 deletions
@@ -43,7 +43,6 @@ $wight: 400px;
padding: 10px;
.icon-position {
padding-top: 2px;
color: #70c0e8;
}
}
</style>
@@ -19,7 +19,7 @@ import { ContentBox } from '../ContentBox/index'
<style lang="scss" scoped>
@include go(content-draw) {
overflow: hidden;
@include background-point('background-point');
@include background-image('background-point');
@extend .go-point-bg;
}
</style>