mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改左侧的渲染样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user