Commit e12be3b8 by heshihao

feat: 修改专利界面

parent 5323cf2e
......@@ -110,7 +110,6 @@
:pagination="false"
:customRow="rowClick"
v-if="!search_word"
:scroll="scroll"
>
<template #bodyCell="{ column, text }">
<template v-if="column.dataIndex === 'name'">
......@@ -203,8 +202,8 @@ export default {
title: "发明人",
dataIndex: "fmr",
key: "fmr",
// ellipsis: true,
width: 140,
ellipsis: true,
width: 180,
},
{
title: "公开日",
......@@ -440,14 +439,13 @@ export default {
this.keyword = searchValue.keyword;
this.Filter();
}
if (window.innerHeight >= 960) {
this.scroll.y = 580;
} else if (window.innerHeight < 960 && window.innerHeight >= 800) {
this.scroll.y = 480;
} else {
this.scroll.y = 400;
}
// if (window.innerHeight >= 960) {
// this.scroll.y = 580;
// } else if (window.innerHeight < 960 && window.innerHeight >= 800) {
// this.scroll.y = 480;
// } else {
// this.scroll.y = 400;
// }
},
beforeMount() {},
computed: {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment