fix style bug

This commit is contained in:
David 2019-06-04 10:34:13 +08:00
parent d7fb2e626c
commit 4ec045c0bd
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
'cell'
]">
<a-popover placement="top" v-if="item.booking">
<div style="width: 100%; height: 20px;"></div>
<div style="width: 100%; height: 26px;"></div>
<template slot="title">预约 {{ item.booking.id }}</template>
<template slot="content">
<div>用户: {{ item.booking.user.username }}</div>