Поправка разметки

This commit is contained in:
Book Pauk
2022-07-15 23:14:09 +07:00
parent 003dc70f4f
commit 810c6d68d2

View File

@@ -1,10 +1,10 @@
<template> <template>
<Window ref="window" height="140px" max-width="600px" :top-shift="-50" @close="close"> <Window ref="window" height="130px" max-width="600px" :top-shift="-50" @close="close">
<template #header> <template #header>
Установить позицию Установить позицию
</template> </template>
<div id="set-position-slider" class="slider q-px-md"> <div id="set-position-slider" class="slider q-px-md column justify-center">
<q-slider <q-slider
v-model="sliderValue" v-model="sliderValue"
thumb-path="M 2, 10 a 8.5,8.5 0 1,0 17,0 a 8.5,8.5 0 1,0 -17,0" thumb-path="M 2, 10 a 8.5,8.5 0 1,0 17,0 a 8.5,8.5 0 1,0 -17,0"
@@ -77,6 +77,7 @@ export default vueComponent(SetPositionPage);
<style scoped> <style scoped>
.slider { .slider {
margin: 20px; margin: 20px;
height: 40px;
background-color: #efefef; background-color: #efefef;
border-radius: 15px; border-radius: 15px;
} }