Commit b0dad784 by 刘泽奇

123

parent 347f1481
...@@ -21,15 +21,15 @@ ...@@ -21,15 +21,15 @@
<body> <body>
<div id="app" style="visibility: hidden;"> <div id="app" style="visibility: hidden;">
<div> <div>
<el-scrollbar style="height:100%">
<div id="embedwarpper"> <div id="embedwarpper">
<div> <div>
<router-view name="default" v-loading.fullscreen.lock="loading" <router-view name="default" v-loading.fullscreen.lock="loading" element-loading-text="拼命加载中"
element-loading-text="拼命加载中" element-loading-spinner="el-icon-loading" element-loading-spinner="el-icon-loading" element-loading-background="rgba(0, 0, 0, 0.8)">
element-loading-background="rgba(0, 0, 0, 0.8)">
</router-view> </router-view>
</div> </div>
</div> </div>
</el-scrollbar>
</div> </div>
......
#app { #app {
width: 100%; width: 100%;
overflow: hidden; }
#app>div {
height: 100vh; height: 100vh;
overflow-x: hidden;
} }
#embedwarpper { #embedwarpper {
...@@ -10,15 +13,15 @@ ...@@ -10,15 +13,15 @@
min-height: 866px; min-height: 866px;
box-sizing: border-box; box-sizing: border-box;
background: #F2F4F5; background: #F2F4F5;
} }
#embedwarpper>div { #embedwarpper>div {
overflow-y: auto;
height: 100vh;
width: 100%; width: 100%;
background: #fff; background: #fff;
box-sizing: border-box; box-sizing: border-box;
padding: 20px; padding: 20px;
border-radius: 2px; border-radius: 2px;
border: 1px solid rgba(230, 232, 233, 1); border: 1px solid rgba(230, 232, 233, 1);
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment