修复菜单栏图标不显示问题

This commit is contained in:
fengerli
2025-09-23 10:32:29 +08:00
parent 872d7d1c14
commit 5d1e2d0b1c
8 changed files with 40 additions and 8 deletions

View File

@ -88,12 +88,7 @@ div:focus {
.pl-5 { .pl-5 {
padding-left: 5px; padding-left: 5px;
} }
.p-2{
background: rgba(247, 248, 252, 1);
min-height: 100vh;
box-sizing: border-box;
padding: 15px;
}
.block { .block {
display: block; display: block;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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