From 2b31fa203f3435a582be51f45899d99164c9917a Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期四, 09 四月 2026 13:34:59 +0800
Subject: [PATCH] Merge branch 'master' of http://lanpucloud.cn:1111/r/SC/gfzl
---
ruoyi-plus-soybean/src/views/qm/std/modules/std-sub-table.vue | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/ruoyi-plus-soybean/src/views/qm/std/modules/std-sub-table.vue b/ruoyi-plus-soybean/src/views/qm/std/modules/std-sub-table.vue
index 8aad960..05f2376 100755
--- a/ruoyi-plus-soybean/src/views/qm/std/modules/std-sub-table.vue
+++ b/ruoyi-plus-soybean/src/views/qm/std/modules/std-sub-table.vue
@@ -299,9 +299,7 @@
</template>
<NSpin :show="loading" class="h-full" content-class="h-full">
- <div v-if="!props.stdId && !props.stdCode" class="h-full flex-center text-gray-400">
- 璇风偣鍑讳笂鏂硅〃鏍艰鏌ョ湅鏄庣粏
- </div>
+ <div v-if="!props.stdId && !props.stdCode" class="h-full flex-center text-gray-400">璇风偣鍑讳笂鏂硅〃鏍艰鏌ョ湅鏄庣粏</div>
<NDataTable
v-else
v-model:checked-row-keys="checkedRowKeys"
@@ -324,7 +322,7 @@
:title="cardTitle"
:bordered="false"
size="small"
- class="flex-col-stretch fullscreen-card"
+ class="fullscreen-card flex-col-stretch"
:content-style="{ flex: 1, overflow: 'hidden', display: 'flex', flexDirection: 'column' }"
>
<template #header-extra>
--
Gitblit v1.9.3