This commit is contained in:
‘937886381’
2024-07-19 16:46:51 +08:00
parent fa75a2b89f
commit 8ecf281f08
14 changed files with 40 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-05-20 13:32:59
* @LastEditTime: 2024-07-18 15:27:38
* @LastEditTime: 2024-07-19 16:05:46
* @LastEditors: zhp
* @Description:
-->
@@ -306,6 +306,7 @@ function calculateItems(period, valueTuple, than) {
</script>
<style scoped>
.double-ring-chart {
height: 98%;
display: flex;
@@ -331,6 +332,7 @@ function calculateItems(period, valueTuple, than) {
.legend-item {
display: flex;
/* font-size:16px; */
flex-direction: column;
align-items: flex-start;
}