@ -81,6 +81,7 @@
<CallModal @success="submitsuccess" @register="registerModal" />
<a-modal
class="info-call-modal"
width="80%"
v-model:open="infoCallModalOpen"
title="详情"
@ -1182,9 +1183,11 @@
background: #fff;
z-index: 999;
}
.content {
padding: 30px;
height: 750px;
overflow: auto;
.info-call-modal{
</style>