This commit is contained in:
syuilo 2018-09-16 04:27:10 +09:00
parent 8d24fcba6a
commit a680bcda1f
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,7 @@
<script lang="ts"> <script lang="ts">
import Vue from 'vue'; import Vue from 'vue';
import MkMediaVideoDialog from './media-video-dialog.vue'; import MkMediaVideoDialog from './media-video-dialog.vue';
export default Vue.extend({ export default Vue.extend({
props: { props: {
video: { video: {
@ -72,6 +73,7 @@ export default Vue.extend({
width 100% width 100%
height 100% height 100%
border-radius 4px border-radius 4px
.thumbnail .thumbnail
display flex display flex
justify-content center justify-content center
@ -83,16 +85,19 @@ export default Vue.extend({
background-size cover background-size cover
width 100% width 100%
height 100% height 100%
.uofhebxjdgksfmltszlxurtjnjjsvioh .uofhebxjdgksfmltszlxurtjnjjsvioh
display flex display flex
justify-content center justify-content center
align-items center align-items center
background #111 background #111
color #fff color #fff
> div > div
display table-cell display table-cell
text-align center text-align center
font-size 12px font-size 12px
> b > b
display block display block
</style> </style>