mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix(chart): style issue in 2k zoom in 125% #874
This commit is contained in:
parent
844958614d
commit
3ba96d7806
2 changed files with 1 additions and 4 deletions
1
app/components.d.ts
vendored
1
app/components.d.ts
vendored
|
@ -2,6 +2,7 @@
|
|||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
// biome-ignore lint: disable
|
||||
export {}
|
||||
|
||||
/* prettier-ignore */
|
||||
|
|
|
@ -103,10 +103,6 @@ const chartOptions = computed(() => ({
|
|||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
@media (min-width: 2000px) {
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
.text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue