diff --git a/app/views/member/nav.html b/app/views/member/nav.html index ef2bc66..c6aaf14 100644 --- a/app/views/member/nav.html +++ b/app/views/member/nav.html @@ -7,7 +7,7 @@ - + {{msg . "memberCenter"}} @@ -25,7 +25,7 @@ - + {{msg . "accountInfo"}} @@ -77,7 +77,7 @@ - + {{msg . "blog"}} @@ -141,7 +141,7 @@ - + {{msg . "group"}} diff --git a/public/member/css/member.css b/public/member/css/member.css index bdebdf1..fafb59b 100644 --- a/public/member/css/member.css +++ b/public/member/css/member.css @@ -4357,3 +4357,10 @@ fieldset[disabled] .btn-gplus.active { .mce-tinymce-inline { display: none !important; } +.nav-h1 { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: inline-block; + width: 130px; +} diff --git a/public/member/css/member.less b/public/member/css/member.less index c567924..10a3e90 100644 --- a/public/member/css/member.less +++ b/public/member/css/member.less @@ -4898,3 +4898,11 @@ body.container { .tool-split, .mce-tinymce-inline { display: none !important; } + +.nav-h1 { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: inline-block; + width: 130px; +} \ No newline at end of file