@ -9,7 +9,7 @@ body,
width: 100%;
height: 100%;
overflow: hidden;
/* background: #F0F2F5; */
background: #F0F2F5;
}
body {
font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
@ -51,6 +51,11 @@ export default {
padding-right: 77px;
background-color: rgba(26, 26, 52, 1);
box-sizing: border-box;
position: fixed;
top: 0;
z-index: 1;
.header_left{
color: #E3CA97;
@ -1,8 +1,9 @@
<template>
<div class="wrapper">
<v-head :name="data.accountName"></v-head>
<div class="bootm">
<v-sidebar :auth="data.auth"></v-sidebar>
<!-- <div> -->
<div class="content-box">
<div class="content">
@ -76,6 +77,7 @@ export default {
<style scoped>
.wrapper{
overflow:auto;
position: relative;
/* overflow: overlay */
.content-box{
@ -86,6 +88,7 @@ export default {
margin-left: 220px;
/* overflow: auto; */
@ -201,6 +201,11 @@ export default {
.sidebar_body{
width: 220px;
top: 65px;
z-index: 99;
/* height: 100%; */
.sidebar{