diff --git a/src/assets/less/common.less b/src/assets/less/common.less index a3be1e76..015d4dc3 100644 --- a/src/assets/less/common.less +++ b/src/assets/less/common.less @@ -305,3 +305,10 @@ } } } + +/*表格中换行文本的样式*/ +.table-text { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} diff --git a/src/common/lang/zh-cn.js b/src/common/lang/zh-cn.js index 3aa2814a..e46b955f 100644 --- a/src/common/lang/zh-cn.js +++ b/src/common/lang/zh-cn.js @@ -359,6 +359,7 @@ module.exports = { updateLog: '更新log', problemKnowledgeBase: '知识分享', collection: '收藏', + subscribe: '订阅', textInformation: '文本信息', standardBreakdown: '标准分解单', standardOne: '标准', @@ -371,8 +372,8 @@ module.exports = { documentLibraryDetails: '文档库详情', confirmCollection: '确定收藏?', cancelConfirmCollection: '确定取消收藏?', - confirmSubscribe: '确定订阅?', - cancelConfirmSubscribe: '确定取消订阅?', + confirmSubscribe: '确定订阅?', + cancelConfirmSubscribe: '确定取消订阅?' }, // 文档工具 docTool: { diff --git a/src/components/customField/Search.vue b/src/components/customField/Search.vue index e8a3601b..2f268b33 100644 --- a/src/components/customField/Search.vue +++ b/src/components/customField/Search.vue @@ -59,23 +59,6 @@ :triggerChange="false" :dictCode="item.dict_field"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -160,7 +127,6 @@ diff --git a/src/views/documentManage/DocumentLibrary.vue b/src/views/documentManage/DocumentLibrary.vue index f3722fa4..7af18b1d 100644 --- a/src/views/documentManage/DocumentLibrary.vue +++ b/src/views/documentManage/DocumentLibrary.vue @@ -1,60 +1,83 @@