'修改样式'
parent
df14656d8e
commit
7edde21472
|
@ -38,7 +38,7 @@
|
||||||
| |-- Home.vue // 公共路由入口
|
| |-- Home.vue // 公共路由入口
|
||||||
| |-- Sidebar.vue // 公共左边栏
|
| |-- Sidebar.vue // 公共左边栏
|
||||||
| |-- Tags.vue // 页面切换标签组件
|
| |-- Tags.vue // 页面切换标签组件
|
||||||
| |-- page // 主要路由页面
|
| |-- page // 主要路由页面
|
||||||
| |-- 403.vue
|
| |-- 403.vue
|
||||||
| |-- 404.vue
|
| |-- 404.vue
|
||||||
| |-- BaseCharts.vue // 基础图表
|
| |-- BaseCharts.vue // 基础图表
|
||||||
|
|
|
@ -32,7 +32,7 @@ The scheme as a set of multi-function background frame templates, suitable for m
|
||||||
| |-- Home.vue // Home component
|
| |-- Home.vue // Home component
|
||||||
| |-- Sidebar.vue // Sidebar component
|
| |-- Sidebar.vue // Sidebar component
|
||||||
| |-- Tags.vue
|
| |-- Tags.vue
|
||||||
| |-- page // Router page
|
| |-- page // Router page
|
||||||
| |-- 403.vue
|
| |-- 403.vue
|
||||||
| |-- 404.vue
|
| |-- 404.vue
|
||||||
| |-- BaseCharts.vue // BaseCharts
|
| |-- 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 |
|
@ -110,7 +110,6 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.collapse-btn{
|
.collapse-btn{
|
||||||
|
@ -119,9 +118,6 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
line-height: 70px;
|
line-height: 70px;
|
||||||
}
|
}
|
||||||
.collapse-btn:hover{
|
|
||||||
background: rgb(40,52,70);
|
|
||||||
}
|
|
||||||
.header .logo{
|
.header .logo{
|
||||||
float: left;
|
float: left;
|
||||||
width:250px;
|
width:250px;
|
||||||
|
|
|
@ -22,4 +22,7 @@
|
||||||
}
|
}
|
||||||
.message-title{
|
.message-title{
|
||||||
color: #20a0ff;
|
color: #20a0ff;
|
||||||
|
}
|
||||||
|
.collapse-btn:hover{
|
||||||
|
background: rgb(40,52,70);
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
.header{
|
.header{
|
||||||
background-color: #00d1b2;
|
background-color: #07c4a8;
|
||||||
}
|
}
|
||||||
.login-wrap{
|
.login-wrap{
|
||||||
background: rgba(56, 157, 170, 0.82);;
|
background: rgba(56, 157, 170, 0.82);;
|
||||||
|
@ -23,4 +23,7 @@
|
||||||
.tags-li.active {
|
.tags-li.active {
|
||||||
border: 1px solid #00d1b2;
|
border: 1px solid #00d1b2;
|
||||||
background-color: #00d1b2;
|
background-color: #00d1b2;
|
||||||
|
}
|
||||||
|
.collapse-btn:hover{
|
||||||
|
background: #00d1b2;
|
||||||
}
|
}
|
Loading…
Reference in New Issue