ljc 1 周之前
父节点
当前提交
30bc14537e
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      pages/ib/index.vue

+ 6 - 0
pages/ib/index.vue

@@ -848,6 +848,12 @@ onMounted(async () => {
 .header-right {
   display: flex;
   align-items: center;
+  @media screen and (max-width: 991px) {
+    :deep(.cwg-dropdown-menu-container) {
+      right: px2rpx(-20) !important;
+      //max-width: px2rpx(400);
+    }
+  }
 }
 
 .action-btn {