From 7c0f20e25e870e055f88952f9ec57677730eda67 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 11 十二月 2025 12:06:30 +0800
Subject: [PATCH] Merge branch 'master' of http://159.223.171.199:10439/r/YiWuProject
---
UI-Project/src/views/hollow/hollowslicecage.vue | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/UI-Project/src/views/hollow/hollowslicecage.vue b/UI-Project/src/views/hollow/hollowslicecage.vue
index 84585cf..68ad819 100644
--- a/UI-Project/src/views/hollow/hollowslicecage.vue
+++ b/UI-Project/src/views/hollow/hollowslicecage.vue
@@ -135,7 +135,6 @@
sums[index] = '鍚堣';
return;
}
-
// 鍙闇�瑕佽绠楃殑鍒楄繘琛屾眰鍜�
const needSumColumns = ['sumCount', 'pairCount', 'totalNumber', 'realCount'];
if (needSumColumns.includes(column.property)) {
@@ -942,6 +941,7 @@
<el-icon><WarnTriangleFilled /></el-icon>
<span class="alert-text">
{{ alertText }} (id:{{ alertMessage }})
+ <span class="confirm-text">{{ $t('hellow.pleaseConfirm') }}</span>
</span>
</div>
<button @click="showAlert = false" class="close-btn">脳</button>
@@ -1517,4 +1517,11 @@
#app-container {
padding-top: 60px; /* 鏍规嵁alert楂樺害璋冩暣 */
}
+.confirm-text {
+ color: rgb(242, 121, 8);
+ display: block; /* 寮哄埗鎹㈣ */
+ text-align: center; /* 姘村钩灞呬腑 */
+ margin-top: 4px; /* 涓庝笂涓�琛屼繚鎸侀棿璺� */
+ font-weight: 500; /* 鍔犵矖绐佸嚭 */
+}
</style>
\ No newline at end of file
--
Gitblit v1.8.0