fix: Bug 生产线分类名称展示不全问题处理
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user