fix: 修改左侧的渲染样式

This commit is contained in:
MTrun
2022-01-12 10:41:26 +08:00
parent 5030cfe099
commit 3a87f0dd30
6 changed files with 76 additions and 17 deletions
+4
View File
@@ -1,4 +1,5 @@
<template>
<div class="go-bg-point"></div>
<div class="go-chart">
<n-layout>
<HeaderPro>
@@ -35,6 +36,9 @@ import { ContentDetails } from './components/ContentDetails/index'
<style lang="scss" scoped>
$height: 100vh;
@include go('bg-point') {
}
@include go('chart') {
height: $height;
overflow: hidden;