feat: 菜单新窗口打开.

This commit is contained in:
lijiahang
2023-12-05 14:44:46 +08:00
parent c5120463d9
commit 9b3e5eef48
15 changed files with 108 additions and 89 deletions

View File

@@ -1,5 +1,5 @@
<template>
<a-layout class="host-workspace-layout">
<a-layout class="host-layout">
<!-- 页面 -->
<a-layout-content>
<!-- 水印 -->
@@ -16,7 +16,7 @@
<script lang="ts">
export default {
name: 'hos-workspace-layout'
name: 'host-layout'
};
</script>
@@ -29,7 +29,7 @@
</script>
<style lang="less" scoped>
.host-workspace-layout {
.host-layout {
height: 100vh;
width: 100%;