Browse Source

更新部分设置

master
453530270@qq.com 3 years ago
parent
commit
d49bd76603
  1. 2
      public/index.html
  2. 16
      src/App.vue
  3. 7
      src/views/WhView.vue

2
public/index.html

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,viewport-fit=cover,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
<title>宝安区公共文化体育服务中心智慧显示屏</title>
<style>
html{margin: 0;padding: 0;}
body{

16
src/App.vue

@ -26,17 +26,23 @@
width: 33.33%;
text-align: center;
line-height: 36px;
/* background-image: linear-gradient(#0e173c, #0c2050); */
/* margin-left: 12px;
padding-left: 12px; */
background-color: #080A25;
background-color: #0c2151;
}
.navbar a.router-link-exact-active{
background-color: #026AFF;
border-radius: 12rpx;
background-color: #2132fa;
/* font-weight: 800;
font-size: 20px; */
/* color: #2132fa; */
padding-bottom: 10px;
background-image: linear-gradient(#2132fa, #1d37fb);
}
.navbar a.router-link-active .navbar a.router-link-exact-active{
/* .navbar a.router-link-active .navbar a.router-link-exact-active{
background-color: #026AFF;
}
background-image: linear-gradient(#070a27,#0081f0, #080A25);
} */
</style>

7
src/views/WhView.vue

@ -28,12 +28,15 @@
</div>
</div>
</div>
<!-- 进馆人数统计 -->
<!-- 24小时进馆人数 -->
<!-- 24小时进馆人数趋势 -->
<div class="gcins">
<div class="gcins_title">24小时进馆人数趋势</div>
<div id="gcins_charts" style="height:16rem"></div>
</div>
<!-- 各场馆人数趋势 -->
<div class="gcgrs">
<div class="gcgrs_title">各场馆人数趋势</div>

Loading…
Cancel
Save