File tree 2 files changed +17
-2
lines changed
javascripts/countly/vue/components
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 405
405
dropdown : 'el-select' ,
406
406
input : 'el-input' ,
407
407
switch : 'el-switch' ,
408
+ slider : 'el-slider' ,
408
409
'color-picker' : 'cly-colorpicker' ,
409
410
'input-number' : 'el-input-number' ,
410
411
} ;
424
425
v-bind="inputProps"
425
426
:value="localValue"
426
427
@input="updateValue"
428
+ :min="inputProps && inputProps.min"
429
+ :max="inputProps && inputProps.max"
427
430
class="cly-vue-content-builder__layout-step__component"
428
431
:style="[ position !== 'horizontal' ? {\'width\': \'100%\'} : {\'width\': width + \'px\'}]"
429
432
>
591
594
</div>
592
595
`
593
596
} ) ) ;
594
- } ( window . countlyVue = window . countlyVue || { } ) ) ;
597
+ } ( window . countlyVue = window . countlyVue || { } ) ) ;
Original file line number Diff line number Diff line change 4267
4267
.el-input-group__append {
4268
4268
padding : 0 8px !important ;
4269
4269
}
4270
+
4271
+ /* .el-slider__bar {
4272
+ background-color: #0166D6;
4273
+ }
4274
+
4275
+ .el-slider__button {
4276
+ border-color: #0166D6;
4277
+ } */
4278
+
4279
+ .el-slider__runway {
4280
+ background-color : #E2E4E8 ;
4281
+ }
4270
4282
}
4271
4283
& __header {
4272
4284
font-family : Inter;
4549
4561
cursor : pointer ;
4550
4562
border-radius : 8px ;
4551
4563
}
4552
- }
4564
+ }
You can’t perform that action at this time.
0 commit comments