fix: bug修复

This commit is contained in:
wenhua
2024-07-09 23:31:10 +08:00
parent cbc97891b8
commit 7836450a10
4 changed files with 21 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
<template>
<span class="sys-name">科技创新项目管理平台</span>
<div class="toggle" @click="toggleClick">
<component :is="siderbarStore.getSiderBarStatus() ? 'Fold' : 'Expand'" class="icon"></component>
</div>
@@ -13,6 +14,10 @@ const toggleClick = () => {
</script>
<style lang="scss" scoped>
.sys-name {
padding-left: 10px;
font-weight: bold;
}
.toggle{
line-height: 65px;
border-top-left-radius: 10px;