闫增涛
2025-03-26 cf6e9bcbfc64019bb14fb0964576ae3e3bd2fde5
src/components/dialogExaminations/index.vue
@@ -339,7 +339,7 @@
            type: Number,
        },
        page: {
            type: Number,
            type: Number || String,
        },
        inputBc: {
            type: String,
@@ -359,7 +359,6 @@
    },
    data() {
        return {
            questionTitle: "",
            type: "option",
            cardData: [],
            loading: true,
@@ -748,17 +747,16 @@
};
</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;
}
@@ -783,7 +781,6 @@
}
.examination {
    min-height: 800px;
    padding: 10px 0 50px 0;
    ul {
        list-style: none;
@@ -1399,6 +1396,7 @@
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    .el-button {
        margin-top: 10px;
    }