gemercheung 1 سال پیش
والد
کامیت
432e27d1ce
3فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 1 0
      src/App.vue
  2. 1 1
      src/components/NavigationBar.vue
  3. 2 2
      src/components/RightMenu.vue

+ 1 - 0
src/App.vue

@@ -24,6 +24,7 @@ const handleNavi = () => {
   navi.value = !navi.value
   console.log('navi', navi.value)
 }
+
 onMounted(() => {
   const scenes = Array.from(data.value).filter(item => item.type === 'scene');
   if (scenes[0]) {

+ 1 - 1
src/components/NavigationBar.vue

@@ -68,7 +68,7 @@ const onSwiper = (swiper) => {
 const onSlideChange = () => {
     console.log('slide change');
 };
-// 
+
 </script>
 
 <style scoped lang="scss">

+ 2 - 2
src/components/RightMenu.vue

@@ -92,8 +92,8 @@ const toggleMenu = () => {
         }
 
         span.sub {
-            font-size: 12px;
-            line-height: 0.3;
+            font-size: 10px;
+            line-height: 0.8;
         }
     }
 }