更新
This commit is contained in:
parent
d81bf8cbbf
commit
9bc53329b9
2
assets/css/joe.global.min.css
vendored
2
assets/css/joe.global.min.css
vendored
File diff suppressed because one or more lines are too long
@ -2293,7 +2293,6 @@
|
||||
display: none;
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
min-height: 140px;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
|
||||
user-select: none;
|
||||
@ -2329,7 +2328,7 @@
|
||||
.wrapper {
|
||||
padding: 10px;
|
||||
.content {
|
||||
max-height: 140px;
|
||||
height: 140px;
|
||||
overflow-y: auto;
|
||||
word-break: break-all;
|
||||
line-height: 24px;
|
||||
|
2
assets/css/joe.responsive.min.css
vendored
2
assets/css/joe.responsive.min.css
vendored
File diff suppressed because one or more lines are too long
@ -571,7 +571,7 @@ html {
|
||||
.wrapper {
|
||||
padding: 8px;
|
||||
.content {
|
||||
max-height: 109px;
|
||||
height: 109px;
|
||||
line-height: 18px;
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
/* 获取主题当前版本号 */
|
||||
function _getVersion()
|
||||
{
|
||||
return "5.6.1";
|
||||
return "5.6.2";
|
||||
};
|
||||
|
||||
/* 判断是否是手机 */
|
||||
|
Loading…
Reference in New Issue
Block a user