fix: style problem of message component; :bug:
修复:message 组件样式问题;
| | |
| | | result.data.user = user |
| | | result.data.token = 'Authorization:' + Math.random() |
| | | result.data.expireAt = new Date(new Date().getTime() + 30 * 60 * 1000) |
| | | result.data.permissions = [{id: 'queryForm', operation: ['add', 'edit', 'delete']}] |
| | | result.data.permissions = [{id: 'queryForm', operation: ['add', 'edit']}] |
| | | result.data.roles = [{id: 'admin', operation: ['add', 'edit', 'delete']}] |
| | | } |
| | | return result |
| | |
| | | <template> |
| | | <div class="analysis"> |
| | | <a-row :gutter="[24, 24]"> |
| | | <a-row style="margin-top: 0" :gutter="[24, 24]"> |
| | | <a-col :sm="24" :md="12" :xl="6"> |
| | | <chart-card :loading="loading" :title="$t('totalSales')" total="¥ 189,345"> |
| | | <a-tooltip :title="$t('introduce')" slot="action"> |
New file |
| | |
| | | .ant-message{ |
| | | z-index: 1100; |
| | | } |
| | |
| | | @import "ant-time-picker"; |
| | | @import "ant-message"; |