From f91504d5621a2fffa0e83604b0a93dacd2d76579 Mon Sep 17 00:00:00 2001 From: liushaowen <565850092@qq.com> Date: Wed, 15 Jul 2020 11:02:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 1 + src/style/index.scss | 5 ++ src/views/modules/case/typicalcase-list.vue | 10 ++-- src/views/modules/custom/enterpriseinfo.vue | 16 +++--- src/views/modules/custom/epidemic.vue | 8 +-- .../modules/custom/evaluatedeptcount.vue | 2 +- src/views/modules/custom/gridoperatorinfo.vue | 35 +++++++------ .../modules/events/issue-change-list.vue | 15 +++--- src/views/modules/events/issue-close-list.vue | 15 +++--- .../modules/events/issue-process-list.vue | 15 +++--- .../modules/events/issue-reject-list.vue | 13 +++-- .../modules/events/issue-review-list.vue | 10 ++-- src/views/modules/events/item-close-list.vue | 13 ++--- src/views/modules/events/item-deal-list.vue | 13 ++--- src/views/modules/events/item-end-list.vue | 15 +++--- src/views/modules/group/group.vue | 2 + src/views/modules/group/topic-list.vue | 12 ++--- src/views/modules/heart/actbanner.vue | 15 +++--- src/views/modules/heart/actinfo-list.vue | 12 ++--- src/views/modules/heart/actphrase.vue | 15 ++++-- src/views/modules/kpi/manualScore.vue | 10 ++-- src/views/modules/kpi/resultGrid.vue | 8 +-- src/views/modules/kpi/resultSuperior.vue | 6 +-- src/views/modules/master/masternotice.vue | 14 +++--- .../modules/master/masteruserrelation.vue | 6 +-- src/views/modules/news/allnews.vue | 23 ++++++--- src/views/modules/news/allnotice.vue | 28 +++++++---- src/views/modules/news/banner.vue | 11 +++- src/views/modules/news/news-healthy.vue | 19 ++++--- src/views/modules/news/news-safety.vue | 19 ++++--- src/views/modules/news/news-services.vue | 19 ++++--- src/views/modules/news/news.vue | 19 ++++--- src/views/modules/news/newsdraft.vue | 17 +++++-- src/views/modules/news/notice.vue | 31 +++++++----- src/views/modules/sys/deptmacode.vue | 17 ++++--- .../modules/user/fail-authentication.vue | 17 ++++--- .../user/hasAuthenticationpartymembers.vue | 35 +++++++------ .../user/party-wait-authentication.vue | 5 +- .../user/partyauthenticationfailed.vue | 10 +++- src/views/modules/user/partymembers.vue | 50 ++++++++++--------- .../modules/user/pass-authentication.vue | 4 ++ src/views/modules/user/unauthorized.vue | 2 +- src/views/modules/user/volunteerinfo.vue | 28 ++++++++--- .../modules/user/wait-authentication.vue | 14 ++++-- 44 files changed, 398 insertions(+), 256 deletions(-) create mode 100644 src/style/index.scss diff --git a/src/main.js b/src/main.js index 0e0008e..876b2e4 100644 --- a/src/main.js +++ b/src/main.js @@ -11,6 +11,7 @@ import http from '@/utils/request' import { hasPermission } from '@/utils' import cloneDeep from 'lodash/cloneDeep' import '@/element-ui/theme/cascader-new.css' +import '@/style/index.scss' Vue.config.productionTip = false diff --git a/src/style/index.scss b/src/style/index.scss new file mode 100644 index 0000000..66aad48 --- /dev/null +++ b/src/style/index.scss @@ -0,0 +1,5 @@ +.el-table{ + td{ + padding:6px 0 + } +} diff --git a/src/views/modules/case/typicalcase-list.vue b/src/views/modules/case/typicalcase-list.vue index 3489aa6..ec7c29e 100644 --- a/src/views/modules/case/typicalcase-list.vue +++ b/src/views/modules/case/typicalcase-list.vue @@ -39,11 +39,11 @@ - - - - - + + + + + - + diff --git a/src/views/modules/custom/gridoperatorinfo.vue b/src/views/modules/custom/gridoperatorinfo.vue index 15dd5e1..d77c704 100644 --- a/src/views/modules/custom/gridoperatorinfo.vue +++ b/src/views/modules/custom/gridoperatorinfo.vue @@ -38,25 +38,30 @@ width="50"> - + + + + Id + min-width="200" + show-overflow-tooltip + align="left">Id - - + min-width="250" + show-overflow-tooltip + align="left"> + + + + + + + + @@ -76,8 +75,9 @@ prop="issueContent" label="议题内容" header-align="center" - width="185" - align="center" + min-width="400" + show-overflow-tooltip + align="left" > - + @@ -76,8 +75,9 @@ prop="issueContent" label="议题内容" header-align="center" - width="198" - align="center" + width="400" + show-overflow-tooltip + align="left" > - + @@ -76,8 +75,9 @@ prop="issueContent" label="议题内容" header-align="center" - width="185" - align="center" + min-width="400" + show-overflow-tooltip + align="left" > - + + min-width="400" + align="left" + show-overflow-tooltip> - + min-width="180" + show-overflow-tooltip + align="left"> + + min-width="400" + align="left" + show-overflow-tooltip> + align="left"> @@ -66,8 +65,9 @@ prop="itemContent" label="项目内容" header-align="center" - width="198" - align="center" + min-width="400" + show-overflow-tooltip + align="left" > @@ -66,8 +65,9 @@ prop="itemContent" label="项目内容" header-align="center" - width="185" - align="center" + width="400" + show-overflow-tooltip + align="left" > @@ -66,8 +65,9 @@ prop="itemContent" label="项目内容" header-align="center" - width="140" - align="center" + min-width="400" + show-overflow-tooltip + align="left" > - - - - - - + + + + + +