diff --git a/src/project/qujing/AppLegalLearning/AppLegalLearning.vue b/src/project/qujing/AppLegalLearning/AppLegalLearning.vue index 9621141..a926cd0 100644 --- a/src/project/qujing/AppLegalLearning/AppLegalLearning.vue +++ b/src/project/qujing/AppLegalLearning/AppLegalLearning.vue @@ -19,7 +19,7 @@ export default { customNavigation: true, data() { return { - currIndex: 1, + currIndex: 0, tabs: [ { name: '在线课堂', diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 94533e6..3dc3c5e 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -43,8 +43,10 @@
*地区
- {{ form.areaName }} - 请选择 +
+ {{ form.areaName }} + 请选择 +
@@ -67,7 +69,7 @@ export default { }, data() { return { - showAuth: false, + showAuth: true, title: '', current: 1, form: { @@ -273,10 +275,11 @@ export default { margin-bottom: 32px; padding-left: 24px; } - - + .ai-area .ai-area__wrapper { display: flex; + justify-content: space-between; + align-items: center; background: #F4F5FA; border-radius: 16px; margin-bottom: 32px;