fix: 小助手不限制大小
This commit is contained in:
parent
82b7e8d69e
commit
003f338a08
@ -238,8 +238,8 @@ function initMaxkbStyle(root){
|
|||||||
bottom: 30px;
|
bottom: 30px;
|
||||||
right: 0;
|
right: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height:50px;
|
max-height:500px;
|
||||||
width:50px;
|
max-width:500px;
|
||||||
}
|
}
|
||||||
#maxkb #maxkb-chat-container{
|
#maxkb #maxkb-chat-container{
|
||||||
z-index:10000;position: relative;
|
z-index:10000;position: relative;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user