This commit is contained in:
‘937886381’
2024-06-03 16:42:28 +08:00
parent 38b278530c
commit 9d11f8b943
12 changed files with 132 additions and 108 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-05-20 16:04:18
* @LastEditTime: 2024-05-31 13:16:26
* @LastEditTime: 2024-06-03 15:45:58
* @LastEditors: zhp
* @Description:
-->
@@ -95,13 +95,14 @@ export default {
</script>
<style>
.copilot-layout {
padding: 16px;
background: url(../../assets/images/copilot-bg.png) 0 0 / 100% 100% no-repeat;
position: absolute;
left: -16px;
/* top: -8px; */
height: calc(100% + 240px);
height: calc(100% + 30px);
width: calc(100% + 30px);
z-index: 1001;
color: #fff;
@@ -110,12 +111,12 @@ export default {
gap: 8px;
}
.produce{
/* .produce{
height: calc(100% + 38px);
}
.other {
} */
/* .other { */
/* height: calc(100% + 240px); */
}
/* } */
.copilot-footer {
/** position: absolute;
bottom: 10px; **/