index.less 486 B

123456789101112131415161718192021222324252627282930
  1. .cip-table{
  2. .el-table__expanded-cell[class*=cell]{
  3. padding: 10px 12px
  4. }
  5. .el-table__row{
  6. .cell{
  7. display: flex;
  8. .cip-form-item{
  9. flex-grow: 2;
  10. }
  11. }
  12. }
  13. .el-table__empty-text {
  14. line-height: normal;
  15. }
  16. &__empty {
  17. height: 142px;
  18. padding: 32px 0;
  19. box-sizing: border-box;
  20. &__svg {
  21. font-size: 56px;
  22. }
  23. &__text {
  24. height: 22px;
  25. line-height: 22px;
  26. font-size: 14px;
  27. color: #c0c0c0;
  28. }
  29. }
  30. }