linwe
2024-05-16 cb4fd10ca1a71b908c8b52eba962b3aa39008d1f
subPackage/school/troubleList.vue
@@ -12,6 +12,10 @@
               <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>
@@ -106,6 +110,19 @@
         .address {
            width: 65%;
         }
         .remarkText {
            width: 200px;
            /* 定义容器宽度 */
            white-space: nowrap;
            /* 确保文本在一行内显示 */
            overflow: hidden;
            /* 隐藏超出容器的文本 */
            text-overflow: ellipsis;
            /* 使用点点表示文本的溢出 */
            text-align: right;
            /* 文本居中对齐 */
         }
      }
   }
</style>