diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue
index 115aac104..07fd31eda 100644
--- a/src/pages/details/otherStandardDetails/index.vue
+++ b/src/pages/details/otherStandardDetails/index.vue
@@ -562,7 +562,7 @@
12) {
- return value.slice(0, 12) + '...'
- }
return value
},
ellipsis50(value) {
@@ -4227,9 +4224,11 @@ export default {
a {
overflow: hidden;
text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
width: calc(~'100% - 40px');
- white-space: nowrap;
- display: block;
+ white-space: break-spaces;
}
}
@@ -4623,7 +4622,7 @@ export default {
width: calc(~'100% - 225px');
& > .files-title {
- width: calc(~'100% - 120px');
+ width: calc(~'100% - 10px');
//报批稿撑开
//min-height: 50px;
//line-height: 50px;