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