| | |
| | | <u-tag v-if="i.confirmFlag == 3" text="审核拒绝" type="error" plain plainFill></u-tag> |
| | | </view> |
| | | <view class="item-row flex a-i-c j-c-s-b"> |
| | | <text class="f-28">描述</text> |
| | | <text class="f-28 c-66 remarkText">{{i.remark}}</text> |
| | | </view> |
| | | <view class="item-row flex a-i-c j-c-s-b"> |
| | | <text class="f-28">时间</text> |
| | | <text class="f-28 c-66">{{i.createTime}}</text> |
| | | </view> |
| | |
| | | .address { |
| | | width: 65%; |
| | | } |
| | | |
| | | .remarkText { |
| | | width: 200px; |
| | | /* 定义容器宽度 */ |
| | | white-space: nowrap; |
| | | /* 确保文本在一行内显示 */ |
| | | overflow: hidden; |
| | | /* 隐藏超出容器的文本 */ |
| | | text-overflow: ellipsis; |
| | | /* 使用点点表示文本的溢出 */ |
| | | text-align: right; |
| | | /* 文本居中对齐 */ |
| | | } |
| | | } |
| | | } |
| | | </style> |