Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop

This commit is contained in:
李泉德
2025-07-08 14:59:30 +08:00
20 changed files with 22 additions and 19 deletions
+5 -4
View File
@@ -493,10 +493,11 @@ import { onMounted, ref, computed } from 'vue'
font-size: 33rpx;
line-height: 43rpx;
margin: 20rpx 15rpx 5rpx;
height: 43rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
min-height: 43rpx;
// overflow: hidden;
// text-overflow: ellipsis;
// white-space: nowrap;
word-break: break-all;
font-weight: 600;
.left-color{
width: 8rpx;
+1 -1
View File
@@ -108,7 +108,7 @@
.detail-body {
box-sizing: border-box;
min-height: calc(100vh - (var(--status-bar-height)+50rpx));
min-height: calc(100vh - (var(--status-bar-height) + 50rpx));
padding: 29rpx 37rpx;
width: 100%;
display: flex;