Commit 9e6b9d19303e1b7aca7fe7d57eebec6bfbb92d97
1 parent
505660cf
修改未检人员页面删除弹框样式问题
Showing
1 changed file
with
4 additions
and
0 deletions
juvenile-prosecution-vue/src/views/business/MinorList.vue
| @@ -413,4 +413,8 @@ export default { | @@ -413,4 +413,8 @@ export default { | ||
| 413 | .desc_info .ant-descriptions-item-label { | 413 | .desc_info .ant-descriptions-item-label { |
| 414 | width: 140px; | 414 | width: 140px; |
| 415 | } | 415 | } |
| 416 | + | ||
| 417 | +.ant-popover-inner-content { | ||
| 418 | + min-width: 150px; | ||
| 419 | +} | ||
| 416 | </style> | 420 | </style> |
| 417 | \ No newline at end of file | 421 | \ No newline at end of file |