mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-14 19:23:28 +08:00
chore: update demo
This commit is contained in:
@ -152,6 +152,7 @@ h2 {
|
||||
|
||||
small {
|
||||
font-weight: 300;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
button {
|
||||
@ -169,10 +170,6 @@ h2 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 small {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
p small {
|
||||
font-size: 0.8em;
|
||||
color: #7f8c8d;
|
||||
@ -180,6 +177,13 @@ p small {
|
||||
|
||||
p {
|
||||
line-height: 1.5;
|
||||
|
||||
button + button,
|
||||
button + select,
|
||||
select + button,
|
||||
select + select {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
@ -252,15 +256,6 @@ label {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
p {
|
||||
button + button,
|
||||
button + select,
|
||||
select + button,
|
||||
select + select {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
button,
|
||||
input,
|
||||
label,
|
||||
|
Reference in New Issue
Block a user