From 41091ccf87e8e77b4a1a50f5a7bf62d14c604d39 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 18 四月 2025 13:24:16 +0800
Subject: [PATCH] 完善英文翻译,根据中英文切换进行页面调整

---
 UI-Project/src/views/hollow/hellowquiptwohistory.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/UI-Project/src/views/hollow/hellowquiptwohistory.vue b/UI-Project/src/views/hollow/hellowquiptwohistory.vue
index cad45e2..824e909 100644
--- a/UI-Project/src/views/hollow/hellowquiptwohistory.vue
+++ b/UI-Project/src/views/hollow/hellowquiptwohistory.vue
@@ -117,7 +117,7 @@
               </div>
           </el-col>
         </el-row>
-        <el-row style="margin-top: 10px;">
+        <el-row style="margin-top: 20px;">
           <el-col :span="8">
               <div id="dt" style="font-size: 15px;">
         <div>
@@ -134,7 +134,7 @@
             </div></div>
           </el-col>
         </el-row>
-        <el-row style="margin-top: 10px;">
+        <el-row style="margin-top: 20px;">
           <el-col :span="8">
               <div id="dt" style="font-size: 15px;">
         <div>
@@ -503,4 +503,6 @@
 });
 </script>
 <style scoped>  
+#dt { display:block; float:left;line-height: 20px;margin-left: 10px;}
+#dta { display:block; float:left;line-height: 20px;margin-left: 50%;}
 </style>
\ No newline at end of file

--
Gitblit v1.8.0