修改备注样式
This commit is contained in:
parent
bdddc2e7fa
commit
05eee51134
|
@ -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 {
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue