@@ -84,13 +84,15 @@ export default {
<style lang="scss">
.sc-workflow-design {
- width: 100%;
+ height: 100%;
+ //width: 100%;
}
.sc-workflow-design .box-scale {
display: inline-block;
position: relative;
width: 100%;
- padding: 54.5px 0px;
+ min-height: 100%;
+ padding: 54.5px 0;
align-items: flex-start;
justify-content: center;
flex-wrap: wrap;