diff --git a/src/App.vue b/src/App.vue
index 6d1f901..896f518 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -7,6 +7,6 @@
\ No newline at end of file
+
diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue
index 62096e1..6be665c 100644
--- a/src/components/Navbar.vue
+++ b/src/components/Navbar.vue
@@ -10,9 +10,9 @@
:default-active="$route.path"
class="el-menu-demo"
mode="horizontal"
- background-color="#2d3039"
- text-color="#fff"
- active-text-color="#ffd04b">
+ text-color="#2c3e50"
+ active-text-color="#f39c12">
+
Home
Scoreboard
Users
@@ -43,7 +43,7 @@
|
- 退出登录
+ 退出登录
@@ -153,7 +153,7 @@ export default {
.wrapper {
width: 100%;
height: 100%;
- background: #2d3039;
+ //background: #2d3039;
}
.header {
position: relative;
@@ -169,7 +169,7 @@ export default {
height: 29px;
width: 120px;
vertical-align: middle;
- color: #dddddd;
+ color: #2c3e50;
}
.header-right {
float: right;
@@ -186,7 +186,7 @@ export default {
.user-name{
margin-right: 10px;
- color: #dddddd;
+ color: #2c3e50;
}
}
.slip{
@@ -227,7 +227,7 @@ export default {
.el-menu--horizontal > .el-menu-item {
font-size: 16px;
margin: 0 15px;
- color: white;
+ //color: white;
}
diff --git a/src/components/admin/admin-Navbar.vue b/src/components/admin/admin-Navbar.vue
index 5b6ba56..17c5a0a 100644
--- a/src/components/admin/admin-Navbar.vue
+++ b/src/components/admin/admin-Navbar.vue
@@ -9,9 +9,9 @@
:default-active="$route.path"
class="el-menu-demo"
mode="horizontal"
- background-color="#2d3039"
- text-color="#fff"
+ text-color="#2c3e50"
active-text-color="#ffd04b">
+
比赛管理
公告管理
题目管理
@@ -41,7 +41,7 @@
|
- 返回首页
+ 返回首页
@@ -115,7 +115,7 @@ export default {
.wrapper {
width: 100%;
height: 100%;
- background: #2d3039;
+ //background: #2d3039;
}
.header {
position: relative;
@@ -131,7 +131,7 @@ export default {
height: 29px;
width: 120px;
vertical-align: middle;
- color: #dddddd;
+ color: #2c3e50;
}
.header-right {
float: right;
@@ -148,7 +148,7 @@ export default {
.user-name{
margin-right: 10px;
- color: #dddddd;
+ color: #2c3e50;
}
}
.slip{
@@ -189,7 +189,6 @@ export default {
.el-menu--horizontal > .el-menu-item {
font-size: 16px;
margin: 0 15px;
- color: white;
}
diff --git a/src/components/challenges/challenges.vue b/src/components/challenges/challenges.vue
index 811a3b3..9dfcffd 100644
--- a/src/components/challenges/challenges.vue
+++ b/src/components/challenges/challenges.vue
@@ -5,14 +5,18 @@