dev #3

Merged
jingrow merged 96 commits from dev into main 2026-01-13 22:47:33 +08:00
6 changed files with 19 additions and 11 deletions
Showing only changes of commit 6a0259cafc - Show all commits

View File

@ -14,7 +14,6 @@
v-model:value="activeTab"
type="line"
animated
:bar-width="isMobile ? 0 : undefined"
:size="isMobile ? 'medium' : 'large'"
class="billing-tabs"
>

View File

@ -216,8 +216,7 @@ onUnmounted(() => {
<style scoped>
.billing-balances-container {
padding: 24px;
max-width: 1400px;
margin: 0 auto;
width: 100%;
}
.balances-card {

View File

@ -1,5 +1,5 @@
<template>
<div class="p-5">
<div class="billing-invoices-container">
<ObjectList :options="options" />
<Dialog
v-model="invoiceDialog"
@ -246,4 +246,17 @@ export default {
},
},
};
</script>
</script>
<style scoped>
.billing-invoices-container {
padding: 24px;
width: 100%;
}
@media (max-width: 768px) {
.billing-invoices-container {
padding: 16px;
}
}
</style>

View File

@ -129,8 +129,7 @@ onUnmounted(() => {
<style scoped>
.billing-marketplace-payouts-container {
padding: 24px;
max-width: 1400px;
margin: 0 auto;
width: 100%;
}
.payouts-card {

View File

@ -412,8 +412,7 @@ onUnmounted(() => {
<style scoped>
.billing-orders-container {
padding: 24px;
max-width: 1400px;
margin: 0 auto;
width: 100%;
}
.orders-card {

View File

@ -47,8 +47,7 @@ provide('billing', {
.billing-overview-content {
padding: 24px;
max-width: 1200px;
margin: 0 auto;
width: 100%;
}
.loading-container {