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 {
|
small {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@ -169,10 +170,6 @@ h2 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 small {
|
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
|
|
||||||
p small {
|
p small {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: #7f8c8d;
|
color: #7f8c8d;
|
||||||
@ -180,6 +177,13 @@ p small {
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
||||||
|
button + button,
|
||||||
|
button + select,
|
||||||
|
select + button,
|
||||||
|
select + select {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
@ -252,15 +256,6 @@ label {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
|
||||||
button + button,
|
|
||||||
button + select,
|
|
||||||
select + button,
|
|
||||||
select + select {
|
|
||||||
margin-left: 0.5em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
button,
|
button,
|
||||||
input,
|
input,
|
||||||
label,
|
label,
|
||||||
|
Reference in New Issue
Block a user