fix : 首页字体颜色统一

This commit is contained in:
dj
2025-04-18 18:13:03 +08:00
parent 7200592f05
commit 696921243e
2 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
<el-button color="#DED0B2" v-if="templateDownloadBtnShow" @click="handleImportTemplateDownload"
style="margin-left: 10px">模板下载
</el-button>
<fvTable style="width: 100%;max-height: 160px;" v-if="showTable" height="160" :tableConfig="tableConfig"
<fvTable style="width: 100%;" :style="{maxHeight:label=='项目立项附件'?'320px':'160px',height:label=='项目立项附件'?'320px':'160px'}" v-if="showTable" :height="label=='项目立项附件'?'320':'160'" :tableConfig="tableConfig"
:data="allFileList" :isSettingCol="false" :pagination="false">
<template #empty>
<el-empty :image-size="55" description="暂无数据" style="padding: 0"/>
@@ -534,7 +534,7 @@ defineExpose({
<style scoped>
:deep(.el-table--fit ) {
height: 300px !important;
//height: 300px !important;
}
</style>
<style lang="scss" scoped>

View File

@@ -3,7 +3,7 @@
<el-form-item :label="title" v-if="fileListShow === 'READ' || fileListShow === 'EDIT'" :label-position="labelAlign" :style="{marginTop: '10px',marginLeft: tag!=='需求上报'?'15px':'0'}">
<file-upload @getFile="getOtherFile" v-if="fileListShow === 'EDIT'"/>
<!-- :style="{width:isOpenPrint?'610px': '100%'}" table-layout="auto" id="printTable"-->
<fvTable style="width:100%;max-height: 160px;" v-if="processViewer" :scrollbar-always-on="true" height="160" :tableConfig="tableConfig"
<fvTable style="width:100%;" :style="{maxHeight:tag=='项目立项'?'500px':'160px',height:tag=='项目立项'?'500px':'160px'}" v-if="processViewer" :scrollbar-always-on="true" :height="tag=='项目立项'?'500':'160'" :tableConfig="tableConfig"
:data="_value" :isSettingCol="false" :pagination="false">
<template #empty>
<el-empty :image-size="55" description="暂无数据" style="padding: 0"/>
@@ -201,7 +201,7 @@ watch(() => props.processViewer, (newVal) => {
<style scoped lang="scss">
:deep(.el-table--fit ) {
height: 160px !important;
//height: 160px !important;
}
@media print {
//#printTable{