fix(chart): style issue in 2k zoom in 125% #874

This commit is contained in:
Jacky 2025-02-23 07:39:28 +00:00
parent 844958614d
commit 3ba96d7806
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
2 changed files with 1 additions and 4 deletions

1
app/components.d.ts vendored
View file

@ -2,6 +2,7 @@
// @ts-nocheck // @ts-nocheck
// Generated by unplugin-vue-components // Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399 // Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {} export {}
/* prettier-ignore */ /* prettier-ignore */

View file

@ -103,10 +103,6 @@ const chartOptions = computed(() => ({
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
} }
@media (min-width: 2000px) {
left: 50%;
transform: translateX(-50%);
}
} }
.text { .text {