diff --git a/src/views/kpi/workbench/home/index.vue b/src/views/kpi/workbench/home/index.vue index eb2983b..8792704 100644 --- a/src/views/kpi/workbench/home/index.vue +++ b/src/views/kpi/workbench/home/index.vue @@ -110,10 +110,12 @@ export default { margin: 0 auto; display: flex; padding: 28px; + width: 100%; justify-content: space-between; align-items: flex-start; &-left{ - width: 828px; + flex: 1; + padding: 0 30px 0 0; .borderBottom{ border-bottom: 1px solid @borderColor; } @@ -160,6 +162,7 @@ export default { } } &-right{ + box-sizing: border-box; width: 330px; min-height: 100px; padding: 25px 20px;