File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ <h3>Demo</h3>
116
116
< div class ="form-group ">
117
117
< label for ="result "> Data.</ label >
118
118
< 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 >
120
120
</ div >
121
121
</ form >
122
122
</ div >
@@ -200,9 +200,12 @@ <h3>Advanced Use</h3>
200
200
.nav li {
201
201
cursor : pointer;
202
202
}
203
+ # app pre {
204
+ line-height : 1.2em ;
205
+ }
203
206
textarea .p-textarea {
204
- line-height : 1.1 em ;
205
- font-size : 12 px ;
207
+ line-height : 1.2 em ;
208
+ font-size : 14 px ;
206
209
}
207
210
@-webkit-keyframes motionChange {
208
211
0% {
You can’t perform that action at this time.
0 commit comments