123456789101112131415161718192021222324 |
- .picker-index {
- display: block;
- height: initial;
- }
- .picker-index > view {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- .picker-index > view text {
- margin-left: 12rpx;
- }
- /* components/picker/index.wxss */
- /* picker选择器 */
- .picker-index .picker {
- display: inline-block !important;
- padding: 0 10rpx;
- }
- .picker-index .icon {
- display: inline-block;
- }
|