|
@@ -34,11 +34,11 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.dataAccessPage {
|
|
|
- height: calc(100vh - 80px);
|
|
|
+ height: calc(100vh - 90px);
|
|
|
padding: 20px;
|
|
|
&_content {
|
|
|
margin-top: 20px;
|
|
|
- height: calc(100vh - 180px);
|
|
|
+ height: calc(100vh - 190px);
|
|
|
&_left {
|
|
|
width: 360px;
|
|
|
margin-right: 20px;
|
|
@@ -52,4 +52,4 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|