diff --git a/src/views/category/index.vue b/src/views/category/index.vue
index badc742..5f2bbc3 100644
--- a/src/views/category/index.vue
+++ b/src/views/category/index.vue
@@ -11,14 +11,14 @@
年度
- {{item}}
类型
- {{item.title}}
@@ -172,8 +172,8 @@
width:600,
customFn: row => {
return row._type === 'type' ? ( {row.title} ) : ( < i style = "padding: 0 8px;"
- class = "el-icon-document" > {row.title} )
+ class = "el-icon-folder-opened"> {row.title} ) : ( < i style = "padding: 0 8px;"
+ class = "el-icon-document" > {row.title} )
}
},
// {
@@ -352,5 +352,6 @@
}
::v-deep .el-table .cell.el-tooltip{
white-space: wrap!important;
+ text-wrap:wrap
}
diff --git a/src/views/full/indexfull.vue b/src/views/full/indexfull.vue
index 3a145bc..2b20c8f 100644
--- a/src/views/full/indexfull.vue
+++ b/src/views/full/indexfull.vue
@@ -8,14 +8,14 @@
年度
- {{item}}
类型
- {{item.title}}
@@ -156,8 +156,8 @@
width:600,
customFn: row => {
return row._type === 'type' ? ( {row.title} ) : ( < i style = "padding: 0 8px;"
- class = "el-icon-document" > {row.title} )
+ class = "el-icon-folder-opened"> {row.title} ) : ( < i style = "padding: 0 8px;"
+ class = "el-icon-document" > {row.title} )
}
},
// {
@@ -334,5 +334,6 @@
}
::v-deep .el-table .cell.el-tooltip{
white-space: wrap!important;
+ text-wrap:wrap;
}