Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'
业务视图下展示文档列表用户按照列表展示,文档名称和文档分类错位 See merge request !504
Showing
2 changed files
with
3 additions
and
2 deletions
@@ -17,7 +17,8 @@ | @@ -17,7 +17,8 @@ | ||
17 | text-align: center; | 17 | text-align: center; |
18 | } | 18 | } |
19 | .tbl-header-class th .cell { | 19 | .tbl-header-class th .cell { |
20 | - text-align: center !important; | 20 | + /*//lsq 表格的表头位置和内容位置一致,在表格的column里去配置,这里注释 2022-03-30 */ |
21 | + /*text-align: center !important;*/ | ||
21 | } | 22 | } |
22 | /* table-page end */ | 23 | /* table-page end */ |
23 | 24 |
@@ -88,7 +88,7 @@ | @@ -88,7 +88,7 @@ | ||
88 | <!--列表--> | 88 | <!--列表--> |
89 | <div v-if="activeBtn == 'list'"> | 89 | <div v-if="activeBtn == 'list'"> |
90 | <el-row> | 90 | <el-row> |
91 | - <el-col :span="24" class="breadcrumb"> | 91 | + <el-col :span="24" class="breadcrumb" style="margin-bottom: 5px;"> |
92 | <el-breadcrumb :separator-icon="ArrowRight"> | 92 | <el-breadcrumb :separator-icon="ArrowRight"> |
93 | <template v-for="(item,index) in breadcrumbList"> | 93 | <template v-for="(item,index) in breadcrumbList"> |
94 | <el-breadcrumb-item :key="index" v-if="item.data.name" @click="nodeClick(item, item.data)">{{item.data.name}}</el-breadcrumb-item> | 94 | <el-breadcrumb-item :key="index" v-if="item.data.name" @click="nodeClick(item, item.data)">{{item.data.name}}</el-breadcrumb-item> |
-
Please register or login to post a comment