This commit is contained in:
shijingjing
2022-07-27 09:45:31 +08:00
parent a5b73f2e09
commit 858be78309

View File

@@ -349,8 +349,12 @@ export default {
} }
.pie_right { .pie_right {
width: 40%; width: 40%;
padding-right: 40px;
box-sizing: border-box;
div { div {
margin-bottom: 10px; margin-bottom: 10px;
display: flex;
justify-content: space-between;
} }
} }
} }