Former-commit-id: 2f9851f1d6ea4b55228795bd4ccfd36f1c78cf2c [formerly 2f9851f1d6ea4b55228795bd4ccfd36f1c78cf2c [formerly 2f9851f1d6ea4b55228795bd4ccfd36f1c78cf2c [formerly 2f9851f1d6ea4b55228795bd4ccfd36f1c78cf2c [formerly 1e2be03af8c1e899a0010438a0db5cb3c011983f [formerly 02bdfa97a8aebb601237d75109697ade07948483]]]]] Former-commit-id: b2e7221aa2dcdb20d9cc8a7222b98f5a3427601f Former-commit-id: 51442ed33afe2ca3aa35374e37652cba14f5198b Former-commit-id: 487976119d2dd2db7d5984d5b93be2a0dd42cf5e [formerly fbf72b4760b4416a69630af7a44a3fa43fd2e8a2] Former-commit-id: 03d720bf4827cff0ed406b64ae487025078d4fbd Former-commit-id: bda6b07fe65d3c499216da343c1cdf0db065f294 Former-commit-id: 17be2bd42175165470c943923214bb75b3beef6c Former-commit-id: 0d37132ff578ffa060c2f755664ac9faa24dfd07 Former-commit-id: 883a7c9bc897f6a5047a1d90423257a3d2894f38
This commit is contained in:
parent
14aca2184c
commit
0b92c2f6a7
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2018 李杨
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
@ -90,11 +90,10 @@ D2Admin 是完全开源免费的管理系统集成方案,由 [FairyEver](https
|
||||||
## 觉得不错 赏个咖啡 让作者打起精神 ~
|
## 觉得不错 赏个咖啡 让作者打起精神 ~
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/FairyEver/d2-admin/master/dev/github/reward-me@2x.png"/>
|
<img src="https://raw.githubusercontent.com/FairyEver/d2-admin/master/dev/github/reward-me@2x.png"/>
|
||||||
<img src="https://raw.githubusercontent.com/FairyEver/d2-admin/master/dev/github/qr@2x.png"/>
|
|
||||||
|
|
||||||
更多介绍和使用方法见 [文档](http://d2admin.fairyever.com/zh/)
|
更多介绍和使用方法见 [文档](http://d2admin.fairyever.com/zh/)
|
||||||
|
|
||||||
## 朋友的开源项目
|
## 友情链接
|
||||||
|
|
||||||
* [avue](https://github.com/nmxiaowei/avue)
|
* [avue](https://github.com/nmxiaowei/avue)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
17502d4e47a0d11f5a1cec935f48229d7ed38fc8
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// vue-splitpane 样式补丁
|
// vue-splitpane 样式补丁
|
||||||
|
|
||||||
@import '~@/assets/style/unit/_color.scss';
|
@import '~@/assets/style/unit/color.scss';
|
||||||
|
|
||||||
.splitter-pane-resizer {
|
.splitter-pane-resizer {
|
||||||
background-color: $color-border-1 !important;
|
background-color: $color-border-1 !important;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
@import '~@/assets/style/unit/_color.scss';
|
@import '~@/assets/style/unit/color.scss';
|
||||||
|
|
||||||
// 工具类名统一前缀
|
// 工具类名统一前缀
|
||||||
$prefix: d2;
|
$prefix: d2;
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
822e9d488a148a997d7098a0608f482ab9f9fb7a
|
3283c245146c8130af1352a64561e780a3f585c5
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
</div>
|
</div>
|
||||||
<p class="page-cover__title">{{title}}</p>
|
<p class="page-cover__title">{{title}}</p>
|
||||||
<p class="page-cover__sub-title d2-mt-0">{{subTitle}}</p>
|
<p class="page-cover__sub-title d2-mt-0">{{subTitle}}</p>
|
||||||
|
<slot name="footer"/>
|
||||||
<a target="blank" href="https://github.com/d2-projects/d2-admin">
|
<a target="blank" href="https://github.com/d2-projects/d2-admin">
|
||||||
<img
|
<img
|
||||||
style="position: absolute; top: 0; right: 0; border: 0; width: 150px;"
|
style="position: absolute; top: 0; right: 0; border: 0; width: 150px;"
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
<template>
|
|
||||||
<d2-container>
|
|
||||||
<d2-page-cover
|
|
||||||
title="I AM D2ADMIN"
|
|
||||||
sub-title="追求简约美感 & 上手即用的后台管理系统模板">
|
|
||||||
<img src="./image/icon.png">
|
|
||||||
</d2-page-cover>
|
|
||||||
</d2-container>
|
|
||||||
</template>
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
822e9d488a148a997d7098a0608f482ab9f9fb7a
|
3283c245146c8130af1352a64561e780a3f585c5
|
||||||
|
|
@ -92,7 +92,7 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '~@/assets/style/unit/_color.scss';
|
@import '~@/assets/style/unit/color.scss';
|
||||||
.color {
|
.color {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
<template>
|
||||||
|
<d2-container>
|
||||||
|
<d2-page-cover
|
||||||
|
title="I AM D2ADMIN"
|
||||||
|
sub-title="追求简约美感的后台管理系统集成方案">
|
||||||
|
<img src="./image/icon.png">
|
||||||
|
<div slot="footer" class="index-btn-group">
|
||||||
|
<a href="https://github.com/d2-projects/d2-admin" target="blank">主页</a> |
|
||||||
|
<a href="http://d2admin.fairyever.com/zh/" target="blank">文档</a> |
|
||||||
|
<a href="https://github.com/d2-projects/d2-admin/issues" target="blank">issue</a> |
|
||||||
|
<a href="https://github.com/d2-projects/d2-admin/issues/new" target="blank">提问</a>
|
||||||
|
</div>
|
||||||
|
</d2-page-cover>
|
||||||
|
</d2-container>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
@import '~@/assets/style/public.scss';
|
||||||
|
.index-btn-group {
|
||||||
|
color: $color-text-placehoder;
|
||||||
|
a {
|
||||||
|
color: $color-text-sub;
|
||||||
|
&:hover {
|
||||||
|
color: $color-text-main;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
8f76893e76107fa094818a6c495320ab7023c0ab
|
bf5a89a4f0f25ee326691f3c72601d638bb047cf
|
||||||
Loading…
Reference in New Issue