Skip to content

Commit 624c82a

Browse files
author
王丹
committed
fix: 修复嵌入图标大小
1 parent a6ce895 commit 624c82a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/application/template/embed.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ function initMaxkbStyle(root){
238238
bottom: 30px;
239239
right: 0;
240240
cursor: pointer;
241-
height:30px;
242-
width:30px;
241+
height:50px;
242+
width:50px;
243243
}
244244
#maxkb #maxkb-chat-container{
245245
z-index:10000;position: relative;

0 commit comments

Comments
 (0)