* Adjust process style.

This commit is contained in:
caoyanyi
2023-08-03 15:19:07 +08:00
parent 10edfc94aa
commit 6fed64e0ec
+1 -1
View File
@@ -3,6 +3,6 @@
.flex-col {flex-direction: column;}
.chart > div {margin: auto;}
.pie-chart {position: relative;}
.pie-chart .pie-chart-title {position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -16px}
.pie-chart .pie-chart-title {position: relative; top: -60%; left: 2%; height: 1rem;}
.member-list > .center-y {width: 12.5%}