CardList.less 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. .recent-chart-card {
  2. width: 207px;
  3. text-align: center;
  4. margin: 5px;
  5. padding: 0;
  6. .ant-card-head {
  7. min-height: 20px;
  8. cursor: default;
  9. .ant-card-head-title {
  10. font-size: 14px;
  11. padding: 6px 0;
  12. .anticon {
  13. cursor: pointer;
  14. }
  15. }
  16. }
  17. .ant-card-cover {
  18. height: 200px;
  19. .cover-body {
  20. padding: 10px;
  21. .thumb {
  22. height: 132px;
  23. .deny-body {
  24. height: 100%;
  25. width: 100%;
  26. display: flex;
  27. position: absolute;
  28. text-align: center;
  29. justify-content: center;
  30. flex-direction: column;
  31. z-index: 1;
  32. .deny-tip {
  33. height: 40px;
  34. line-height: 40px;
  35. background: rgba(218, 218, 218, 0.5);
  36. border: 2px solid #aaaaaa;
  37. font-weight: bold;
  38. }
  39. }
  40. cursor: pointer;
  41. canvas {
  42. cursor: pointer;
  43. }
  44. .table-default {
  45. background-image: url(/images/table-default.png);
  46. width: 100%;
  47. height: 100%;
  48. background-position: center;
  49. background-size: contain;
  50. background-repeat: no-repeat;
  51. cursor: pointer;
  52. }
  53. .chart-default {
  54. background-image: url(/images/chart-default.png);
  55. width: 100%;
  56. height: 100%;
  57. background-position: center;
  58. background-size: contain;
  59. background-repeat: no-repeat;
  60. cursor: pointer;
  61. opacity: .3;
  62. }
  63. }
  64. .desc {
  65. text-align: left;
  66. height: 41px;
  67. }
  68. .footer {
  69. margin-top: 6px;
  70. }
  71. }
  72. .ant-row-flex-bottom {
  73. cursor: default;
  74. .anticon {
  75. cursor: pointer;
  76. }
  77. }
  78. }
  79. }
  80. .recent-dashboard-card {
  81. width: 507px;
  82. text-align: center;
  83. margin: 5px;
  84. padding: 0;
  85. .ant-card-head {
  86. min-height: 20px;
  87. cursor: default;
  88. .ant-card-head-title {
  89. font-size: 14px;
  90. padding: 6px 0;
  91. .anticon {
  92. cursor: pointer;
  93. }
  94. }
  95. }
  96. .ant-card-cover {
  97. height: 247px;
  98. .cover-body {
  99. padding: 10px;
  100. .thumb {
  101. height: 182px;
  102. cursor: pointer;
  103. canvas {
  104. cursor: pointer;
  105. }
  106. .table-default {
  107. background-image: url(/images/table-default.png);
  108. width: 100%;
  109. height: 100%;
  110. background-position: center;
  111. background-size: contain;
  112. background-repeat: no-repeat;
  113. cursor: pointer;
  114. }
  115. .dashboard-default {
  116. background-image: url(/images/dashboard-default.png);
  117. width: 100%;
  118. height: 100%;
  119. background-position: center;
  120. background-size: contain;
  121. background-repeat: no-repeat;
  122. cursor: pointer;
  123. opacity: .3;
  124. }
  125. }
  126. .desc {
  127. text-align: left;
  128. height: 41px;
  129. }
  130. .footer {
  131. margin-top: 6px;
  132. }
  133. }
  134. .ant-row-flex-bottom {
  135. cursor: default;
  136. .anticon {
  137. cursor: pointer;
  138. }
  139. }
  140. }
  141. }