Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
meihua-island-book
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-05-15 17:50:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e8eed3ee97e83244284bf3cf8a39f38b93ac2080
e8eed3ee
1 parent
7b96e37a
确认订单的备注输入框高度显示优化
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
src/pages/confirm/index.less
src/pages/confirm/index.vue
src/pages/confirm/index.less
View file @
e8eed3e
...
...
@@ -154,6 +154,7 @@
height: 4rem;
padding: 30rpx 30rpx 20rpx 30rpx;
box-shadow: 0px -5px 4px 0px rgba(0, 0, 0, 0.07);
z-index: 9;
.price {
height: 2rem;
margin-left: 0.5rem;
...
...
src/pages/confirm/index.vue
View file @
e8eed3e
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-0
1-04 15:09:24
* @LastEditTime: 2024-0
5-15 17:43:26
* @FilePath: /meihuaApp/src/pages/confirm/index.vue
* @Description: 确认订单页面
-->
...
...
@@ -139,10 +139,10 @@
<view class="form-text" style="padding-left: 45rpx;">备注</view>
</nut-col>
<nut-col :span="18">
<view class="form-input" style="padding: 20rpx;">
<view class="form-input" style="padding: 20rpx;
margin-bottom: 7rem;
">
<!-- <nut-textarea v-model="formData.note" class="nut-input-text" placeholder="如有其他需求,请在此填写" :autosize="{ maxHeight: 100, minHeight: 50 }" /> -->
<!-- <nut-input v-model="formData.note" class="nut-input-text" placeholder="如有其他需求,请在此填写" type="text" :border="false" /> -->
<textarea v-model="formData.note" style="width:100%;
min-height:80px;" :auto-height="tru
e" />
<textarea v-model="formData.note" style="width:100%;
height:120px;" :auto-height="fals
e" />
</view>
</nut-col>
</nut-row>
...
...
Please
register
or
login
to post a comment