提出评价

This commit is contained in:
李泉德
2025-06-23 14:57:00 +08:00
parent 3594c06e86
commit 0abb025ea8
2 changed files with 16 additions and 164 deletions
+7 -2
View File
@@ -35,7 +35,7 @@
<view class="tab-btn" :class="activeTab == 2 ? 'is-active' : ''" @click="changeTab(2)">提问</view>
</view>
<view class="input-textarea">
<uv-textarea v-model="aaa" :placeholder="activeTab == 1?'请输入你的建议...':'请输入你的问题...'"></uv-textarea>
<uv-textarea v-model="aaa" height="124" :placeholder="activeTab == 1?'请输入你的建议...':'请输入你的问题...'"></uv-textarea>
</view>
</view>
</view>
@@ -81,7 +81,7 @@ onLoad((params) => {});
margin-bottom: 30rpx;
}
.body-content {
// flex: 1;
flex: 1;
background-color: #ffffff;
border-radius: 15rpx;
padding: 36rpx;
@@ -141,6 +141,7 @@ onLoad((params) => {});
}
.tab {
display: flex;
margin-bottom: 30rpx;
}
.tab-btn {
width: 78rpx;
@@ -156,6 +157,10 @@ onLoad((params) => {});
color: #0066ff;
border: 2rpx solid #0066ff;
}
.input-textarea{
// height: 250rpx;
// padding-bottom: 250rpx;
}
.btn-box {
position: fixed;
bottom: 0;