docs: improve demo

This commit is contained in:
Justineo
2024-06-29 00:20:14 +08:00
committed by GU Yiling
parent fc53aee8a7
commit 861674352b
12 changed files with 54 additions and 69 deletions

View File

@ -49,7 +49,6 @@ defineProps({
width: calc(60vw + 4em);
height: 360px;
max-width: 720px;
padding: 1.5em 2em;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
@ -75,7 +74,6 @@ defineProps({
width: 100%;
min-width: 0;
height: 60vw;
padding: 1em 0;
border: none;
border-radius: 0;
box-shadow: none;
@ -88,7 +86,6 @@ defineProps({
.echarts {
width: 28vw;
min-width: 240px;
padding: 1em 1.5em;
height: 180px;
}