Commit e12be3b8 by heshihao

feat: 修改专利界面

parent 5323cf2e
...@@ -110,7 +110,6 @@ ...@@ -110,7 +110,6 @@
:pagination="false" :pagination="false"
:customRow="rowClick" :customRow="rowClick"
v-if="!search_word" v-if="!search_word"
:scroll="scroll"
> >
<template #bodyCell="{ column, text }"> <template #bodyCell="{ column, text }">
<template v-if="column.dataIndex === 'name'"> <template v-if="column.dataIndex === 'name'">
...@@ -203,8 +202,8 @@ export default { ...@@ -203,8 +202,8 @@ export default {
title: "发明人", title: "发明人",
dataIndex: "fmr", dataIndex: "fmr",
key: "fmr", key: "fmr",
// ellipsis: true, ellipsis: true,
width: 140, width: 180,
}, },
{ {
title: "公开日", title: "公开日",
...@@ -440,14 +439,13 @@ export default { ...@@ -440,14 +439,13 @@ export default {
this.keyword = searchValue.keyword; this.keyword = searchValue.keyword;
this.Filter(); this.Filter();
} }
// if (window.innerHeight >= 960) {
if (window.innerHeight >= 960) { // this.scroll.y = 580;
this.scroll.y = 580; // } else if (window.innerHeight < 960 && window.innerHeight >= 800) {
} else if (window.innerHeight < 960 && window.innerHeight >= 800) { // this.scroll.y = 480;
this.scroll.y = 480; // } else {
} else { // this.scroll.y = 400;
this.scroll.y = 400; // }
}
}, },
beforeMount() {}, beforeMount() {},
computed: {}, 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