mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
demo styles
This commit is contained in:
Vendored
+5
-5
File diff suppressed because one or more lines are too long
+7
-1
@@ -42,6 +42,12 @@
|
|||||||
#v-select.open .dropdown-menu {
|
#v-select.open .dropdown-menu {
|
||||||
border-color: #4CC3D9;
|
border-color: #4CC3D9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#output {
|
||||||
|
height: 200px;
|
||||||
|
border: none;
|
||||||
|
color: #404040;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -68,7 +74,7 @@
|
|||||||
|
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<!-- <h4>Output</h4> -->
|
<!-- <h4>Output</h4> -->
|
||||||
<pre>{{ select | json }}</pre>
|
<pre id="output">{{ select | json }}</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user