hurx 1 сар өмнө
parent
commit
a8b578e2f6

+ 3 - 3
src/views/enterprise/changePerson/index.vue

@@ -151,9 +151,9 @@ const handleNextStep = () => {
 <style scoped lang="scss">
 .change-person-container {
   background: #f4f5f5;
-  min-height: 100vh;
-  padding: 20px;
-  width: 100%;
+  min-height: 100%;
+  padding: 0px;
+  flex: 1;
 }
 
 .change-content {