dangyunlong 2 сар өмнө
parent
commit
baa69b7c85

+ 1 - 1
.nuxt/manifest/latest.json

@@ -1 +1 @@
-{"id":"5f3a9c4e-7349-427e-a61e-1b2a7fa600fe","timestamp":1745735587398}
+{"id":"981b45f5-34e9-4143-bf8e-3cf35a2bd5b9","timestamp":1745740863099}

+ 0 - 1
.nuxt/manifest/meta/5f3a9c4e-7349-427e-a61e-1b2a7fa600fe.json

@@ -1 +0,0 @@
-{"id":"5f3a9c4e-7349-427e-a61e-1b2a7fa600fe","timestamp":1745735587398,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}

+ 1 - 0
.nuxt/manifest/meta/981b45f5-34e9-4143-bf8e-3cf35a2bd5b9.json

@@ -0,0 +1 @@
+{"id":"981b45f5-34e9-4143-bf8e-3cf35a2bd5b9","timestamp":1745740863099,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}

+ 1 - 1
.nuxt/tsconfig.json

@@ -102,7 +102,7 @@
         "./imports"
       ],
       "#app-manifest": [
-        "./manifest/meta/5f3a9c4e-7349-427e-a61e-1b2a7fa600fe.json"
+        "./manifest/meta/981b45f5-34e9-4143-bf8e-3cf35a2bd5b9.json"
       ],
       "#components": [
         "./components"

+ 2 - 2
assets/css/public/footer.less

@@ -61,7 +61,7 @@
 
 .foot_frind_box {
     display: block;
-    margin: 20px auto 30px;
+    margin: 20px auto;
     overflow: hidden;
     display: flex;
     width: 100%;
@@ -88,12 +88,12 @@
     color: #333;
     font-size: 16px;
     margin: 0 30px;
+    margin-bottom: 20px;
 }
 
 .call_us_box {
     display: block;
     width: 100%;
-    margin: 40px auto 0;
     overflow: hidden;
     text-align: center;
     font-size: 0px;

+ 2 - 2
components/home/foot1.vue

@@ -60,8 +60,8 @@ async function getModelDataAll() {
     const mkdata =  await requestDataPromise('/web/getWebsiteFootAll', {
         method: 'GET',
         query: {
-            'link_textnum':8,
-            'link_imgnum':12,
+            'link_textnum':24,
+            'link_imgnum':18,
             'link_footnum':4
         },
     });