'修改样式'

pull/80/head
lin-xin 2018-04-23 20:17:21 +08:00
parent df14656d8e
commit 7edde21472
7 changed files with 9 additions and 7 deletions

View File

@ -38,7 +38,7 @@
| |-- Home.vue // 公共路由入口
| |-- Sidebar.vue // 公共左边栏
| |-- Tags.vue // 页面切换标签组件
| |-- page // 主要路由页面
| |-- page // 主要路由页面
| |-- 403.vue
| |-- 404.vue
| |-- BaseCharts.vue // 基础图表

View File

@ -32,7 +32,7 @@ The scheme as a set of multi-function background frame templates, suitable for m
| |-- Home.vue // Home component
| |-- Sidebar.vue // Sidebar component
| |-- Tags.vue
| |-- page // Router page
| |-- page // Router page
| |-- 403.vue
| |-- 404.vue
| |-- BaseCharts.vue // BaseCharts

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -110,7 +110,6 @@
width: 100%;
height: 70px;
font-size: 22px;
color: #fff;
}
.collapse-btn{
@ -119,9 +118,6 @@
cursor: pointer;
line-height: 70px;
}
.collapse-btn:hover{
background: rgb(40,52,70);
}
.header .logo{
float: left;
width:250px;

View File

@ -22,4 +22,7 @@
}
.message-title{
color: #20a0ff;
}
.collapse-btn:hover{
background: rgb(40,52,70);
}

View File

@ -1,5 +1,5 @@
.header{
background-color: #00d1b2;
background-color: #07c4a8;
}
.login-wrap{
background: rgba(56, 157, 170, 0.82);;
@ -23,4 +23,7 @@
.tags-li.active {
border: 1px solid #00d1b2;
background-color: #00d1b2;
}
.collapse-btn:hover{
background: #00d1b2;
}