linwe
2024-05-16 cb4fd10ca1a71b908c8b52eba962b3aa39008d1f
subPackage/school/troubleAuditList.vue
@@ -33,6 +33,10 @@
               <text class="f-28">法人信息</text>
               <text class="f-28 c-66">{{ item.legalPerson  ? item.legalPerson : '未完善'}}</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 remarkText">{{item.remark}}</text>
            </view>
            <view class="item-row flex a-i-c j-c-s-b f-28">
               <text>时间</text>
               <text class="c-66">{{item.createTime}}</text>
@@ -287,6 +291,19 @@
            width: 65%;
            text-align: right;
         }
         .remarkText {
            width: 200px;
            /* 定义容器宽度 */
            white-space: nowrap;
            /* 确保文本在一行内显示 */
            overflow: hidden;
            /* 隐藏超出容器的文本 */
            text-overflow: ellipsis;
            /* 使用点点表示文本的溢出 */
            text-align: right;
            /* 文本居中对齐 */
         }
      }
   }
</style>