.chs-card {
  background: #fff;
}
.chs-card-header {
  font-size: 18px;
  font-weight: bold;
  padding: 18px 25px;
  border-bottom: 1px solid #eee;
}
.chs-card-body {
  min-height: 100px;
  padding: 20px;
  overflow: hidden;
}
.chs-card-body .el-select,.el-input,.el-date-editor {
  width: 100%;
}
.chs-card-body .el-date-editor.el-input {
  width: 100%;
}
.chs-card-space {
  height: 20px;
  background: #F0F2F5;
}