index.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. @import "@common/common.less";
  2. .ant-table-thead > tr > th{
  3. background: @table-th-color;
  4. color: @text-color;
  5. border-bottom: 1px #D8D8D8 solid;
  6. }
  7. .ant-steps-item-title{
  8. font-size: 14px;
  9. }
  10. .ant-tabs > .ant-tabs-nav, .ant-tabs > div > .ant-tabs-nav{
  11. margin-bottom: 0;
  12. }
  13. .ant-tabs-content-holder{
  14. border: 1px solid #f0f0f0;
  15. border-top: none;
  16. }
  17. .button-box{
  18. text-align: right;
  19. .ant-btn-primary{
  20. margin-left: 20px;
  21. }
  22. }
  23. .filter-box{
  24. .ant-btn-primary{
  25. margin-right: 20px;
  26. }
  27. }
  28. .add-container{
  29. margin: 30px 165px;
  30. }
  31. .ant-breadcrumb{
  32. .back-icon{
  33. width: 14px;
  34. height: 12px;
  35. vertical-align: baseline;
  36. margin-right: 4px;
  37. cursor: pointer;
  38. }
  39. }
  40. .table-header{
  41. display: flex;
  42. justify-content: space-between;
  43. padding: 24px 0;
  44. .ant-breadcrumb-link{
  45. font-size: 16px;
  46. font-weight: 500;
  47. color: #333333;
  48. }
  49. }
  50. /*******查看弹窗********/
  51. .message-box{
  52. border:1px @border-color-base solid;
  53. padding:0 15px;
  54. height: 429px;
  55. position: relative;
  56. .msg-title{
  57. color:@primary-color;
  58. font-size: 16px;
  59. line-height: 40px;
  60. text-align: center;
  61. border-bottom: 1px @border-color-base solid;
  62. }
  63. .msg-content{
  64. height: 326px;
  65. overflow-y: auto;
  66. }
  67. .msg-footer{
  68. border-top:1px @border-color-base solid;
  69. text-align: center;
  70. line-height: 40px;
  71. position: absolute;
  72. bottom: 0;
  73. width: calc(100% - 30px);
  74. }
  75. .msg-sender{
  76. float: left;
  77. }
  78. .msg-time{
  79. float: right;
  80. }
  81. }
  82. .ant-modal-body{
  83. padding: 14px 18px;
  84. }
  85. .message-oper{
  86. text-align: center;
  87. margin-top: 30px;
  88. }
  89. /*********新增页面样式*******/
  90. .receive-container{
  91. margin-left: 8.3%;
  92. }
  93. .receive-error{
  94. color: @error-color;
  95. margin:-32px 0 10px 8.3%;
  96. }
  97. .add-msg-container{
  98. height:calc(100vh - 162px);
  99. overflow-y: auto;
  100. padding-bottom: 24px;
  101. .button-box{
  102. padding-right: 20px;
  103. }
  104. }