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" > - - - - - - + + + + + +