Skip to content
Snippets Groups Projects
Commit 80a033c1 authored by syuilo's avatar syuilo
Browse files

chore(client): tweak style

parent c67c3b03
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ function createDoughnut(chartEl, tooltip, data) {
}],
},
options: {
maintainAspectRatio: false,
layout: {
padding: {
left: 16,
......@@ -195,10 +196,13 @@ onMounted(() => {
gap: 16px;
> .sub, > .pub {
flex: 1;
min-width: 0;
position: relative;
background: var(--panel);
border-radius: var(--radius);
padding: 24px;
max-height: 300px;
> .title {
position: absolute;
......@@ -206,6 +210,10 @@ onMounted(() => {
left: 24px;
}
}
@media (max-width: 600px) {
flex-direction: column;
}
}
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment