diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 98acdbc..5e707bc 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -5,7 +5,7 @@ /* stylelint-disable */ @charset "utf-8"; //框架默认主题色 -$base-color-default: #5470c6; +$base-color-default: #1890ff; //默认层级 $base-z-index: 999; //横向布局纵向布局时菜单背景色 diff --git a/src/views/index/index.vue b/src/views/index/index.vue index 9708762..98d6464 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -552,25 +552,25 @@ icon: 'video', title: '视频播放器', link: '/vab/player', - color: '#91cc75', + color: '#ffc069', }, { icon: 'table', title: '表格', link: '/vab/table/comprehensiveTable', - color: '#5470c6', + color: '#5cdbd3', }, { icon: 'laptop-code', title: '源码', link: 'https://github.com/chuzhixin/vue-admin-beautiful', - color: '#fac858', + color: '#b37feb', }, { icon: 'book', title: '书籍', link: '', - color: '#ee6666', + color: '#69c0ff', }, { icon: 'bullhorn', @@ -582,14 +582,14 @@ icon: 'gift', title: '礼物', link: '', - color: '#ffe68f', + color: '#ffd666', }, { icon: 'balance-scale-left', title: '公平的世界', link: '', - color: '#a4e0f7', + color: '#ff9c6e', }, { icon: 'coffee',