Browse Source

fix: 流程 bg 样式

lanceJiang 1 year ago
parent
commit
de0e7046d2
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/components/scWorkflow/index.vue

+ 4 - 2
src/components/scWorkflow/index.vue

@@ -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;