.el-tag + .el-tag {
  margin-left: 10px;
}
.button-new-tag {
  margin-left: 5px;
  height: 20px;
  line-height: 0px;
  padding-top: 0;
  padding-bottom: 0;
}
.input-new-tag {
  width: 50px;
  margin-left: 0px;
  vertical-align: bottom;
  height: 20px;
}
html[oldUi] .el-input--mini .el-input__inner {
  height: 20px;
  margin-left: 5px;
  line-height: 20px;
  padding: 0 5px;
}
.el-dropdown-link {
  cursor: pointer;
  color: #409EFF;
}
.el-icon-arrow-down {
  font-size: 12px;
}
html[oldUi] .el-input__inner {
  border-radius: 12px;
}
html[oldUi] .el-pager li.active {
  color: #2A73FF;
  cursor: default;
}
.demo-drawer__content {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.demo-drawer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  padding: 20px 0;
}
button {
  width: 332px;
  height: 48px;
  color: #ffffff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: #2a73ff;
  border-radius: 12px;
}
