This commit is contained in:
WangXiaoDong
2023-08-21 10:55:39 +08:00
parent fbac0907c4
commit d41b331e38
18 changed files with 3227 additions and 1162 deletions

View File

@@ -236,12 +236,14 @@ export default defineComponent({
.collection_modal_body{
height: 100%;
background-color: #fff;
}
}
</style>
<style lang="less">
.collection_modal{
max-width: 1200px ;
// max-width: 1200px ;
max-width: 1150px ;
.ant-modal-content{
border-radius: 10px;
overflow: hidden;
@@ -251,7 +253,8 @@ export default defineComponent({
}
.ant-modal-body{
padding: 8rem 5rem !important;
height: calc(60vh - 6.4rem);
// height: calc(65vh - 6.4rem);
height: 60rem;
}
}
}