|
@@ -38,7 +38,7 @@
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
- <InfoVtkmodel ref="vtkmodel" />
|
|
|
+ <div class="vtkmodel1" id="infomodel"><InfoVtkmodel ref="vtkmodel" /></div>
|
|
|
|
|
|
</el-main>
|
|
|
|
|
@@ -338,6 +338,7 @@ const handleSelect = (key) => {
|
|
|
<style lang="scss" scoped>
|
|
|
.appmian {
|
|
|
.el-main {
|
|
|
+ --el-main-padding: 0px !important;
|
|
|
}
|
|
|
|
|
|
.el-container {
|
|
@@ -516,7 +517,9 @@ const handleSelect = (key) => {
|
|
|
@import '../../src/style/style.css';
|
|
|
.vtkmodel1{
|
|
|
position: absolute;
|
|
|
- z-index: 207;
|
|
|
+ z-index: 100;
|
|
|
+ width: 100%;
|
|
|
+ height: 100vh;
|
|
|
|
|
|
}
|
|
|
body {
|