This commit is contained in:
syuilo 2018-02-20 23:37:35 +09:00
parent e87a5feffa
commit 204d4dfe31
4 changed files with 19 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<template>
<mk-window ref="window" @closed="$destroy" width="800px" height="500px" :popout="popout">
<mk-window ref="window" @closed="$destroy" width="800px" height="500px" :popout-url="popout">
<template slot="header">
<p v-if="usage" :class="$style.info"><b>{{ usage.toFixed(1) }}%</b> %i18n:desktop.tags.mk-drive-browser-window.used%</p>
<span :class="$style.title">%fa:cloud%%i18n:desktop.tags.mk-drive-browser-window.drive%</span>

View file

@ -563,7 +563,7 @@ export default Vue.extend({
margin 0
padding 0
cursor pointer
font-size 1.2em
font-size 1em
color rgba(#000, 0.4)
border none
outline none