Browse Source

高度调整,隐藏进入

shibei_master
jiangyy 4 years ago
parent
commit
6e34e5f27d
  1. 6
      src/views/modules/base/community/buildTable.vue
  2. 6
      src/views/modules/base/community/community.vue
  3. 6
      src/views/modules/base/community/communityTable.vue

6
src/views/modules/base/community/buildTable.vue

@ -88,15 +88,15 @@
<el-table-column label="操作" <el-table-column label="操作"
fixed="right" fixed="right"
width="170" width="140"
header-align="center" header-align="center"
align="center" align="center"
class="operate"> class="operate">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" <!-- <el-button type="text"
style="color:#feb349;text-decoration: underline;" style="color:#feb349;text-decoration: underline;"
size="small" size="small"
@click="handleToNextLevel(scope.row)">进入</el-button> @click="handleToNextLevel(scope.row)">进入</el-button> -->
<el-button type="text" <el-button type="text"
style="color:#1C6AFD;text-decoration: underline;" style="color:#1C6AFD;text-decoration: underline;"
size="small" size="small"

6
src/views/modules/base/community/community.vue

@ -90,7 +90,7 @@ export default {
}, },
computed: { computed: {
rowHeight () { rowHeight () {
return (this.clientHeight - 140) + 'px' return (this.clientHeight - 120) + 'px'
}, },
treeHeight () { treeHeight () {
return (this.clientHeight - 200) + 'px' return (this.clientHeight - 200) + 'px'
@ -264,7 +264,7 @@ export default {
} }
.div_tree { .div_tree {
flex: 0 0 400px; flex: 0 0 350px;
background-color: #ffffff; background-color: #ffffff;
border-radius: 5px; border-radius: 5px;
padding: 10px; padding: 10px;
@ -276,7 +276,7 @@ export default {
.div_table { .div_table {
margin-left: 15px; margin-left: 15px;
width: calc(100vw - 680px); width: calc(100vw - 620px);
background-color: #ffffff; background-color: #ffffff;
border-radius: 5px; border-radius: 5px;
padding: 10px; padding: 10px;

6
src/views/modules/base/community/communityTable.vue

@ -86,16 +86,16 @@
</el-table-column> </el-table-column>
<el-table-column label="操作" <el-table-column label="操作"
fixed="right" fixed="right"
width="170" width="140"
header-align="center" header-align="center"
align="center" align="center"
class="operate"> class="operate">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" <!-- <el-button type="text"
style="color:#feb349;text-decoration: underline;" style="color:#feb349;text-decoration: underline;"
size="small" size="small"
@click="handleToNextLevel(scope.row)">进入</el-button> @click="handleToNextLevel(scope.row)">进入</el-button> -->
<el-button type="text" <el-button type="text"
style="color:#1C6AFD;text-decoration: underline;" style="color:#1C6AFD;text-decoration: underline;"
size="small" size="small"

Loading…
Cancel
Save