52348 国内、海外、企标--详情页有附件的位置,行高缩小一点,间距过大了
This commit is contained in:
@@ -356,7 +356,7 @@
|
|||||||
<div class="files-title">
|
<div class="files-title">
|
||||||
<label style="float: left;min-height: 43px;line-height: 43px;" >{{ child.attrName }}</label>
|
<label style="float: left;min-height: 43px;line-height: 43px;" >{{ child.attrName }}</label>
|
||||||
<template style="margin-left: 220px;">
|
<template style="margin-left: 220px;">
|
||||||
<div style="position: relative;margin-left: 214px;min-height: 42px;">
|
<div style="position: relative;margin-left: 214px; line-height: 32px">
|
||||||
<div v-if="child.value && child.value.length > 0" v-for="(file, fileIndex) in child1Func(child.value)" style="display: flex">
|
<div v-if="child.value && child.value.length > 0" v-for="(file, fileIndex) in child1Func(child.value)" style="display: flex">
|
||||||
<!-- 单个文件-->
|
<!-- 单个文件-->
|
||||||
<span v-if="child.value && child.value.length > 0 && child.value.length === 1">
|
<span v-if="child.value && child.value.length > 0 && child.value.length === 1">
|
||||||
@@ -377,7 +377,7 @@
|
|||||||
<!-- <span class="time-text">上传时间:{{ dateFormat(file.modifyTime) }}</span>-->
|
<!-- <span class="time-text">上传时间:{{ dateFormat(file.modifyTime) }}</span>-->
|
||||||
</span>
|
</span>
|
||||||
<!-- 多个文件-->
|
<!-- 多个文件-->
|
||||||
<div v-else-if="child.value && child.value.length > 0" style="line-height: 50px;">
|
<div v-else-if="child.value && child.value.length > 0" style="line-height: 32px;">
|
||||||
<span>
|
<span>
|
||||||
<a style="font-size: 16px;color: #409EFF;cursor: pointer"
|
<a style="font-size: 16px;color: #409EFF;cursor: pointer"
|
||||||
@click="openFileInPdf(file.id, file.oldFileName)" target="_blank"
|
@click="openFileInPdf(file.id, file.oldFileName)" target="_blank"
|
||||||
@@ -3445,8 +3445,8 @@ export default {
|
|||||||
width: calc(~'100% - 225px');
|
width: calc(~'100% - 225px');
|
||||||
& > .files-title{
|
& > .files-title{
|
||||||
width: calc(~'100% - 120px');
|
width: calc(~'100% - 120px');
|
||||||
min-height: 50px;
|
min-height: 32px;
|
||||||
line-height: 50px;
|
line-height: 32px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #409EFF;
|
color: #409EFF;
|
||||||
& > a{
|
& > a{
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
<label style="float: left">{{ child.attrName }}</label>
|
<label style="float: left">{{ child.attrName }}</label>
|
||||||
<template v-if="child.value && child.value.length > 0">
|
<template v-if="child.value && child.value.length > 0">
|
||||||
<!-- 单个文件时-->
|
<!-- 单个文件时-->
|
||||||
<div style="position: relative;margin-left: 214px;">
|
<div style="position: relative;margin-left: 214px; line-height: 32px">
|
||||||
<div v-for="(file, fileIndex) in child1Func(child.value)" style="display: flex;">
|
<div v-for="(file, fileIndex) in child1Func(child.value)" style="display: flex;">
|
||||||
<span v-if="child.value && child.value.length > 0 && child.value.length === 1" style="display: flex; align-items: center;">
|
<span v-if="child.value && child.value.length > 0 && child.value.length === 1" style="display: flex; align-items: center;">
|
||||||
<a style="font-size: 16px;color: #409EFF;cursor: pointer;"
|
<a style="font-size: 16px;color: #409EFF;cursor: pointer;"
|
||||||
@@ -4272,6 +4272,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modular-content-p-val {
|
.modular-content-p-val {
|
||||||
|
line-height: 32px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: calc(~'100% - 225px');
|
width: calc(~'100% - 225px');
|
||||||
//min-height: 50px;
|
//min-height: 50px;
|
||||||
@@ -4285,6 +4286,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modular-content-p-flies {
|
.modular-content-p-flies {
|
||||||
|
line-height: 32px;
|
||||||
//position: relative;
|
//position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: calc(~'100% - 225px');
|
width: calc(~'100% - 225px');
|
||||||
|
|||||||
Reference in New Issue
Block a user