26963
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<div class="line"></div>
|
||||
|
||||
<u-form-item label="描述信息" prop="content" :border-bottom="false" label-position="top" class="contents">
|
||||
<u-input v-model="forms.content" placeholder="请输入详细描述信息" type="textarea" auto-height maxlength="500" overflow="visible" />
|
||||
<u-input v-model="forms.content" placeholder="请输入详细描述信息" type="textarea" :auto-height="true" maxlength="500" />
|
||||
</u-form-item>
|
||||
|
||||
<div class="line"></div>
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
|
||||
<div class="contents" v-if="item.content">
|
||||
<span>上报内容</span>
|
||||
<span class="right">{{ item.content }}</span>
|
||||
<div class="right">{{ item.content }}</div>
|
||||
</div>
|
||||
|
||||
<div class="imgs">
|
||||
@@ -445,20 +445,11 @@ uni-page-body {
|
||||
font-size: 26px;
|
||||
color: #333333;
|
||||
word-break: break-all;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
}
|
||||
|
||||
.contents {
|
||||
.right {
|
||||
-webkit-line-clamp: 3;
|
||||
}
|
||||
}
|
||||
|
||||
.imgs {
|
||||
margin-top: 8px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user