|
@@ -55,7 +55,7 @@
|
|
|
.winseaview-main {
|
|
|
width: calc(100% - 60px);
|
|
|
left: 60px;
|
|
|
- height: calc(100% - 40px);
|
|
|
+ height: calc(100% - 100px);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -71,7 +71,7 @@
|
|
|
left: 200px;
|
|
|
padding: 0;
|
|
|
width: calc(100% - 200px);
|
|
|
- height: calc(100% - 40px);
|
|
|
+ height: calc(100% - 100px);
|
|
|
box-sizing: border-box;
|
|
|
.el-tabs__item {
|
|
|
color: #999999;
|
|
@@ -167,7 +167,7 @@
|
|
|
.winseaview-main {
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
- height: calc(100% - 40px);
|
|
|
+ height: calc(100% - 100px);
|
|
|
}
|
|
|
.winseaview-header {
|
|
|
// margin-bottom: 15px;
|
|
@@ -185,7 +185,7 @@
|
|
|
.winseaview-main {
|
|
|
left: $width;
|
|
|
width: 100%;
|
|
|
- height: calc(100% - 40px);
|
|
|
+ height: calc(100% - 100px);
|
|
|
}
|
|
|
.winseaview-header {
|
|
|
padding: 0;
|