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