更新
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;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
min-height: 140px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
@ -2329,7 +2328,7 @@
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
.content {
|
.content {
|
||||||
max-height: 140px;
|
height: 140px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
line-height: 24px;
|
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 {
|
.wrapper {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
.content {
|
.content {
|
||||||
max-height: 109px;
|
height: 109px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/* 获取主题当前版本号 */
|
/* 获取主题当前版本号 */
|
||||||
function _getVersion()
|
function _getVersion()
|
||||||
{
|
{
|
||||||
return "5.6.1";
|
return "5.6.2";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 判断是否是手机 */
|
/* 判断是否是手机 */
|
||||||
|
Loading…
Reference in New Issue
Block a user