主题色标题等

master
yujialong 4 years ago
parent d9de200cbf
commit 8f48dd342e
  1. 2
      src/assets/styles/var.scss
  2. 2
      src/components/TestPanel.vue
  3. 6
      src/config/index.js

@ -1 +1 @@
$main-color: #ff8a00; $main-color: #ff6457;

@ -746,7 +746,7 @@ export default {
} }
::v-deep .el-table th, ::v-deep .el-table th,
.el-table tr { .el-table tr {
background-color: #ffc385; background-color: #f7675a;
} }
::v-deep .el-table { ::v-deep .el-table {
font-size: 12px; font-size: 12px;

@ -2,7 +2,7 @@ export default {
/** /**
* @description 配置显示在浏览器标签的title * @description 配置显示在浏览器标签的title
*/ */
title: 'Python数据清洗教学实验系统', title: 'Python数据采集(爬虫)教学实验系统',
/** /**
* @description 是否使用国际化默认为false * @description 是否使用国际化默认为false
* 如果不使用则需要在路由中给需要在菜单中展示的路由设置meta: {title: 'xxx'} * 如果不使用则需要在路由中给需要在菜单中展示的路由设置meta: {title: 'xxx'}
@ -12,5 +12,5 @@ export default {
/** /**
* @description 跳转子系统链接 * @description 跳转子系统链接
*/ */
systemId: 9 systemId: 10
} }
Loading…
Cancel
Save