This commit is contained in:
haoouba 2021-03-07 15:06:55 +08:00
parent d81bf8cbbf
commit 9bc53329b9
5 changed files with 5 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -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;

File diff suppressed because one or more lines are too long

View File

@ -571,7 +571,7 @@ html {
.wrapper {
padding: 8px;
.content {
max-height: 109px;
height: 109px;
line-height: 18px;
}
}

View File

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