修改备注样式

This commit is contained in:
Mr.jiang 2024-08-09 11:23:34 +08:00
parent 595642d728
commit 447c2ddf27
28 changed files with 63 additions and 48 deletions

View File

@ -2717,7 +2717,7 @@ export default {
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -2019,8 +2019,9 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
margin-bottom: 10px;
}
.textarea-pay{
background-color: #f3f3f3;

View File

@ -2151,8 +2151,9 @@ export default {
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
margin-bottom:10px;
}
.textarea-pay{
background-color: #f3f3f3;

View File

@ -1844,7 +1844,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -1811,7 +1811,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -1816,7 +1816,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -1911,7 +1911,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -1831,7 +1831,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -1873,7 +1873,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -825,7 +825,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -1813,7 +1813,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -1894,7 +1894,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -1428,7 +1428,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{
@ -2004,7 +2004,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -1849,7 +1849,7 @@
.textarea-pay-list {
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}

View File

@ -2438,7 +2438,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -1298,7 +1298,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -1432,11 +1432,14 @@
<style lang="scss" scoped>
.beizhu{
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
overflow: hidden;
text-overflow: ellipsis;
margin-top: 5px;
font-size: 12px !important;
margin-bottom: 10px;
// display: -webkit-box;
// -webkit-box-orient: vertical;
// -webkit-line-clamp: 2; /* */
// overflow: hidden;
// text-overflow: ellipsis;
}
.bottom-view{
margin-top: 9px;
@ -1723,7 +1726,7 @@
}
.textarea-pay-list{
width: 100%;
// height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -1276,8 +1276,9 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
margin-bottom: 10px;
}
.textarea-pay{
background-color: #f3f3f3;

View File

@ -1498,11 +1498,12 @@
<style lang="scss" scoped>
.beizhu{
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
overflow: hidden;
text-overflow: ellipsis;
font-size: 13px !important;
// display: -webkit-box;
// -webkit-box-orient: vertical;
// -webkit-line-clamp: 2; /* */
// overflow: hidden;
// text-overflow: ellipsis;
}
/deep/.u-drawer{
z-index:11 !important;
@ -1790,8 +1791,9 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
margin-bottom: 10px;
}
.textarea-pay{
background-color: #f3f3f3;

View File

@ -1279,8 +1279,9 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
margin-bottom: 10px;
}
.textarea-pay{
background-color: #f3f3f3;

View File

@ -1378,6 +1378,7 @@
width: 100%;
height: 126rpx;
margin-top: 10px;
margin-bottom:10px;
}
.textarea-pay{
background-color: #f3f3f3;

View File

@ -1376,7 +1376,7 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -1533,11 +1533,12 @@
<style lang="scss" scoped>
.beizhu{
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
overflow: hidden;
text-overflow: ellipsis;
// display: -webkit-box;
// -webkit-box-orient: vertical;
// -webkit-line-clamp: 2; /* */
// overflow: hidden;
// text-overflow: ellipsis;
font-size: 13px !important;
}
.bottom-view{
margin-top: 9px;
@ -1853,8 +1854,9 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
margin-bottom: 10px;
}
.textarea-pay{
background-color: #f3f3f3;

View File

@ -1327,8 +1327,9 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
margin-bottom: 10px;
}
.textarea-pay{
background-color: #f3f3f3;

View File

@ -1647,11 +1647,12 @@
<style lang="scss" scoped>
.beizhu{
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
overflow: hidden;
text-overflow: ellipsis;
font-size: 13px !important;
// display: -webkit-box;
// -webkit-box-orient: vertical;
// -webkit-line-clamp: 2; /* */
// overflow: hidden;
// text-overflow: ellipsis;
}
.bottom-view{
margin-top: 9px;
@ -1945,8 +1946,9 @@
}
.textarea-pay-list{
width: 100%;
height: 126rpx;
height: 120px;
margin-top: 10px;
margin-bottom: 10px;
}
.textarea-pay{
background-color: #f3f3f3;

View File

@ -116,7 +116,7 @@
}
.textarea-pay-list{
width: 100%;
height: 260rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -248,7 +248,7 @@
}
.textarea-pay-list{
width: 100%;
height: 260rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{

View File

@ -102,7 +102,7 @@
}
.textarea-pay-list{
width: 100%;
height: 260rpx;
height: 120px;
margin-top: 10px;
}
.textarea-pay{