1
jhzh
2025-05-24 16422180051a487c9e9bfa04677b9fa3397e7c02
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.lb-picker-column {
  height: 34px;
  /* #ifndef APP-NVUE */
  display: flex;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  /* #endif */
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
 
.lb-picker-column-label {
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  transition-property: color;
  transition-duration: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}