This commit is contained in:
杜恒 2021-02-23 10:19:48 +08:00
parent 76dd63caed
commit b86610a133
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1992,10 +1992,10 @@
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
padding: 0 12px; padding: 0 12px;
max-width: 500px; max-width: 200px;
white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap;
} }
&.secondary { &.secondary {
background: #34495e; background: #34495e;
@ -2041,7 +2041,7 @@
.content { .content {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
max-width: 500px; max-width: 200px;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;

View File

@ -3,7 +3,7 @@
/* 获取主题当前版本号 */ /* 获取主题当前版本号 */
function _getVersion() function _getVersion()
{ {
return "5.4.3"; return "5.4.4";
}; };
/* 判断是否是手机 */ /* 判断是否是手机 */