Browse Source

修改样式

master
lihenian 5 years ago
parent
commit
a950ee71a6
  1. 2
      src/views/modules/events/issue-change-list.vue
  2. 2
      src/views/modules/events/issue-close-list.vue
  3. 2
      src/views/modules/events/issue-process-list.vue
  4. 2
      src/views/modules/events/issue-reject-list.vue
  5. 2
      vue.config.js

2
src/views/modules/events/issue-change-list.vue

@ -115,7 +115,7 @@
show-overflow-tooltip show-overflow-tooltip
align="center" align="center"
></el-table-column> ></el-table-column>
<el-table-column prop="groupName" label="来源" header-align="center" align="center" width="120"></el-table-column> <el-table-column show-overflow-tooltip width="120px" prop="groupName" label="来源" header-align="center" align="center"></el-table-column>
<el-table-column <el-table-column
prop="participateNum" prop="participateNum"
label="参与人数" label="参与人数"

2
src/views/modules/events/issue-close-list.vue

@ -115,7 +115,7 @@
align="center" align="center"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column prop="groupName" label="来源" header-align="center" align="center" width="120"></el-table-column> <el-table-column show-overflow-tooltip width="120px" prop="groupName" label="来源" header-align="center" align="center"></el-table-column>
<el-table-column <el-table-column
prop="participateNum" prop="participateNum"
label="参与人数" label="参与人数"

2
src/views/modules/events/issue-process-list.vue

@ -115,7 +115,7 @@
align="center" align="center"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column prop="groupName" label="来源" header-align="center" align="center"></el-table-column> <el-table-column show-overflow-tooltip width="120px" prop="groupName" label="来源" header-align="center" align="center"></el-table-column>
<el-table-column <el-table-column
prop="participateNum" prop="participateNum"
label="参与人数" label="参与人数"

2
src/views/modules/events/issue-reject-list.vue

@ -86,7 +86,7 @@
align="center" align="center"
min-width="200" min-width="200"
show-overflow-tooltip></el-table-column> show-overflow-tooltip></el-table-column>
<el-table-column prop="groupName" label="来源" header-align="center" align="center" width="120"></el-table-column> <el-table-column show-overflow-tooltip width="120px" prop="groupName" label="来源" header-align="center" align="center"></el-table-column>
<el-table-column :label="$t('handle')" <el-table-column :label="$t('handle')"
fixed="right" fixed="right"
header-align="center" header-align="center"

2
vue.config.js

@ -2,7 +2,7 @@
* 配置参考: https://cli.vuejs.org/zh/config/ * 配置参考: https://cli.vuejs.org/zh/config/
*/ */
module.exports = { module.exports = {
baseUrl: process.env.NODE_ENV === 'production' ? '/epdc-admin' : '/epdc-admin', baseUrl: process.env.NODE_ENV === 'production' ? '/epdc-admin' : '/',
productionSourceMap: false, productionSourceMap: false,
outputDir: 'epdc-admin', outputDir: 'epdc-admin',
assetsDir: 'static', assetsDir: 'static',

Loading…
Cancel
Save