fix:部分页面删去底部的©2025 xiaozhi-esp32-server

This commit is contained in:
CGD
2025-04-14 14:38:04 +08:00
parent 66fd551d68
commit 2fc0de8f4e
6 changed files with 12 additions and 64 deletions
@@ -86,7 +86,7 @@
</div>
</div>
<div class="copyright">©2025 xiaozhi-esp32-server</div>
<!-- <div class="copyright">©2025 xiaozhi-esp32-server</div> -->
<AddDeviceDialog :visible.sync="addDeviceDialogVisible" :agent-id="currentAgentId"
@refresh="fetchBindDevices(currentAgentId)" />
</div>
@@ -423,20 +423,6 @@ export default {
margin-left: 10px;
}
.copyright {
text-align: center;
color: #979db1;
font-size: 12px;
font-weight: 400;
margin-top: auto;
padding: 30px 0 20px;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 100%;
}
:deep(.transparent-table) {
background: white;
border: none;