zhb 1 tydzień temu
rodzic
commit
06969fbe28
1 zmienionych plików z 9 dodań i 1 usunięć
  1. 9 1
      components/cwg-right-drawer.vue

+ 9 - 1
components/cwg-right-drawer.vue

@@ -14,7 +14,7 @@
                             <view class="fw-bold text-dark text-ellipsis mb-2">{{ _displayName }}</view>
                             <view class="text-body d-block lh-sm text-ellipsis mb-2">{{ _email }}</view>
                             <text class="cid">CID: <text class="cwg-cursor" @click="copy(_displayCid)">{{ _displayCid
-                            }}</text></text>
+                                    }}</text></text>
                         </view>
                     </view>
                     <view>
@@ -161,6 +161,14 @@ defineExpose({ openNotice, close })
 @import "@/uni.scss";
 
 .notice-container {
+    .text-ellipsis {
+        display: block !important;
+        white-space: normal !important;
+        word-wrap: break-word !important;
+        word-break: break-all !important;
+        overflow: visible !important;
+        text-overflow: unset !important;
+    }
     :deep(.cwg-dropdown-menu-container) {
         left: px2rpx(-190) !important;
         right: px2rpx(0) !important;