feat: 终端布局.

This commit is contained in:
lijiahang
2023-12-05 19:23:03 +08:00
parent 9b3e5eef48
commit 36cd105bc8
11 changed files with 430 additions and 33 deletions

View File

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