@@ -49,7 +49,7 @@
<view>
描述
</view>
- <view :class="['margin-left',infoData.problemDesc?'':'ygq']">
+ <view :class="['margin-left desc',infoData.problemDesc?'':'ygq']">
{{infoData.problemDesc?infoData.problemDesc:'暂无'}}
@@ -233,8 +233,14 @@
> view{
&:first-child{
flex: 1;
+ width: 200upx;
}
+ .desc{
+ word-break: break-word;
+ width: 80%;
+ text-align: right;
+ }
// 步骤条