1
0
forked from dyf/dyf-vue-ui

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

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

@ -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
}