Parcourir la source

修改1920*1080尺寸为100%

BAI il y a 6 jours
Parent
commit
4a6e303597
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/HomeView.vue

+ 2 - 2
src/views/HomeView.vue

@@ -112,8 +112,8 @@ export default {
 
 <style scoped>
 .dashboard {
-  width: 1920px;
-  height: 1080px;
+  width: 100%;
+  height: 100%;
   overflow: hidden;
   position: relative;
 }