2.162e7040.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. th.column-money,
  2. td.column-money {
  3. text-align: right !important;
  4. }
  5. .highlight[data-v-20614742] {
  6. background-color: rgb(255, 192, 105);
  7. padding: 0px;
  8. }
  9. .editable-cell {
  10. position: relative;
  11. }
  12. .editable-cell-input-wrapper,
  13. .editable-cell-text-wrapper {
  14. padding-right: 24px;
  15. }
  16. .editable-cell-text-wrapper {
  17. padding: 5px 24px 5px 5px;
  18. }
  19. .editable-cell-icon,
  20. .editable-cell-icon-check {
  21. position: absolute;
  22. right: 0;
  23. width: 20px;
  24. cursor: pointer;
  25. }
  26. .editable-cell-icon {
  27. line-height: 18px;
  28. display: none;
  29. }
  30. .editable-cell-icon-check {
  31. line-height: 28px;
  32. }
  33. .editable-cell:hover .editable-cell-icon {
  34. display: inline-block;
  35. }
  36. .editable-cell-icon:hover,
  37. .editable-cell-icon-check:hover {
  38. color: #108ee9;
  39. }
  40. .editable-add-btn {
  41. margin-bottom: 8px;
  42. }
  43. .editable-row-operations a[data-v-7683c326] {
  44. margin-right: 8px;
  45. }
  46. .table-operations[data-v-14cbb6b2] {
  47. margin-bottom: 16px;
  48. }
  49. .table-operations > button[data-v-14cbb6b2] {
  50. margin-right: 8px;
  51. }
  52. #components-table-demo-size h4 {
  53. margin-bottom: 16px;
  54. }
  55. .resize-table-th {
  56. position: relative;
  57. }
  58. .resize-table-th .table-draggable-handle {
  59. height: 100% !important;
  60. bottom: 0;
  61. left: auto !important;
  62. right: -5px;
  63. cursor: col-resize;
  64. touch-action: none;
  65. }