修改备注样式

This commit is contained in:
Mr.jiang 2024-08-09 11:24:08 +08:00
parent bdddc2e7fa
commit 05eee51134
2 changed files with 4 additions and 3 deletions

View File

@ -2104,7 +2104,7 @@
} else { } else {
uni.showToast({ uni.showToast({
icon: 'error', icon: 'error',
title: resA.msg title:'操作失败!'
}) })
uni.hideLoading(); uni.hideLoading();
} }
@ -3149,7 +3149,7 @@
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 105px; height: 120px;
/* border-bottom: 1px solid #e5e5e5; */ /* border-bottom: 1px solid #e5e5e5; */
padding: 0px 10px; padding: 0px 10px;
margin-top: 10px; margin-top: 10px;
@ -3188,10 +3188,11 @@
.textarea-mian { .textarea-mian {
width: 100%; width: 100%;
height: 126rpx; height: 100%;
background: #F3F3F3; background: #F3F3F3;
border-radius: 14rpx; border-radius: 14rpx;
padding: 5px; padding: 5px;
font-size: 13px;
} }
.value-font { .value-font {