diff --git a/common/css/page.css b/common/css/page.css index 7d105ff0..38d7db2d 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -860,6 +860,9 @@ button[disabled].bg-grey { word-break: break-all; overflow-wrap: break-word; word-wrap: break-word; + /* #ifdef APP-NVUE */ + lines: 1; + /* #endif */ } .text-line-2 { overflow: hidden; @@ -872,6 +875,9 @@ button[disabled].bg-grey { word-break: break-all; overflow-wrap: break-word; word-wrap: break-word; + /* #ifdef APP-NVUE */ + lines: 2; + /* #endif */ } .text-line-3 { overflow: hidden; @@ -884,6 +890,9 @@ button[disabled].bg-grey { word-break: break-word; overflow-wrap: break-word; word-wrap: break-word; + /* #ifdef APP-NVUE */ + lines: 3; + /* #endif */ } /** * 文字超出部分换行 diff --git a/components/bottom-line/bottom-line.vue b/components/bottom-line/bottom-line.vue index a0e85faa..c91eb162 100644 --- a/components/bottom-line/bottom-line.vue +++ b/components/bottom-line/bottom-line.vue @@ -1,10 +1,10 @@