super-ui-plus
Version: 
Page level components developed based on Element Plus.
16 lines • 335 B
CSS
.table-search {
  padding: 18px 18px 0;
  margin-bottom: 10px;
}
.table-search .el-form .el-form-item__content > * {
  width: 100%;
}
.table-search .el-form .el-range-editor.el-input__wrapper {
  padding: 0 10px;
}
.table-search .operation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 18px;
}