table.scss 325 B

1234567891011121314151617181920212223
  1. .el-table .warning-row {
  2. background: oldlace;
  3. }
  4. .el-table .success-row {
  5. background: #f0f9eb;
  6. }
  7. .demo-table .name-wrapper {
  8. display: inline-block;
  9. }
  10. .demo-table .demo-table-expand {
  11. label {
  12. width: 90px;
  13. color: #99a9bf;
  14. }
  15. .el-form-item {
  16. margin-right: 0;
  17. margin-bottom: 0;
  18. width: 50%;
  19. }
  20. }