From b2d0ac2db80c08783fd848933230618cc30d76a2 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 30 八月 2023 11:38:24 +0800
Subject: [PATCH] 添加锦汇企业编码. 修复点位列表平铺的bug
---
src/views/index/components/rightTabs.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/index/components/rightTabs.vue b/src/views/index/components/rightTabs.vue
index 24364d5..239a48a 100644
--- a/src/views/index/components/rightTabs.vue
+++ b/src/views/index/components/rightTabs.vue
@@ -50,7 +50,7 @@
</div>
<div class="bottom">
<div class="question">绔嬪嵆鍜ㄨ</div>
- <div class="buy">绔嬪嵆璐拱</div>
+ <div class="buy">绔嬪嵆瀹夎</div>
</div>
</div>
</div>
@@ -110,7 +110,7 @@
display: flex;
height: 300px;
.left {
- margin-top: 114px;
+ margin-top: 76px;
margin-left: 20px;
margin-right: 30px;
width: 195px;
@@ -130,7 +130,7 @@
}
.middle {
- margin-top: 55px;
+ margin-top: 16px;
margin-right: 19px;
width: 404px;
height: 100%;
@@ -188,7 +188,7 @@
bottom: 20px;
width: 100%;
display: flex;
- justify-content: end;
+ justify-content: flex-end;
.question {
margin-right: 20px;
--
Gitblit v1.8.0