|
@@ -108,6 +108,7 @@
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
+ z-index: 9999;
|
|
|
"
|
|
"
|
|
|
>
|
|
>
|
|
|
<div
|
|
<div
|
|
@@ -146,7 +147,9 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div style="height: calc(100% - 32px);">
|
|
<div style="height: calc(100% - 32px);">
|
|
|
<iframe width="100%" height="100%"
|
|
<iframe width="100%" height="100%"
|
|
|
- src="https://aichat.cocorobo.cn/#/?id=335951a7-65ec-40e9-ae91-2971464ade4e&type=agent" frameborder="0"
|
|
|
|
|
|
|
+ allow="camera *; microphone *; display-capture; midi; encrypted-media; fullscreen; geolocation; clipboard-read; clipboard-write; accelerometer; autoplay; gyroscope; payment; picture-in-picture; usb; xr-spatial-tracking;"
|
|
|
|
|
+ src="https://aichat.cocorobo.cn/#/?id=335951a7-65ec-40e9-ae91-2971464ade4e&type=agent"
|
|
|
|
|
+ frameborder="0"
|
|
|
scrolling="no"></iframe>
|
|
scrolling="no"></iframe>
|
|
|
</div>
|
|
</div>
|
|
|
</el-drawer>
|
|
</el-drawer>
|
|
@@ -695,6 +698,7 @@ export default {
|
|
|
.draggable-window {
|
|
.draggable-window {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
|
+ z-index: 999;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.window-header {
|
|
.window-header {
|