Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
26af3873
Commit
26af3873
authored
Jul 18, 2020
by
初志鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deploy
parent
ce9a2c69
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
.stylelintrc.js
+1
-1
README-DCLOUD.md
+5
-1
README.md
+1
-1
No files found.
.stylelintrc.js
View file @
26af3873
...
...
@@ -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"
],
};
README-DCLOUD.md
View file @
26af3873
...
...
@@ -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
;
...
...
README.md
View file @
26af3873
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment