This commit is contained in:
‘937886381’
2024-06-03 08:23:40 +08:00
parent 91fd1b09d5
commit 38665c38bd
39 changed files with 541 additions and 406 deletions

View File

@@ -1,13 +1,13 @@
<!--
* @Author: zhp
* @Date: 2024-05-20 16:04:18
* @LastEditTime: 2024-05-30 11:14:17
* @LastEditTime: 2024-05-31 13:16:26
* @LastEditors: zhp
* @Description:
-->
<template>
<!-- <div class="copilot-layout" ref="copilot-layout"> -->
<div class="copilot-layout other" ref="copilot-layout">
<div class="copilot-layout" ref="copilot-layout">
<CopilotHeaderVue :than="than" :active="page" :period="period" @update:active="updateActive"
@update:period="period = $event" @update:than="updateThan" />
@@ -34,7 +34,7 @@ export default {
return {
than:'同比',
page: "效率",
period: "",
period: "",
currentsStyles: '',
};
},
@@ -101,7 +101,7 @@ export default {
position: absolute;
left: -16px;
/* top: -8px; */
/* height: calc(100% + 38px); */
height: calc(100% + 240px);
width: calc(100% + 30px);
z-index: 1001;
color: #fff;
@@ -114,7 +114,7 @@ export default {
height: calc(100% + 38px);
}
.other {
height: calc(100% + 240px);
/* height: calc(100% + 240px); */
}
.copilot-footer {
/** position: absolute;