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

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