@@ -2,8 +2,8 @@
"name" : "storeCheck-app",
"appid" : "__UNI__BDCA285",
"description" : "",
- "versionName" : "1.2.4",
- "versionCode" : 124,
+ "versionName" : "1.2.5",
+ "versionCode" : 125,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
@@ -37,7 +37,7 @@
<view>
考评指标
</view>
- <view v-if="infoData.clsName" class="margin-left">
+ <view v-if="infoData.clsName" class="margin-left desc">
{{infoData.clsName}}
<view v-else class="ygq">
@@ -242,7 +242,6 @@
box-shadow: 1px 1px 3px #EEEEEE;
.text-item{
display: flex;
- align-items: center;
padding: 10upx 10upx;
font-size: 28upx;
justify-content: space-between;
@@ -268,7 +267,7 @@
}
.desc{
word-break: break-word;
- width: 80%;
+ width: 70%;
text-align: right;
@@ -38,7 +38,7 @@
<view v-if="item.clsName" class="ellipsis-one">
{{item.clsName}}
- <view v-else class="ygq">
+ <view v-else class="notext">
<u-icon name="info-circle"></u-icon>
未关联问题项
@@ -414,11 +414,16 @@
>view {
-
&:first-child {
flex: 1;
+ .notext{
+ width: 50%;
+ }
+ .putUserName{
+ width: 40%;
// 抄送标记
.mark {
@@ -446,10 +451,6 @@
.ygq {
color: #999;
- width: 50%;
- }
- .putUserName{
- width: 40%;
.ywc {
color: #10c71e;