element.scss 473 B

1234567891011121314151617181920212223242526272829303132
  1. // * table-box 表格页面样式
  2. .table,
  3. .table-box {
  4. display: flex;
  5. flex: 1;
  6. flex-direction: column;
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .el-select {
  11. width: 100%;
  12. }
  13. .el-header {
  14. background-color: rgba(18, 21, 39, 0.86);
  15. }
  16. .el-form-item__content {
  17. :deep(.el-date-editor.el-input) {
  18. width: 100% !important;
  19. }
  20. }
  21. .el-form-item__content {
  22. :deep(.el-input__wrapper) {
  23. width: 100% !important;
  24. }
  25. }
  26. .el-table .cell {
  27. white-space: nowrap !important;
  28. }