index.css 354 B

123456789101112131415
  1. .batch-set-score .el-input-group__append, .el-input-group__prepend{
  2. padding: 0 8px;
  3. }
  4. .batch-set-score .el-radio, .batch-deduct-score .el-radio{
  5. margin-right: 10px;
  6. }
  7. .batch-set-score .el-radio__label, .batch-deduct-score .el-radio__label{
  8. font-size: 13px;
  9. }
  10. .batch-deduct-score .el-form-item{
  11. margin-bottom: 0;
  12. padding-left:40px;
  13. }