From 4670ffee85b81544d805b0a05203e885733a6aec Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 8 Feb 2023 16:36:35 +0800 Subject: [PATCH 1/5] bug --- .../publicity/AppContentManage/components/AiEditInput.vue | 6 ++++-- packages/publicity/AppContentManage/components/List.vue | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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 @@ From 47596137ec3d99d4d901c4b2d271b761a8c2317b Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 8 Feb 2023 17:33:16 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E6=9B=B2=E9=9D=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/AppQuestionBank/AppQuestionBank.vue | 70 ++++++++++ .../app/AppQuestionBank/components/Add.vue | 109 ++++++++++++++++ .../app/AppQuestionBank/components/Detail.vue | 92 +++++++++++++ .../app/AppQuestionBank/components/List.vue | 123 ++++++++++++++++++ 4 files changed, 394 insertions(+) create mode 100644 project/qujing/app/AppQuestionBank/AppQuestionBank.vue create mode 100644 project/qujing/app/AppQuestionBank/components/Add.vue create mode 100644 project/qujing/app/AppQuestionBank/components/Detail.vue create mode 100644 project/qujing/app/AppQuestionBank/components/List.vue 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..c6669bc2 --- /dev/null +++ b/project/qujing/app/AppQuestionBank/components/Add.vue @@ -0,0 +1,109 @@ + + + + + diff --git a/project/qujing/app/AppQuestionBank/components/Detail.vue b/project/qujing/app/AppQuestionBank/components/Detail.vue new file mode 100644 index 00000000..b3c1bb5d --- /dev/null +++ b/project/qujing/app/AppQuestionBank/components/Detail.vue @@ -0,0 +1,92 @@ + + + + + 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 @@ + + + + + From 6a58457c3699100e674220bc8712ee5e3e5b8b0d Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 8 Feb 2023 17:53:32 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E9=A2=98=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qujing/app/AppQuestionBank/components/Add.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/project/qujing/app/AppQuestionBank/components/Add.vue b/project/qujing/app/AppQuestionBank/components/Add.vue index c6669bc2..c4941d9a 100644 --- a/project/qujing/app/AppQuestionBank/components/Add.vue +++ b/project/qujing/app/AppQuestionBank/components/Add.vue @@ -7,13 +7,17 @@