merge upstream

This commit is contained in:
2025-09-23 14:29:31 +08:00
8 changed files with 40 additions and 8 deletions

View File

@ -4,4 +4,11 @@
</div>
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped></style>
<style lang="scss" scoped>
.p-2{
background: rgba(247, 248, 252, 1);
min-height: 100vh;
box-sizing: border-box;
padding: 15px;
}
</style>

View File

@ -638,6 +638,12 @@ onUnmounted(() => {
</script>
<style lang="scss" scoped>
.p-2{
background: rgba(247, 248, 252, 1);
min-height: 100vh;
box-sizing: border-box;
padding: 15px;
}
.device-page {
.header-bar {
border-radius: 8px;

View File

@ -720,6 +720,12 @@ window.hideConfirm = function () {
};
</script>
<style lang="scss" scoped>
.p-2{
background: rgba(247, 248, 252, 1);
min-height: 100vh;
box-sizing: border-box;
padding: 15px;
}
.device-page {
.header-bar {
border-radius: 8px;

View File

@ -485,6 +485,12 @@ const forceAlarm = async () => {
</script>
<style lang="scss" scoped>
.p-2{
background: rgba(247, 248, 252, 1);
min-height: 100vh;
box-sizing: border-box;
padding: 15px;
}
:deep .el-collapse{
border-top:none
}

View File

@ -249,6 +249,12 @@ const handleExport = () => {
</script>
<style lang="scss" scoped>
.p-2{
background: rgba(247, 248, 252, 1);
min-height: 100vh;
box-sizing: border-box;
padding: 15px;
}
:deep .el-collapse{
border-top:none
}

View File

@ -257,6 +257,12 @@ const historyjectory = (row: any) => {
</script>
<style lang="scss" scoped>
.p-2{
background: rgba(247, 248, 252, 1);
min-height: 100vh;
box-sizing: border-box;
padding: 15px;
}
:deep .el-collapse{
border-top:none
}

View File

@ -1,5 +1,5 @@
<template>
<div class="p-2">
<div class="p-3">
<transition :enter-active-class="proxy?.animate.searchAnimate.enter" :leave-active-class="proxy?.animate.searchAnimate.leave">
<div v-show="showSearch" class="mb-[10px]">
<el-card shadow="hover">