From 9ece3aa0ae4d28cf327d5a81199844a946e6f3be Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Thu, 29 Feb 2024 09:16:30 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/category/index.vue | 9 +++++----
src/views/full/indexfull.vue | 9 +++++----
2 files changed, 10 insertions(+), 8 deletions(-)
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;
}