| | |
| | | <div ref="rightPanel" :class="{show:show}" class="rightPanel-container"> |
| | | <div class="rightPanel-background" /> |
| | | <div class="rightPanel"> |
| | | <div class="handle-button" :style="{'top':buttonTop+'px','background-color':theme}" @click="show=!show"> |
| | | <!-- todo --> |
| | | <!-- <div class="handle-button" :style="{'top':buttonTop+'px','background-color':theme}" @click="show=!show"> |
| | | <i :class="show?'el-icon-close':'el-icon-setting'" /> |
| | | </div> |
| | | </div> --> |
| | | <div class="rightPanel-items"> |
| | | <slot /> |
| | | </div> |
| | |
| | | data() { |
| | | return { |
| | | title: '”项目名称“', |
| | | logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png' |
| | | logo: '' |
| | | } |
| | | } |
| | | } |
| | |
| | | * @type {boolean} true | false |
| | | * @description Whether show the logo in sidebar |
| | | */ |
| | | sidebarLogo: false |
| | | sidebarLogo: true |
| | | } |