UI界面变更-搜索中心
This commit is contained in:
@@ -261,21 +261,21 @@
|
|||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
title: this.$t('standard'),
|
title: this.$t('standard'),
|
||||||
align: 'center',
|
align: 'left',
|
||||||
dataIndex: 'serial_number',
|
dataIndex: 'serial_number',
|
||||||
width: 170,
|
width: 170,
|
||||||
scopedSlots: { customRender: 'serial_number' }
|
scopedSlots: { customRender: 'serial_number' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('title'),
|
title: this.$t('title'),
|
||||||
align: 'center',
|
align: 'left',
|
||||||
dataIndex: 'title',
|
dataIndex: 'title',
|
||||||
width: 170,
|
width: 170,
|
||||||
scopedSlots: { customRender: 'titleName' }
|
scopedSlots: { customRender: 'titleName' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('fileName'),
|
title: this.$t('fileName'),
|
||||||
align: 'center',
|
align: 'left',
|
||||||
dataIndex: 'file_name',
|
dataIndex: 'file_name',
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
width: 170,
|
width: 170,
|
||||||
@@ -283,7 +283,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('status'),
|
title: this.$t('status'),
|
||||||
align: 'center',
|
align: 'left',
|
||||||
width: 140,
|
width: 140,
|
||||||
sorter: true,
|
sorter: true,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
@@ -291,7 +291,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('zoneOfApplication'),
|
title: this.$t('zoneOfApplication'),
|
||||||
align: 'center',
|
align: 'left',
|
||||||
width: 170,
|
width: 170,
|
||||||
sorter: true,
|
sorter: true,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
@@ -304,14 +304,14 @@
|
|||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
title: this.$t('technicalField'),
|
title: this.$t('technicalField'),
|
||||||
align: 'center',
|
align: 'left',
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
width: 170,
|
width: 170,
|
||||||
dataIndex: 'technology_territory'
|
dataIndex: 'technology_territory'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('releaseDate'),
|
title: this.$t('releaseDate'),
|
||||||
align: 'center',
|
align: 'left',
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
width: 170,
|
width: 170,
|
||||||
sorter: true,
|
sorter: true,
|
||||||
@@ -319,7 +319,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('vehicleInProductionDate'),
|
title: this.$t('vehicleInProductionDate'),
|
||||||
align: 'center',
|
align: 'left',
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
width: 210,
|
width: 210,
|
||||||
sorter: true,
|
sorter: true,
|
||||||
@@ -327,7 +327,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('ImplementationDate'),
|
title: this.$t('ImplementationDate'),
|
||||||
align: 'center',
|
align: 'left',
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
sorter: true,
|
sorter: true,
|
||||||
width: 210,
|
width: 210,
|
||||||
@@ -335,7 +335,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('operation'),
|
title: this.$t('operation'),
|
||||||
align: 'center',
|
align: 'left',
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
width: 200,
|
width: 200,
|
||||||
scopedSlots: { customRender: 'operation' }
|
scopedSlots: { customRender: 'operation' }
|
||||||
@@ -955,4 +955,12 @@
|
|||||||
/*::v-deep .ant-select {*/
|
/*::v-deep .ant-select {*/
|
||||||
/* max-width: calc(100% - 126px) !important;*/
|
/* max-width: calc(100% - 126px) !important;*/
|
||||||
/*}*/
|
/*}*/
|
||||||
|
|
||||||
|
/deep/.ant-table-thead > tr > th {
|
||||||
|
font-weight: bolder;
|
||||||
|
}
|
||||||
|
|
||||||
|
///deep/.ant-table-tbody > tr > td {
|
||||||
|
// color: #040B29 ;
|
||||||
|
//}
|
||||||
</style>
|
</style>
|
||||||
@@ -283,16 +283,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style lang="less">
|
||||||
.highlight-class {
|
.highlight-class {
|
||||||
color: #21c9cc;
|
color: #21c9cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip-index {
|
.tooltip-index {
|
||||||
max-width: calc(100% - 300px) !important;
|
max-width: calc(100% - 300px) !important;
|
||||||
|
.ant-tooltip-inner {
|
||||||
|
color: #333;
|
||||||
|
background-color: #fff !important;
|
||||||
|
}
|
||||||
|
.ant-tooltip-arrow::before {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
padding: 0 0 0 18px;
|
padding: 0 0 0 18px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
Reference in New Issue
Block a user