| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- .recent-chart-card {
- width: 207px;
- text-align: center;
- margin: 5px;
- padding: 0;
- .ant-card-head {
- min-height: 20px;
- cursor: default;
- .ant-card-head-title {
- font-size: 14px;
- padding: 6px 0;
- .anticon {
- cursor: pointer;
- }
- }
- }
- .ant-card-cover {
- height: 200px;
- .cover-body {
- padding: 10px;
- .thumb {
- height: 132px;
- .deny-body {
- height: 100%;
- width: 100%;
- display: flex;
- position: absolute;
- text-align: center;
- justify-content: center;
- flex-direction: column;
- z-index: 1;
- .deny-tip {
- height: 40px;
- line-height: 40px;
- background: rgba(218, 218, 218, 0.5);
- border: 2px solid #aaaaaa;
- font-weight: bold;
- }
- }
- cursor: pointer;
- canvas {
- cursor: pointer;
- }
- .table-default {
- background-image: url(/images/table-default.png);
- width: 100%;
- height: 100%;
- background-position: center;
- background-size: contain;
- background-repeat: no-repeat;
- cursor: pointer;
- }
- .chart-default {
- background-image: url(/images/chart-default.png);
- width: 100%;
- height: 100%;
- background-position: center;
- background-size: contain;
- background-repeat: no-repeat;
- cursor: pointer;
- opacity: .3;
- }
- }
- .desc {
- text-align: left;
- height: 41px;
- }
- .footer {
- margin-top: 6px;
- }
- }
- .ant-row-flex-bottom {
- cursor: default;
- .anticon {
- cursor: pointer;
- }
- }
- }
- }
- .recent-dashboard-card {
- width: 507px;
- text-align: center;
- margin: 5px;
- padding: 0;
- .ant-card-head {
- min-height: 20px;
- cursor: default;
- .ant-card-head-title {
- font-size: 14px;
- padding: 6px 0;
- .anticon {
- cursor: pointer;
- }
- }
- }
- .ant-card-cover {
- height: 247px;
- .cover-body {
- padding: 10px;
- .thumb {
- height: 182px;
- cursor: pointer;
- canvas {
- cursor: pointer;
- }
- .table-default {
- background-image: url(/images/table-default.png);
- width: 100%;
- height: 100%;
- background-position: center;
- background-size: contain;
- background-repeat: no-repeat;
- cursor: pointer;
- }
- .dashboard-default {
- background-image: url(/images/dashboard-default.png);
- width: 100%;
- height: 100%;
- background-position: center;
- background-size: contain;
- background-repeat: no-repeat;
- cursor: pointer;
- opacity: .3;
- }
- }
- .desc {
- text-align: left;
- height: 41px;
- }
- .footer {
- margin-top: 6px;
- }
- }
- .ant-row-flex-bottom {
- cursor: default;
- .anticon {
- cursor: pointer;
- }
- }
- }
- }
|