mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 23:55:58 +09:00
commit
5b969c8407
@ -11,7 +11,7 @@
|
|||||||
margin-right 4px
|
margin-right 4px
|
||||||
|
|
||||||
[data-yield='content']
|
[data-yield='content']
|
||||||
overflow auto
|
overflow hidden
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
|
@ -85,7 +85,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<style type="stylus">
|
<style type="stylus">
|
||||||
:scope
|
:scope
|
||||||
display block
|
display flex
|
||||||
|
width 100%
|
||||||
|
height 100%
|
||||||
|
|
||||||
input:not([type])
|
input:not([type])
|
||||||
input[type='text']
|
input[type='text']
|
||||||
@ -106,13 +108,11 @@
|
|||||||
border-color #aeaeae
|
border-color #aeaeae
|
||||||
|
|
||||||
> .nav
|
> .nav
|
||||||
position absolute
|
width 100%
|
||||||
top 0
|
|
||||||
left 0
|
|
||||||
width 200px
|
|
||||||
height 100%
|
height 100%
|
||||||
padding 16px 0 0 0
|
padding 16px 0 0 0
|
||||||
border-right solid 1px #ddd
|
border-right solid 1px #ddd
|
||||||
|
flex: 0 0 200px
|
||||||
|
|
||||||
> p
|
> p
|
||||||
display block
|
display block
|
||||||
@ -139,10 +139,10 @@
|
|||||||
color $theme-color !important
|
color $theme-color !important
|
||||||
|
|
||||||
> .pages
|
> .pages
|
||||||
position absolute
|
width 100%
|
||||||
top 0
|
height 100%
|
||||||
left 200px
|
flex auto
|
||||||
width calc(100% - 200px)
|
overflow auto
|
||||||
|
|
||||||
> section
|
> section
|
||||||
padding 32px
|
padding 32px
|
||||||
|
Loading…
Reference in New Issue
Block a user