[Client] Improve admin panel

This commit is contained in:
syuilo
2018-11-03 23:57:14 +09:00
parent a515c1f53e
commit e3a24e9215
4 changed files with 60 additions and 23 deletions

View File

@ -0,0 +1,21 @@
<template>
<div class="pfzekjfwkwvadvlujpdnnxfggqgqjoze">
<slot></slot>
</div>
</template>
<script lang="ts">
import Vue from 'vue';
export default Vue.extend({});
</script>
<style lang="stylus" scoped>
.pfzekjfwkwvadvlujpdnnxfggqgqjoze
display flex
> *
flex 1
&:not(:last-child)
margin-right 16px
</style>