This commit is contained in:
syuilo 2019-02-27 05:13:11 +09:00
parent 6f71ba376d
commit 52911cc9fd
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -1,5 +1,5 @@
<template>
<div class="ukygtjoj" :class="{ naked, inNakedDeckColumn, hideHeader: !showHeader, shadow: $store.state.device.useShadow }">
<div class="ukygtjoj" :class="{ naked, inNakedDeckColumn, hideHeader: !showHeader, shadow: $store.state.device.useShadow, round: $store.state.device.roundedCorners }">
<header v-if="showHeader">
<div class="title"><slot name="header"></slot></div>
<slot name="func"></slot>
@ -59,6 +59,8 @@ export default Vue.extend({
&:not(.inNakedDeckColumn)
background var(--face)
&.round
border-radius 8px
&.shadow
@ -82,7 +84,6 @@ export default Vue.extend({
font-weight normal
color var(--faceHeaderText)
background var(--faceHeader)
border-radius 8px 8px 0 0
> [data-icon]
margin-right 6px