|
@@ -14,7 +14,7 @@
|
|
|
<view class="fw-bold text-dark text-ellipsis mb-2">{{ _displayName }}</view>
|
|
<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>
|
|
<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 class="cid">CID: <text class="cwg-cursor" @click="copy(_displayCid)">{{ _displayCid
|
|
|
- }}</text></text>
|
|
|
|
|
|
|
+ }}</text></text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view>
|
|
<view>
|
|
@@ -161,6 +161,14 @@ defineExpose({ openNotice, close })
|
|
|
@import "@/uni.scss";
|
|
@import "@/uni.scss";
|
|
|
|
|
|
|
|
.notice-container {
|
|
.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) {
|
|
:deep(.cwg-dropdown-menu-container) {
|
|
|
left: px2rpx(-190) !important;
|
|
left: px2rpx(-190) !important;
|
|
|
right: px2rpx(0) !important;
|
|
right: px2rpx(0) !important;
|