修复小程序

This commit is contained in:
2024-01-23 13:29:13 +08:00
parent a41b5fe587
commit 30f4b0c147
52 changed files with 99 additions and 97 deletions

View File

@@ -21,13 +21,9 @@
</template>
<script>
import {
mapState,
mapGetters,
mapActions
} from 'vuex';
import {mapActions, mapGetters, mapState} from 'vuex';
export default {
export default {
data() {
return {
filter: {
@@ -107,4 +103,4 @@
height: calc(100vh - 450rpx);
}
}
</style>
</style>