zhb 1 周之前
父節點
當前提交
f4dc8957a6
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 0
      components/cwg-footer-link.vue
  2. 2 2
      components/cwg-sidebar.vue

+ 1 - 0
components/cwg-footer-link.vue

@@ -56,6 +56,7 @@ const linkList = [
 
     .footer-links {
         display: flex;
+        flex-wrap: wrap;
         gap: px2rpx(12);
 
         .link-item {

+ 2 - 2
components/cwg-sidebar.vue

@@ -433,7 +433,7 @@ onUnmounted(() => {
 
   .menu-item {
     width: 100%;
-    height: px2rpx(40);
+    min-height: px2rpx(40);
     cursor: pointer;
     display: flex;
     align-items: center;
@@ -499,7 +499,7 @@ onUnmounted(() => {
     gap: px2rpx(8);
 
     .menu-label {
-      flex: none;
+      // flex: none;
     }
   }
 }