fix: Bug 生产线分类名称展示不全问题处理

This commit is contained in:
yanghang
2025-07-07 14:00:49 +08:00
parent e9cc0a10ce
commit 3aa5e7ef55
+4 -3
View File
@@ -471,11 +471,12 @@ import { onMounted, ref, computed } from 'vue'
.type-item{
height: 90rpx;
line-height: 90rpx;
font-size: 28rpx;
font-size: 23rpx;
box-sizing: border-box;
padding: 0 18rpx;
overflow: hidden;
text-overflow: ellipsis;
// overflow: hidden;
// text-overflow: ellipsis;
text-align: center;
white-space: nowrap;
&.is-active{
background-color: rgba(44,142,242,.1);