@@ -81,7 +81,7 @@ export default defineComponent({
</ColField>
</ColFieldGroup>
- <ColPopup v-model:popupStatus={this.subjectStatus}>
+ <ColPopup v-model={this.subjectStatus}>
<SubjectModel subjectList={this.subjectList} choiceSubjectIds={this.choiceSubjectIds} onChoice={this.onChoice} />
</ColPopup>
</div>
@@ -22,7 +22,7 @@
bottom: 0;
left: 0;
right: 0;
- padding: 12px;
+ margin: 12px;
background-color: #fff;
}