不记得写了什么..
This commit is contained in:
parent
f112b475ea
commit
51b6c5b51b
@ -70,13 +70,18 @@ export default {
|
|||||||
height: 1rem
|
height: 1rem
|
||||||
margin: .25rem .5rem
|
margin: .25rem .5rem
|
||||||
.websocket.on
|
.websocket.on
|
||||||
background: green
|
background: #00ee00
|
||||||
|
|
||||||
.main
|
.main
|
||||||
>header.header>div
|
>header.header
|
||||||
|
position: fixed
|
||||||
|
top: 0
|
||||||
|
left: 0
|
||||||
|
width: 100%
|
||||||
|
padding: 1rem 0
|
||||||
|
>div
|
||||||
display: flex
|
display: flex
|
||||||
align-items: flex-end
|
align-items: flex-end
|
||||||
padding-top: .5rem
|
|
||||||
>.logo
|
>.logo
|
||||||
font-size: 2rem
|
font-size: 2rem
|
||||||
font-weight: 900
|
font-weight: 900
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
.tags
|
.tags
|
||||||
span.tag test
|
span.tag test
|
||||||
span.tag demo
|
span.tag demo
|
||||||
.content.main-width
|
.content.circumscription
|
||||||
p {{ thread.data }}
|
p {{ thread.data }}
|
||||||
PostList(:data="postlist")
|
PostList(:data="postlist")
|
||||||
.post-create(v-if="account.online")
|
.post-create(v-if="account.online")
|
||||||
|
Loading…
Reference in New Issue
Block a user