mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
responsive fixes
This commit is contained in:
@@ -23,7 +23,7 @@ const activeClass = computed(() => {
|
|||||||
size="large"
|
size="large"
|
||||||
:class="
|
:class="
|
||||||
twMerge(
|
twMerge(
|
||||||
'cursor-pointer hover:bg-card-background transition space-x-5 flex',
|
'cursor-pointer hover:bg-card-background transition flex',
|
||||||
activeClass
|
activeClass
|
||||||
)
|
)
|
||||||
">
|
">
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ const option = ref({
|
|||||||
data: seriesData,
|
data: seriesData,
|
||||||
radius: ['30%', '65%'],
|
radius: ['30%', '65%'],
|
||||||
type: 'pie',
|
type: 'pie',
|
||||||
|
top: '-10%',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -134,8 +134,10 @@ onMounted(() => {
|
|||||||
</div>
|
</div>
|
||||||
</MainContainer>
|
</MainContainer>
|
||||||
<div class="p-3 w-full border-b border-default-background-separator">
|
<div class="p-3 w-full border-b border-default-background-separator">
|
||||||
<MainContainer class="flex justify-between">
|
<MainContainer
|
||||||
<div class="flex items-center space-x-4">
|
class="sm:flex space-y-4 sm:space-y-0 justify-between">
|
||||||
|
<div
|
||||||
|
class="flex flex-wrap items-center space-y-2 sm:space-y-0 space-x-4">
|
||||||
<div class="text-sm font-medium">Filters</div>
|
<div class="text-sm font-medium">Filters</div>
|
||||||
<MemberMultiselectDropdown
|
<MemberMultiselectDropdown
|
||||||
@submit="updateReporting"
|
@submit="updateReporting"
|
||||||
@@ -230,7 +232,7 @@ onMounted(() => {
|
|||||||
</div>
|
</div>
|
||||||
</MainContainer>
|
</MainContainer>
|
||||||
<MainContainer>
|
<MainContainer>
|
||||||
<div class="grid grid-cols-4 pt-6 items-start">
|
<div class="sm:grid grid-cols-4 pt-6 items-start">
|
||||||
<div
|
<div
|
||||||
class="col-span-3 bg-card-background rounded-lg border border-card-border pt-3">
|
class="col-span-3 bg-card-background rounded-lg border border-card-border pt-3">
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user