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

View File

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