Browse Source

像素调整

master
maochaoying 2 years ago
parent
commit
e74a5391f3
  1. 2
      src/pages/Home.vue
  2. 6
      src/pages/Main.vue

2
src/pages/Home.vue

@ -45,7 +45,7 @@ const isActiveTab = path => {
<style lang="scss" scoped> <style lang="scss" scoped>
.home_container { .home_container {
width: 2200px; width: 2200px;
height: 1440px;
height: 1395px;
background: #f6f6f6; background: #f6f6f6;
overflow: hidden; overflow: hidden;
box-sizing: border-box; box-sizing: border-box;

6
src/pages/Main.vue

@ -2,8 +2,6 @@
<div>main</div> <div>main</div>
</template> </template>
<script>
export default {}
</script>
<script setup></script>
<style></style>
<style lang="scss" scoped></style>
Loading…
Cancel
Save