|
@@ -27,7 +27,8 @@
|
|
|
</view>
|
|
|
<view class="place">
|
|
|
<p>自有电桩地点</p>
|
|
|
- <textarea class="textarea" v-model="address" placeholder="填写详细位置"></textarea>
|
|
|
+
|
|
|
+ <u-input class="textarea" type="textarea" height="200" v-model="address" placeholder="填写详细位置" ></u-input>
|
|
|
</view>
|
|
|
<view class="type">
|
|
|
<p>场地类型</p>
|
|
@@ -365,9 +366,12 @@
|
|
|
margin-top: 12px;
|
|
|
|
|
|
}
|
|
|
- /deep/.uni-input-input{
|
|
|
- margin-left: 10px;
|
|
|
- }
|
|
|
+ /deep/.uni-input-input{
|
|
|
+ margin: 20px;
|
|
|
+ }
|
|
|
+ /deep/.u-input__right-icon{
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
p{
|
|
|
@include themeify{
|
|
|
font-size: themed('font-size4');
|
|
@@ -388,21 +392,27 @@
|
|
|
height: 100px;
|
|
|
border-radius: 22px;
|
|
|
background-color: rgba(232, 236, 234, 100);
|
|
|
+ overflow: auto;
|
|
|
+
|
|
|
margin-top: 12px;
|
|
|
@include themeify{
|
|
|
font-size: themed('font-size2');
|
|
|
line-height: themed('font-size2');
|
|
|
}
|
|
|
.uni-textarea-placeholder{
|
|
|
+
|
|
|
padding: 12px;
|
|
|
+
|
|
|
@include themeify{
|
|
|
font-size: themed('font-size2');
|
|
|
line-height: themed('font-size2');
|
|
|
}
|
|
|
}
|
|
|
/deep/.uni-textarea-textarea{
|
|
|
- margin: 10px;
|
|
|
+ padding: 10px 20px;
|
|
|
+
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
.type{
|
|
|
.checkbox{
|