yz
2021-01-31 4096388f88537afa9ac202943c344e6f87e987ed
src/views/user/Informationinput.vue
@@ -2987,7 +2987,22 @@
  }
}
</script>
<style>
<style lang="scss">
.el-container{
  height: 770px;
.el-aside {
  background-color: #E9EEF3;
  color: #333;
  text-align: center;
  height: 100%;
}
.el-main {
  background-color: #E9EEF3;
  color: #333;
  height: 100%;
}
}
.button-from {
  text-align: center;
  margin-top: 2%;
@@ -3010,18 +3025,5 @@
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-aside {
  background-color: #E9EEF3;
  color: #333;
  text-align: center;
  height: 800px;
}
.el-main {
  background-color: #E9EEF3;
  color: #333;
  height: 800px;
}
</style>