style.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .TableSelecter {
  2. .pfm-ant-modal-footer {
  3. display: none !important;
  4. }
  5. .footer {
  6. display: flex;
  7. flex-direction:row;
  8. justify-content: flex-end;
  9. margin-top: 15px;
  10. span {
  11. display: inline-block;
  12. width: 56px;
  13. height: 24px;
  14. font-size: 14px;
  15. line-height: 23px;
  16. text-align: center;
  17. border-radius: 4px;
  18. cursor: pointer;
  19. &.ok {
  20. color: #FFFFFF;
  21. background:#3377FF;
  22. margin-left: 8px;
  23. }
  24. &.cancel {
  25. border: 1px solid #DAE2F2;
  26. }
  27. }
  28. }
  29. }
  30. .EditableProTable {
  31. .cost-ant-table-tbody {
  32. .cost-ant-table-row {
  33. .cost-ant-table-cell {
  34. &>div {
  35. display: flex;
  36. justify-content: left !important;
  37. }
  38. }
  39. }
  40. }
  41. }
  42. .AllocationParamsMap {
  43. padding: 16px;
  44. background: #FFFFFF;
  45. border-radius: 4px;
  46. .toolBar {
  47. display: flex;
  48. flex-direction: row;
  49. justify-content: space-between;
  50. align-items: center;
  51. margin-bottom: 16px;
  52. .filter {
  53. display: flex;
  54. flex-direction: row;
  55. justify-content: flex-start;
  56. align-items: center;
  57. .filterItem {
  58. display: flex;
  59. flex-direction: row;
  60. justify-content: center;
  61. align-items: center;
  62. }
  63. }
  64. .btnGroup {
  65. .add {
  66. cursor: pointer;
  67. display: inline-block;
  68. font-size: 14px;
  69. font-weight: 400;
  70. color: #FFFFFF;
  71. line-height: 24px;
  72. padding: 0 14px;
  73. background: #3377FF;
  74. border-radius: 4px;
  75. }
  76. }
  77. }
  78. }