From 119aab5e3fc72dbc3e836f58f925b667f3da5b0d Mon Sep 17 00:00:00 2001 From: qsh <> Date: Tue, 17 Jun 2025 11:12:34 +0800 Subject: [PATCH] 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 /> - +