@@ -1,7 +1,7 @@
<template>
<a-modal
- title="图片"
- width="60%"
+ title=""
+ width="40%"
:footer="null"
:visible="visible"
@cancel="close"
@@ -38,4 +38,7 @@ export default {
}}
</script>
<style lang="less" scoped>
+/deep/.ant-modal-body{
+ display: flex;
+}
</style>