|
@@ -42,7 +42,7 @@
|
|
|
<u-icon name="info-circle"></u-icon>
|
|
|
未关联问题项
|
|
|
</view>
|
|
|
- <view class="text-right">
|
|
|
+ <view class="text-right putUserName">
|
|
|
<text>{{item.putUserName}}</text>
|
|
|
</view>
|
|
|
<view v-if="$hasPermissions('M_backlog_detail_mobile')" class="icon-xian">
|
|
@@ -414,6 +414,7 @@
|
|
|
}
|
|
|
|
|
|
>view {
|
|
|
+
|
|
|
&:first-child {
|
|
|
flex: 1;
|
|
|
}
|
|
@@ -445,8 +446,11 @@
|
|
|
|
|
|
.ygq {
|
|
|
color: #999;
|
|
|
+ width: 50%;
|
|
|
+ }
|
|
|
+ .putUserName{
|
|
|
+ width: 40%;
|
|
|
}
|
|
|
-
|
|
|
.ywc {
|
|
|
color: #10c71e;
|
|
|
}
|