slider updates
This commit is contained in:
parent
fa76fb1502
commit
084f27ec91
|
|
@ -216,10 +216,10 @@ watch(showDialog, (newValue) => {
|
||||||
|
|
||||||
.slider-handle {
|
.slider-handle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4px;
|
top: 0;
|
||||||
width: 42px;
|
width: 50px;
|
||||||
height: 42px;
|
height: 50px;
|
||||||
background-color: #fff;
|
background-color: #9e9e9e;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue