Browse Source

修改模型超市页面-禁止左侧换行重叠标签

main
sjh 1 year ago
parent
commit
c23d9b379a
  1. 3
      src/views/sensitivePerception/Model.vue

3
src/views/sensitivePerception/Model.vue

@ -783,7 +783,10 @@ function goClue() {
background: #e1e5ff; background: #e1e5ff;
cursor: pointer; cursor: pointer;
} }
white-space: nowrap;
text-overflow: ellipsis;
} }
overflow: auto;
} }
.model-card { .model-card {
background: #f6f7ff; background: #f6f7ff;

Loading…
Cancel
Save