This commit is contained in:
syuilo
2018-12-30 13:19:06 +09:00
parent 5f34758e87
commit 12286f4915
9 changed files with 15 additions and 7 deletions

View File

@@ -84,6 +84,7 @@ export default define({
<style lang="stylus" scoped>
.mkw-tips
overflow visible !important
opacity 0.8
> p
display block
@@ -91,7 +92,7 @@ export default define({
padding 0 12px
text-align center
font-size 0.7em
color #999
color var(--text)
> [data-icon]
margin-right 4px
@@ -102,7 +103,7 @@ export default define({
margin 0 2px
font-size 1em
font-family inherit
border solid 1px #999
border solid 1px var(--text)
border-radius 2px
</style>