You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
604 B
30 lines
604 B
/deep/ .uni-picker-view-content{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.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;
|
|
width: 31%;
|
|
}
|
|
|
|
.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;
|
|
color: var(--text-color);
|
|
}
|