2023年4月8日 完善订阅课程提醒窗口

This commit is contained in:
bai 2023-04-08 12:07:10 +08:00
parent a3944d7baf
commit b50e10ab6f
1 changed files with 26 additions and 24 deletions

View File

@ -1,5 +1,6 @@
<template> <template>
<a-spin :spinning="confirmLoading"> <a-spin :spinning="confirmLoading">
<a-card>
1.选择订阅类型 1.选择订阅类型
<a-form ref="formRef" class="antd-modal-form" :labelCol="labelCol" :wrapperCol="wrapperCol"> <a-form ref="formRef" class="antd-modal-form" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-row> <a-row>
@ -23,6 +24,7 @@
</a-col> </a-col>
</a-row> </a-row>
</a-form> </a-form>
</a-card>
</a-spin> </a-spin>
</template> </template>
@ -141,7 +143,7 @@
<style lang="less" scoped> <style lang="less" scoped>
.antd-modal-form { .antd-modal-form {
min-height: 500px !important; // min-height: 500px !important;
overflow-y: auto; overflow-y: auto;
padding: 24px 24px 24px 24px; padding: 24px 24px 24px 24px;
} }