+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -104,39 +66,12 @@
height: auto;
width: 100% !important;
}
+
.dropdown-menu{
- width: 100%;
-}
-
-.rescont {
- z-index: 2;
-}
-
-.list-group-item {
- padding: 12px 16px;
-}
-.dropdown-menu .show{
- height: 800px;
-}
-.dd{
- position: a ;
+ height: 20rem;
+ width: 100%;
overflow-y: scroll;
- height:200px !important;
-
- overflow: hidden;
- white-space: pre;
- text-overflow: ellipsis;
- -webkit-appearance: none;
- word-wrap: break-word;
- text-overflow: inherit;
- white-space: normal;
}
-.item{
-
-
- word-wrap: break-word;
-}
-
@@ -156,16 +91,11 @@ export default {
return {
opcionSeleted: '',
campoValue:'',
- pc: this.campo,
- showSelect: false
+ pc: this.campo
}
},
methods:{
- show(){
- this.showSelect = !this.showSelect
-
- },
cambiar(){
this.opcionSeleted = '';
@@ -238,14 +168,6 @@ export default {
}
},
- watch:{
- opcionSeleted () {
- this.showSelect = false
- }
- }
-
-
-
-
+
}