yz_08
2021-02-09 cfa332bcf65caa1ba8549e552e3f809df95733f7
src/views/user/Informationinput.vue
@@ -4643,10 +4643,6 @@
  margin-top: 2%;
}
.el-select {
  width: 100%;
}
.commonBtn {
  background-color: rgb(163, 44, 48);
  color: white;
@@ -4662,25 +4658,26 @@
  color: rgb(163, 44, 48);
}
.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 100%;
}
.info-card {
  margin-top: 20px;
}
.el-header,
.el-footer {
</style>
<style lang="scss" scoped>
.el-select {
  width: 100%;
}
.el-autocomplete{
  width: 100%;
}
.el-header,.el-footer {
  background-color: #e9eef3;
  color: #333;
  text-align: center;
  line-height: 60px;
}
</style>
<style lang="scss" scoped>
.el-autocomplete {
.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 100%;
}
</style>