From 8f48dd342ee5f81bd7436ba3de4dd41278c6eefc Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Fri, 7 May 2021 15:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E8=89=B2=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/var.scss | 2 +- src/components/TestPanel.vue | 2 +- src/config/index.js | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/assets/styles/var.scss b/src/assets/styles/var.scss index 349ae41..b8c1793 100644 --- a/src/assets/styles/var.scss +++ b/src/assets/styles/var.scss @@ -1 +1 @@ -$main-color: #ff8a00; \ No newline at end of file +$main-color: #ff6457; \ No newline at end of file diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index 2bcb82b..70b87ef 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -746,7 +746,7 @@ export default { } ::v-deep .el-table th, .el-table tr { - background-color: #ffc385; + background-color: #f7675a; } ::v-deep .el-table { font-size: 12px; diff --git a/src/config/index.js b/src/config/index.js index e286183..059c291 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -2,7 +2,7 @@ export default { /** * @description 配置显示在浏览器标签的title */ - title: 'Python数据清洗教学实验系统', + title: 'Python数据采集(爬虫)教学实验系统', /** * @description 是否使用国际化,默认为false * 如果不使用,则需要在路由中给需要在菜单中展示的路由设置meta: {title: 'xxx'} @@ -12,5 +12,5 @@ export default { /** * @description 跳转子系统链接 */ - systemId: 9 -} \ No newline at end of file + systemId: 10 +} \ No newline at end of file