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

File diff suppressed because one or more lines are too long

View File

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

View File

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