d
This commit is contained in:
parent
b0ab273e8c
commit
ef221a49bc
@ -997,10 +997,15 @@ def search():
|
|||||||
right: 0px;
|
right: 0px;
|
||||||
top: -15px;
|
top: -15px;
|
||||||
}
|
}
|
||||||
|
#chat_talk {
|
||||||
|
width: 100%;
|
||||||
|
height: 30vh;
|
||||||
|
position: relative;
|
||||||
|
overflow: scroll;
|
||||||
|
}
|
||||||
#iframe-wrapper {
|
#iframe-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 500px; /* 父元素高度 */
|
height: 40vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden; /* 防止滚动条溢出 */
|
overflow: hidden; /* 防止滚动条溢出 */
|
||||||
}
|
}
|
||||||
|
@ -997,10 +997,15 @@ def search():
|
|||||||
right: 0px;
|
right: 0px;
|
||||||
top: -15px;
|
top: -15px;
|
||||||
}
|
}
|
||||||
|
#chat_talk {
|
||||||
|
width: 100%;
|
||||||
|
height: 30vh;
|
||||||
|
position: relative;
|
||||||
|
overflow: scroll;
|
||||||
|
}
|
||||||
#iframe-wrapper {
|
#iframe-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 500px; /* 父元素高度 */
|
height: 40vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden; /* 防止滚动条溢出 */
|
overflow: hidden; /* 防止滚动条溢出 */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user