From 1a3bfe93d2c75d27ca94f4231330b8d76fbcd316 Mon Sep 17 00:00:00 2001 From: qsh <> Date: Tue, 17 Jun 2025 09:41:24 +0800 Subject: [PATCH 1/7] sc --- .../Setting/Components/SelectSource.vue | 34 +++++++++++++++++++ src/views/Question/Setting/index.vue | 15 ++++++-- 2 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 src/views/Question/Setting/Components/SelectSource.vue diff --git a/src/views/Question/Setting/Components/SelectSource.vue b/src/views/Question/Setting/Components/SelectSource.vue new file mode 100644 index 0000000..86663fa --- /dev/null +++ b/src/views/Question/Setting/Components/SelectSource.vue @@ -0,0 +1,34 @@ + + + + + diff --git a/src/views/Question/Setting/index.vue b/src/views/Question/Setting/index.vue index 6bf55a5..1ea7390 100644 --- a/src/views/Question/Setting/index.vue +++ b/src/views/Question/Setting/index.vue @@ -1,7 +1,18 @@ - + From 119aab5e3fc72dbc3e836f58f925b667f3da5b0d Mon Sep 17 00:00:00 2001 From: qsh <> Date: Tue, 17 Jun 2025 11:12:34 +0800 Subject: [PATCH 2/7] sc --- src/views/Question/Database/index.vue | 26 +++++++++++-------- .../VipData/conponents/SecretData.vue | 10 ++++--- .../VipData/conponents/SimpleData.vue | 7 +++-- src/views/Question/VipData/index.vue | 2 +- 4 files changed, 27 insertions(+), 18 deletions(-) diff --git a/src/views/Question/Database/index.vue b/src/views/Question/Database/index.vue index e82e0a7..ce5caea 100644 --- a/src/views/Question/Database/index.vue +++ b/src/views/Question/Database/index.vue @@ -58,7 +58,7 @@ v-loading="loading" :data="tableList" highlight-current-row - max-height="calc(100vh - 260px)" + max-height="calc(100vh - 320px)" > @@ -85,17 +85,17 @@ :src="getShowImg(row)" :preview-src-list="[getShowImg(row)]" :lazy="true" - style="width: 80px" + style="width: 90px" preview-teleported /> - +