对照设计图调整虚拟清单详情

This commit is contained in:
qq787203167
2022-04-15 11:29:30 +08:00
parent 4dd985e520
commit 8555e25354
3 changed files with 12 additions and 9 deletions
+1
View File
@@ -655,4 +655,5 @@ module.exports = {
DigitalPlatform:'Digital platform',
dehicleDevelopmentPlan:'Vehicle development plan',
certificationProgram:'certificationProgram',
DocumentStandard:'Document standard',
}
+1
View File
@@ -659,4 +659,5 @@ module.exports = {
DigitalPlatform:'数字平台',
dehicleDevelopmentPlan:'整车开发计划',
certificationProgram:'认证计划',
DocumentStandard:'文档标准',
}
@@ -28,7 +28,7 @@
<span class="text-right" style="margin-right: 100px">
{{$route.query.name}}
</span>
<span class="text-left" :title="$t('instructionForUse')">
<span class="text-left" style="width: 72px" :title="$t('instructionForUse')">
{{$t('instructionForUse')}}
</span>
<span class="text-right">
@@ -63,7 +63,7 @@
</a-col>
<a-col :md="6" :sm="8">
<div class="box-title-text">
<div class="title-text" :title="$t('subtitle')">
<div class="title-text" style="width: 50px" :title="$t('subtitle')">
<span>{{$t('subtitle')}}</span>
</div>
<j-input class="box-input" :placeholder="$t('PleaseEnter')+$t('subtitle')"
@@ -80,6 +80,10 @@
</div>
<div class="table-operator">
<!-- 导入-->
<div class="operator-text"
style="float: left;font-size: 16px;font-weight: 400;color: #040B29;">
{{$t('DocumentStandard')}}
</div>
<div class="operator-text" v-has="'document:importZip'" v-if="isTrue">
<ImportFile :url="url"/>
</div>
@@ -574,18 +578,18 @@
display: flex;
align-items: center;
margin-bottom: 10px;
margin-right: 20px;
}
.title-text {
width: 20%;
min-width: 110px;
width: 36px;
color: #000F16;
display: inline-block;
font-weight: 500;
font-size: 14px;
margin-right: 16px;
margin-top: 3px;
text-align: right;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -593,7 +597,6 @@
.box-input {
display: inline-block;
width: 70%;
height: 38px;
margin-top: 2px;
}
@@ -614,7 +617,7 @@
.header-text {
font-size: 16px;
font-weight: 400;
height: 40px;
height: 44px;
color: #000F16;
}
@@ -622,13 +625,11 @@
font-size: 14px;
font-weight: 400;
color: #6F7385;
margin-right: 40px;
display: inline-block;
width: 100px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.text-right {