diff --git a/packages/publicity/AppContentManage/components/AiEditInput.vue b/packages/publicity/AppContentManage/components/AiEditInput.vue index 822d4830..2c28bab4 100644 --- a/packages/publicity/AppContentManage/components/AiEditInput.vue +++ b/packages/publicity/AppContentManage/components/AiEditInput.vue @@ -1,7 +1,8 @@ - + + @@ -54,7 +55,8 @@ export default { .valueText { width: 100%; height: 100%; - min-height: 32px; + min-width: 43px; + height: 32px; display: flex; align-items: center; justify-content: center; diff --git a/packages/publicity/AppContentManage/components/List.vue b/packages/publicity/AppContentManage/components/List.vue index 1ee22976..bf4379a1 100644 --- a/packages/publicity/AppContentManage/components/List.vue +++ b/packages/publicity/AppContentManage/components/List.vue @@ -32,7 +32,7 @@ - + diff --git a/project/qujing/app/AppCertificateManage/AppCertificateManage.vue b/project/qujing/app/AppCertificateManage/AppCertificateManage.vue new file mode 100644 index 00000000..2400253f --- /dev/null +++ b/project/qujing/app/AppCertificateManage/AppCertificateManage.vue @@ -0,0 +1,63 @@ + + + + + + + + + + + diff --git a/project/qujing/app/AppCertificateManage/components/Add.vue b/project/qujing/app/AppCertificateManage/components/Add.vue new file mode 100644 index 00000000..e1088e06 --- /dev/null +++ b/project/qujing/app/AppCertificateManage/components/Add.vue @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + 单选题 + 多选题 + 判断题 + + + + + + + + + + + + 取消 + 提交 + + + + + + + diff --git a/project/qujing/app/AppCertificateManage/components/List.vue b/project/qujing/app/AppCertificateManage/components/List.vue new file mode 100644 index 00000000..c799b4c6 --- /dev/null +++ b/project/qujing/app/AppCertificateManage/components/List.vue @@ -0,0 +1,126 @@ + + + + + + + + + 添加 + + + + + + + + + + + 编辑 + 删除 + + + + + + + + + + + diff --git a/project/qujing/app/AppLearningRecord/AppLearningRecord.vue b/project/qujing/app/AppLearningRecord/AppLearningRecord.vue new file mode 100644 index 00000000..0d21dd0c --- /dev/null +++ b/project/qujing/app/AppLearningRecord/AppLearningRecord.vue @@ -0,0 +1,63 @@ + + + + + + + + + + + diff --git a/project/qujing/app/AppLearningRecord/components/Detail.vue b/project/qujing/app/AppLearningRecord/components/Detail.vue new file mode 100644 index 00000000..6b7dbab0 --- /dev/null +++ b/project/qujing/app/AppLearningRecord/components/Detail.vue @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/qujing/app/AppLearningRecord/components/List.vue b/project/qujing/app/AppLearningRecord/components/List.vue new file mode 100644 index 00000000..d0379162 --- /dev/null +++ b/project/qujing/app/AppLearningRecord/components/List.vue @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + 详情 + + + + + + + + + + + diff --git a/project/qujing/app/AppQuestionBank/AppQuestionBank.vue b/project/qujing/app/AppQuestionBank/AppQuestionBank.vue new file mode 100644 index 00000000..f69f33c6 --- /dev/null +++ b/project/qujing/app/AppQuestionBank/AppQuestionBank.vue @@ -0,0 +1,70 @@ + + + + + + + + + + + diff --git a/project/qujing/app/AppQuestionBank/components/Add.vue b/project/qujing/app/AppQuestionBank/components/Add.vue new file mode 100644 index 00000000..49284e16 --- /dev/null +++ b/project/qujing/app/AppQuestionBank/components/Add.vue @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + 单选题 + 多选题 + 判断题 + + + + + 选项{{ index + 1 }} + + + + 添加选项 + + + + + + + + + + 正确 + 错误 + + + + + + + + + + + 取消 + 提交 + + + + + + + diff --git a/project/qujing/app/AppQuestionBank/components/Detail.vue b/project/qujing/app/AppQuestionBank/components/Detail.vue new file mode 100644 index 00000000..6b7dbab0 --- /dev/null +++ b/project/qujing/app/AppQuestionBank/components/Detail.vue @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/qujing/app/AppQuestionBank/components/List.vue b/project/qujing/app/AppQuestionBank/components/List.vue new file mode 100644 index 00000000..06299692 --- /dev/null +++ b/project/qujing/app/AppQuestionBank/components/List.vue @@ -0,0 +1,123 @@ + + + + + + + + + 添加 + + + + + + + + + + + 编辑 + 详情 + 删除 + + + + + + + + + + +