UI界面变更-文档拆分-拆分文档详情

This commit is contained in:
刘彦泽
2022-12-30 09:09:34 +08:00
parent abacc01901
commit 325e78d3c6
2 changed files with 7 additions and 3 deletions
@@ -1,7 +1,7 @@
<template>
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :md="6" :sm="8" v-for="(item,index) in searchList" :key="index" style="line-height: 48px">
<a-col :md="8" :sm="8" v-for="(item,index) in searchList" :key="index" style="line-height: 48px">
<template v-if="index < 2">
<div class="box-title-text" v-if="item.field_show_type == '0'">
<div class="title-text" :title="item.db_field_txt">
+6 -2
View File
@@ -189,7 +189,7 @@
this.columns.push({
title: res.db_field_txt,
dataIndex: res.db_field_name,
align: 'center',
align: 'left',
ellipsis: true,
sorter: res.sort,
width: 170
@@ -218,7 +218,7 @@
if (this.showAction) {
this.columns.push({
title: this.$t('operation'),
align: 'center',
align: 'left',
fixed: 'right',
width: width,
scopedSlots: { customRender: 'operation' }
@@ -318,4 +318,8 @@
text-justify: inter-ideograph;
word-break: break-all
}
/*/deep/.table .ant-table-tbody > tr > td {*/
/* color: #040B29 ;*/
/*}*/
</style>