You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
4.0 KiB
2 lines
4.0 KiB
.positioned-mask,.positioned-mask .el-overlay-dialog{top:var(--app-header-height);height:calc(100% - var(--app-header-height))}.chat{overflow:hidden}.chat__header{background:var(--app-header-bg-color);position:fixed;width:100%;left:0;top:0;z-index:100;height:var(--app-header-height);line-height:var(--app-header-height);box-sizing:border-box;border-bottom:1px solid var(--el-border-color)}.chat__main{padding-top:calc(var(--app-header-height) + 24px);height:calc(100vh - var(--app-header-height) - 24px);overflow:hidden}.chat__footer{background:#f3f7f9;height:80px;position:absolute;bottom:0;left:0;width:100%;box-sizing:border-box;border-radius:8px!important}.chat__footer:before{background:linear-gradient(0deg,#f3f7f9 0%,rgba(243,247,249,0) 100%);content:"";position:absolute;width:100%;top:-16px;left:0;height:16px}.chat .chat-width{margin:0 auto}.chat-embed{overflow:hidden}.chat-embed__header{background:var(--app-header-bg-color);position:fixed;width:100%;left:0;top:0;z-index:100;height:var(--app-header-height);line-height:var(--app-header-height);box-sizing:border-box;border-bottom:1px solid var(--el-border-color)}.chat-embed__main{padding-top:calc(var(--app-header-height) + 24px);height:calc(100vh - var(--app-header-height) - 24px);overflow:hidden}.chat-embed .new-chat-button{z-index:11}.chat-embed .chat-popover{position:absolute;top:var(--app-header-height);background:#ffffff;padding-bottom:24px;z-index:2009}.chat-embed .chat-popover-button{z-index:2009;position:absolute;top:16px;right:85px;font-size:22px}.chat-embed .chat-popover-mask{background-color:var(--el-overlay-color-lighter);bottom:0;height:100%;left:0;overflow:auto;position:fixed;right:0;top:var(--app-header-height);z-index:2008}.chat-embed .gradient-divider{position:relative;text-align:center;color:var(--el-color-info)}.chat-embed .gradient-divider :before{content:"";width:17%;height:1px;background:linear-gradient(90deg,rgba(222,224,227,0) 0%,#dee0e3 100%);position:absolute;left:16px;top:50%}.chat-embed .gradient-divider :after{content:"";width:17%;height:1px;background:linear-gradient(90deg,#dee0e3 0%,rgba(222,224,227,0) 100%);position:absolute;right:16px;top:50%}.chat-embed .AiChat-embed .ai-chat__operate{padding-top:12px}[data-v-5b665eb2] .el-overlay{background-color:transparent}.chat-pc{overflow:hidden}.chat-pc__header{background:var(--app-header-bg-color);position:fixed;width:100%;left:0;top:0;z-index:100;height:var(--app-header-height);line-height:var(--app-header-height);box-sizing:border-box;border-bottom:1px solid var(--el-border-color)}.chat-pc__left{padding-top:calc(var(--app-header-height) - 8px);background:#ffffff;width:280px}.chat-pc__left .add-button{border:1px solid var(--el-color-primary)}.chat-pc__left .left-height{height:calc(100vh - var(--app-header-height) - 135px)}.chat-pc__right{width:calc(100% - 280px);padding-top:calc(var(--app-header-height));overflow:hidden;position:relative;box-sizing:border-box}.chat-pc__right .right-header{background:#ffffff;box-sizing:border-box}.chat-pc__right .right-height{height:calc(100vh - var(--app-header-height) * 2 - 24px)}.chat-pc .gradient-divider{position:relative;text-align:center;color:var(--el-color-info)}.chat-pc .gradient-divider :before{content:"";width:17%;height:1px;background:linear-gradient(90deg,rgba(222,224,227,0) 0%,#dee0e3 100%);position:absolute;left:16px;top:50%}.chat-pc .gradient-divider :after{content:"";width:17%;height:1px;background:linear-gradient(90deg,#dee0e3 0%,rgba(222,224,227,0) 100%);position:absolute;right:16px;top:50%}.chat-pc .collapse{display:none}.mobile .chat-pc__right{width:100%}.mobile .chat-pc__left{display:none;width:0}.mobile .collapse{display:block;position:fixed;bottom:90px;z-index:99}.mobile.openLeft .chat-pc__left{display:block;position:fixed;width:100%;z-index:99;height:calc(100vh - var(--app-header-height) + 6px)}.mobile.openLeft .collapse{display:block;position:absolute;bottom:90px;right:0;z-index:99}.chat-width{max-width:80%;margin:0 auto}@media only screen and (max-width: 1000px){.chat-width{max-width:100%!important;margin:0 auto}}
|