| | |
| | | type: Number, |
| | | }, |
| | | page: { |
| | | type: Number, |
| | | type: Number || String, |
| | | }, |
| | | inputBc: { |
| | | type: String, |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | questionTitle: "", |
| | | type: "option", |
| | | cardData: [], |
| | | loading: true, |
| | |
| | | }; |
| | | </script> |
| | | |
| | | <style lang="less"> |
| | | |
| | | <style lang="less" scoped> |
| | | |
| | | .titleText img { |
| | | max-width: 80%; |
| | | min-width: 220px; |
| | | } |
| | | </style> |
| | | |
| | | <style lang="less" scoped> |
| | | .custom-dialog { |
| | | height: 900px; |
| | | overflow: auto; |
| | | height: 90vh; |
| | | overflow: scroll; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .examination { |
| | | min-height: 800px; |
| | | padding: 10px 0 50px 0; |
| | | ul { |
| | | list-style: none; |
| | |
| | | display: flex; |
| | | justify-content: center; |
| | | flex-wrap: wrap; |
| | | margin-bottom: 50px; |
| | | .el-button { |
| | | margin-top: 10px; |
| | | } |