Skip to content

Commit c41d55b

Browse files
committed
chore: update demo
1 parent 4484b4e commit c41d55b

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

src/demo/Demo.vue

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ h2 {
152152
153153
small {
154154
font-weight: 300;
155+
opacity: 0.7;
155156
}
156157
157158
button {
@@ -169,17 +170,20 @@ h2 {
169170
}
170171
}
171172
172-
h2 small {
173-
opacity: 0.7;
174-
}
175-
176173
p small {
177174
font-size: 0.8em;
178175
color: #7f8c8d;
179176
}
180177
181178
p {
182179
line-height: 1.5;
180+
181+
button + button,
182+
button + select,
183+
select + button,
184+
select + select {
185+
margin-left: 0.5em;
186+
}
183187
}
184188
185189
pre {
@@ -252,15 +256,6 @@ label {
252256
justify-content: center;
253257
}
254258
255-
p {
256-
button + button,
257-
button + select,
258-
select + button,
259-
select + select {
260-
margin-left: 0.5em;
261-
}
262-
}
263-
264259
button,
265260
input,
266261
label,

0 commit comments

Comments
 (0)