mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-23 19:56:39 +08:00
16 lines
250 B
Stylus
16 lines
250 B
Stylus
.van-popup {
|
|
.picker-option {
|
|
display flex
|
|
width 100%
|
|
padding 0 10px
|
|
overflow hidden
|
|
height 20px
|
|
text-overflow ellipsis
|
|
|
|
.van-image {
|
|
width 20px;
|
|
height 20px;
|
|
margin-right 5px
|
|
}
|
|
}
|
|
} |