修改备注样式

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