瀏覽代碼

修改1920*1080尺寸为100%

BAI 1 周之前
父節點
當前提交
4a6e303597
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;
 }