mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
deploy
This commit is contained in:
parent
ce9a2c69c8
commit
26af387350
@ -31,5 +31,5 @@ module.exports = {
|
||||
"no-descending-specificity": null,
|
||||
"declaration-colon-newline-after": null,
|
||||
},
|
||||
ignoreFiles: ["**/*.js", "dist/*.*", "node_modules", "**/*.ts"],
|
||||
ignoreFiles: ["**/*.js", "dist/*.*", "node_modules", "**/*.ts", "**/*.md"],
|
||||
};
|
||||
|
@ -14,6 +14,10 @@
|
||||
|
||||
#### - [🚀 English backup address:vue-admin-beautiful)](https://chuzhixin.github.io/vue-admin-beautiful/)
|
||||
|
||||
#### - [🚀 基础版下载地址](https://ext.dcloud.net.cn/plugin?id=2022)
|
||||
|
||||
#### - [🚀 unicloud 版下载地址](https://ext.dcloud.net.cn/plugin?id=2327)
|
||||
|
||||
## 跨平台效果演示
|
||||
|
||||
#### - [🚀 演示地址: vue-admin-beautiful](http://www.jq22.com/yanshi23029)
|
||||
@ -229,7 +233,7 @@ $base-menu-item-height: 50px;
|
||||
//app-main的高度
|
||||
$base-app-main-height: calc(
|
||||
100vh - #{$base-nav-bar-height} - #{$base-tags-bar-height} -
|
||||
#{$base-padding} - #{$base-padding} - 55px - 30px
|
||||
#{$base-padding} - #{$base-padding} - 55px - 30px
|
||||
);
|
||||
//纵向布局时左侧导航未折叠时的宽度
|
||||
$base-left-menu-width: 230px;
|
||||
|
@ -237,7 +237,7 @@ $base-menu-item-height: 50px;
|
||||
//app-main的高度
|
||||
$base-app-main-height: calc(
|
||||
100vh - #{$base-nav-bar-height} - #{$base-tags-bar-height} -
|
||||
#{$base-padding} - #{$base-padding} - 55px - 30px
|
||||
#{$base-padding} - #{$base-padding} - 55px - 30px
|
||||
);
|
||||
//纵向布局时左侧导航未折叠时的宽度
|
||||
$base-left-menu-width: 230px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user