| | |
| | | |
| | | <style scoped lang="scss"> |
| | | .statistics { |
| | | min-height: 174px; |
| | | // height: 174px; |
| | | height: pxToVh(174); |
| | | background: #ffffff; |
| | | border-radius: 8px 8px 8px 8px; |
| | | margin-bottom: 10px; |
| | |
| | | padding: 0 14px 0 21px; |
| | | // display: grid; |
| | | // grid-template-columns: repeat(4, 1fr); |
| | | height: 80px; |
| | | height: pxToVh(80); |
| | | display: flex; |
| | | justify-content: space-around; |
| | | :deep(.el-empty ){ |
| | | width: 60px; |
| | | height: 60px; |
| | | height: pxToVh(60); |
| | | .el-empty__image{ |
| | | width: 60px !important; |
| | | height: 60px !important;} |
| | | height: pxToVh(60)!important;} |
| | | .custom-text { |
| | | font-size: 12px; |
| | | color: #7c8091; |