bill il y a 2 ans
Parent
commit
a33319b5f3
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/registration/index.vue

+ 2 - 2
src/views/registration/index.vue

@@ -26,7 +26,7 @@
       </div>
     </ui-floating>
 
-    <div class="right-range floating-range strengthen">
+    <!-- <div class="right-range floating-range strengthen">
       <div class="range-content">
         <span class="fun-ctrl" @click="model!.bottom += modelRange.bottomRange.step">+</span>
         <ui-input 
@@ -40,7 +40,7 @@
         />
         <span class="fun-ctrl" @click="model!.bottom -= modelRange.bottomRange.step">-</span>
       </div>
-    </div>
+    </div> -->
 
     <div class="ui-message tip-left">请在当前窗口调整水平方向位置</div>
     <div class="ui-message tip-right">请在当前窗口调整垂直方向位置</div>