Skip to content

Commit 1c2ac80

Browse files
committed
adjust examples page.
1 parent f9192c9 commit 1c2ac80

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

examples/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h3>Demo</h3>
116116
<div class="form-group">
117117
<label for="result">Data.</label>
118118
<p><button type="button" class="btn btn-outline-secondary" v-on:click="actionUpdate">Fetch Data.</button></p>
119-
<textarea v-model="result" id="result" class="form-control p-textarea" rows="15" placeholder=""></textarea>
119+
<textarea v-model="result" id="result" class="form-control p-textarea" rows="30" placeholder=""></textarea>
120120
</div>
121121
</form>
122122
</div>
@@ -200,9 +200,12 @@ <h3>Advanced Use</h3>
200200
.nav li {
201201
cursor: pointer;
202202
}
203+
#app pre {
204+
line-height: 1.2em;
205+
}
203206
textarea.p-textarea {
204-
line-height: 1.1em;
205-
font-size: 12px;
207+
line-height: 1.2em;
208+
font-size: 14px;
206209
}
207210
@-webkit-keyframes motionChange {
208211
0% {

0 commit comments

Comments
 (0)