更新
This commit is contained in:
parent
76dd63caed
commit
b86610a133
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
@ -3,7 +3,7 @@
|
||||
/* 获取主题当前版本号 */
|
||||
function _getVersion()
|
||||
{
|
||||
return "5.4.3";
|
||||
return "5.4.4";
|
||||
};
|
||||
|
||||
/* 判断是否是手机 */
|
||||
|
Loading…
Reference in New Issue
Block a user