@import "~antd/lib/style/themes/default.less"; .pie { position: relative; .chart { position: relative; } &.hasLegend .chart { width: ~"calc(47%)"!important; } .legend { position: absolute!important; right: 0; min-width: 48%; top: 50%; transform: translateY(-50%)!important; margin: 0 0 0 10px; list-style: none; padding: 0; li { width: 100%; cursor: pointer; margin-bottom: 0; height: 16px; line-height: 16px; &:last-child { margin-bottom: 0; } } } .legendBigScreen { /* 大屏纵向排列 */ position: relative!important; right: 0; min-width: 48%; top: 50%; transform: translateY(-50%)!important; margin: 0; list-style: none; padding: 0; li { width: 100%; cursor: pointer; margin-bottom: 0; height: 22px; line-height: 22px; &:last-child { margin-bottom: 0; } } } .dot { border-radius: 8px; display: inline-block; margin-right: 8px; position: relative; top: -1px; height: 8px; width: 8px; } .line { background-color: @border-color-split; display: inline-block; margin-right: 8px; width: 1px; height: 16px; } .legendTitle { color: @text-color; } .spanStyle{ width: 50%; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .percent { color: @text-color-secondary; } .value { position: absolute; right: 0; } .title { margin-bottom: 8px; } .total { position: absolute; left: 50%; top: 50%; text-align: center; height: 62px; transform: translate(-50%, -50%); & > div { font-size: 24px; } & > h4 { color: @text-color-secondary; font-size: 14px; line-height: 22px; height: 22px; margin-bottom: 8px; font-weight: normal; } & > p { color: @heading-color; display: block; font-size: 1.2em; height: 32px; line-height: 32px; white-space: nowrap; } } } .legendBlock { &.hasLegend .chart { width: 100%; margin: 0 0 32px 0; } .legend { position: relative; transform: none; } }