邵佳豪
2 years ago
8 changed files with 55 additions and 12 deletions
@ -1 +1,4 @@
|
||||
<p>功能开发中</p> |
||||
|
||||
<div class="box"> |
||||
<nz-empty></nz-empty> |
||||
</div> |
@ -0,0 +1,7 @@
|
||||
.box{ |
||||
width: 100%; |
||||
height: 100%; |
||||
display: flex; |
||||
align-items: center; |
||||
justify-content: center; |
||||
} |
@ -1,3 +1,11 @@
|
||||
<div class="box"> |
||||
<div class="header"> |
||||
<span> |
||||
角色管理 |
||||
</span> |
||||
<button nz-button nzType="primary">创建角色</button> |
||||
</div> |
||||
<div class="content"> |
||||
|
||||
</div> |
||||
</div> |
@ -1,3 +1,16 @@
|
||||
.box { |
||||
|
||||
width: 100%; |
||||
height: 100%; |
||||
display: flex; |
||||
flex-direction: column; |
||||
|
||||
.header { |
||||
width: 100%; |
||||
height: 56px; |
||||
|
||||
} |
||||
|
||||
.content { |
||||
flex: 1; |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue