修改徽章墙显示问题

This commit is contained in:
田岩
2025-11-26 16:10:10 +08:00
parent 76d124bda1
commit 180add29aa
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ ENV = 'development'
# 'development'
VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
# VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
# VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
@@ -16,7 +16,7 @@ VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
# dev
# VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001'
# sit
# VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
# UAT
# VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786'
+3 -2
View File
@@ -209,15 +209,16 @@
.badge-img-title {
margin-top: 10rpx;
white-space: nowrap;
// white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 500;
font-size: 30rpx;
line-height: 30px;
line-height: 20px;
text-align: center;
font-style: normal;
color: #e2d1cc;
}
}
}