mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
responsive fixes
This commit is contained in:
@@ -23,7 +23,7 @@ const activeClass = computed(() => {
|
||||
size="large"
|
||||
:class="
|
||||
twMerge(
|
||||
'cursor-pointer hover:bg-card-background transition space-x-5 flex',
|
||||
'cursor-pointer hover:bg-card-background transition flex',
|
||||
activeClass
|
||||
)
|
||||
">
|
||||
|
||||
@@ -117,6 +117,7 @@ const option = ref({
|
||||
data: seriesData,
|
||||
radius: ['30%', '65%'],
|
||||
type: 'pie',
|
||||
top: '-10%',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user