|
@@ -1003,6 +1003,9 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style>
|
|
|
+ .uni-combox__no-border{
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
.u-mask {
|
|
|
position: fixed;
|
|
|
left: 0;
|
|
@@ -1040,7 +1043,8 @@ export default {
|
|
|
text-align: center;
|
|
|
border-style: none;
|
|
|
width: 20%;
|
|
|
- height: 28px
|
|
|
+ height: 28px;
|
|
|
+ line-height: 14px;
|
|
|
}
|
|
|
.preference_item_plus {
|
|
|
margin-bottom: 10rpx;
|
|
@@ -1050,7 +1054,8 @@ export default {
|
|
|
text-align: center;
|
|
|
width: 25%;
|
|
|
border-style: none;
|
|
|
- height: 28px
|
|
|
+ height: 28px;
|
|
|
+ line-height: 14px;
|
|
|
}
|
|
|
.preference_label {
|
|
|
color: #9f9c99;
|