接入党史题库

This commit is contained in:
aixianling
2022-03-02 09:07:45 +08:00
parent 27445b1bba
commit 57ceab5d13
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<template>
<section class="AppFoundingHundred">
<section class="AppQuestionBank">
<ai-list v-if="showList">
<template #title>
<ai-title title="党史题库" isShowBottomBorder></ai-title>
@@ -163,7 +163,7 @@ export default {
</script>
<style lang="scss" scoped>
.AppFoundingHundred {
.AppQuestionBank {
height: 100%;
}
</style>