Ver código fonte

找桩页面样式修改

常志远 3 anos atrás
pai
commit
ceeb592297
1 arquivos alterados com 7 adições e 2 exclusões
  1. 7 2
      pages/searchPile/searchPile.vue

+ 7 - 2
pages/searchPile/searchPile.vue

@@ -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;