浏览代码

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

Book Pauk 3 年之前
父节点
当前提交
810c6d68d2
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      client/components/Reader/SetPositionPage/SetPositionPage.vue

+ 3 - 2
client/components/Reader/SetPositionPage/SetPositionPage.vue

@@ -1,10 +1,10 @@
 <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>
 
-        <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
                 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"
@@ -77,6 +77,7 @@ export default vueComponent(SetPositionPage);
 <style scoped>
 .slider {
     margin: 20px;
+    height: 40px;
     background-color: #efefef;
     border-radius: 15px;
 }