e6be074d262e58a566c7f6d0c0dd319e75879902.svn-base 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @import "size/tiny";
  2. .j-vxe-table-box {
  3. // 工具栏
  4. .j-vxe-toolbar {
  5. margin-bottom: 8px;
  6. }
  7. // 分页器
  8. .j-vxe-pagination {
  9. margin-top: 8px;
  10. text-align: right;
  11. .ant-pagination-options-size-changer.ant-select {
  12. margin-right: 0;
  13. }
  14. &.show-quick-jumper {
  15. .ant-pagination-options-size-changer.ant-select {
  16. margin-right: 8px;
  17. }
  18. }
  19. }
  20. // 更改 header 底色
  21. .vxe-table.border--default .vxe-table--header-wrapper,
  22. .vxe-table.border--full .vxe-table--header-wrapper,
  23. .vxe-table.border--outer .vxe-table--header-wrapper {
  24. background-color: #FFFFFF;
  25. }
  26. }
  27. // 更改 tooltip 校验失败的颜色
  28. .vxe-table--tooltip-wrapper.vxe-table--valid-error {
  29. background-color: #f5222d !important;
  30. }
  31. // 更改 输入框 校验失败的颜色
  32. .col--valid-error > .vxe-cell > .ant-input,
  33. .col--valid-error > .vxe-cell > .ant-select .ant-input,
  34. .col--valid-error > .vxe-cell > .ant-select .ant-select-selection,
  35. .col--valid-error > .vxe-cell > .ant-input-number,
  36. .col--valid-error > .vxe-cell > .ant-cascader-picker .ant-cascader-input,
  37. .col--valid-error > .vxe-cell > .ant-calendar-picker .ant-calendar-picker-input,
  38. .col--valid-error > .vxe-tree-cell > .ant-input,
  39. .col--valid-error > .vxe-tree-cell > .ant-select .ant-input,
  40. .col--valid-error > .vxe-tree-cell > .ant-select .ant-select-selection,
  41. .col--valid-error > .vxe-tree-cell > .ant-input-number,
  42. .col--valid-error > .vxe-tree-cell > .ant-cascader-picker .ant-cascader-input,
  43. .col--valid-error > .vxe-tree-cell > .ant-calendar-picker .ant-calendar-picker-input {
  44. border-color: #f5222d !important;
  45. }
  46. // 拖拽排序列样式
  47. .vxe-table .col--row-drag-sort .vxe-cell {
  48. height: 100%;
  49. }