Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
初志鑫 committed May 17, 2020
1 parent 78df147 commit 7ad808e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $base-menu-children-background: #000c17;
$base-menu-background-active: $base-color-default;
$base-menu-color: hsla(0, 0%, 100%, 0.95);
$base-menu-color-active: hsla(0, 0%, 100%, 0.95);
$base-title: #fff;
$base-title-color: #fff;

$base-font-size-small: 12px;
$base-font-size-default: 14px;
Expand Down
4 changes: 2 additions & 2 deletions README_DClOUD.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

## 演示地址

### - [演示地址 1: vue-admin-beautiful (速度快](http://mpfhrd48.sanxing.uz7.cn/vue-admin-beautiful)
### - [演示地址 1: vue-admin-beautiful (速度较快,功能保持最新](http://chu1204505056.gitee.io/vue-admin-beautiful)

### - [演示地址 2: vue-admin-beautiful (速度较快,功能保持最新](http://chu1204505056.gitee.io/vue-admin-beautiful)
### - [演示地址 2: vue-admin-beautiful (速度最快](http://mpfhrd48.sanxing.uz7.cn/vue-admin-beautiful)

### - [演示地址 3: vue-admin-beautiful (速度慢)](https://chuzhixin.github.io/vue-admin-beautiful)

Expand Down
4 changes: 2 additions & 2 deletions src/layouts/components/Logo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {
width: 32px;
height: 32px;
margin-right: 5px;
color: $base-title;
color: $base-title-color;
vertical-align: middle;
}
Expand All @@ -47,7 +47,7 @@ export default {
font-size: $base-font-size-max;
font-weight: 600;
line-height: 55px;
color: $base-title;
color: $base-title-color;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $base-menu-children-background: #000c17;
$base-menu-background-active: $base-color-default;
$base-menu-color: hsla(0, 0%, 100%, 0.95);
$base-menu-color-active: hsla(0, 0%, 100%, 0.95);
$base-title: #fff;
$base-title-color: #fff;

$base-font-size-small: 12px;
$base-font-size-default: 14px;
Expand Down

0 comments on commit 7ad808e

Please sign in to comment.