项目法规任务批量处理审批不固定

This commit is contained in:
范强强
2023-04-10 13:50:21 +08:00
parent 0719606312
commit a42d6b9742
@@ -104,7 +104,7 @@
@click="breakdown(valItem)"
v-if="valItem.splitFlag == 1"
:title="$t('StandardBreakdown')"
type="profile" />
type="profile"/>
</div>
</div>
</div>
@@ -673,7 +673,7 @@
if (res.success) {
this.rightTitleList = res.result
this.rightTitleList.push({
name:this.$t('DetailsPhasedImplementation'),
name: this.$t('DetailsPhasedImplementation')
})
} else {
this.rightTitleList = []
@@ -857,7 +857,8 @@
color: #040B29;
font-weight: bold;
}
.text-field-right-text{
.text-field-right-text {
width: calc(50% - 140px);
}
}
@@ -1000,16 +1001,28 @@
margin-right: 10px
}
.TextInformation {
display: flex;
flex-wrap: wrap;
}
.TextInformation-box {
width: 100%;
width: calc(50% - 10px);
height: auto;
display: inline-block;
overflow: hidden;
margin-right: 20px;
}
.TextInformation-box:nth-child(even) {
margin-right: 0;
}
.TextInformation-box-title {
background: #F5F6F7;
border-radius: 4px;
width: 100%;
display: inline-block;
height: 56px;
padding: 0 16px;
line-height: 56px;