diff --git a/Step/wwwroot/assets/styles/base/card.less b/Step/wwwroot/assets/styles/base/card.less index b9218c61..a1d96202 100644 --- a/Step/wwwroot/assets/styles/base/card.less +++ b/Step/wwwroot/assets/styles/base/card.less @@ -699,7 +699,7 @@ width: 100%; height: 294px; .tabs{ - height: 30px; + min-height: 30px; width:100%; background-color: @color-whitethree; display: flex; @@ -720,13 +720,14 @@ .tab:last-child{ border: none; } - .content-box{ - height: calc(~'100% - 30px'); - background-color: red; - width: 100%; - display: flex; - } } + .content-box{ + height: calc(~'100% - 30px'); + width: 100%; + display: flex; + flex-flow: column; + overflow: auto; + } } } diff --git a/Step/wwwroot/assets/styles/style.css b/Step/wwwroot/assets/styles/style.css index 514bd9f4..2e8277a9 100644 --- a/Step/wwwroot/assets/styles/style.css +++ b/Step/wwwroot/assets/styles/style.css @@ -4461,7 +4461,7 @@ footer .container button.big:before { height: 294px; } .card-axes-production .second-box-axes .tabs { - height: 30px; + min-height: 30px; width: 100%; background-color: #e7e7e7; display: flex; @@ -4483,11 +4483,12 @@ footer .container button.big:before { .card-axes-production .second-box-axes .tabs .tab:last-child { border: none; } -.card-axes-production .second-box-axes .tabs .content-box { +.card-axes-production .second-box-axes .content-box { height: calc(100% - 30px); - background-color: red; width: 100%; display: flex; + flex-flow: column; + overflow: auto; } .card-folder-path { width: auto; diff --git a/Step/wwwroot/src/components/production.vue b/Step/wwwroot/src/components/production.vue index c7898ade..8dcee275 100644 --- a/Step/wwwroot/src/components/production.vue +++ b/Step/wwwroot/src/components/production.vue @@ -8,8 +8,8 @@
@@ -36,11 +36,6 @@
-