diff --git a/pages/rwa_package/account/components/account-item.vue b/pages/rwa_package/account/components/account-item.vue index bbfbcf0..dd0b4d7 100644 --- a/pages/rwa_package/account/components/account-item.vue +++ b/pages/rwa_package/account/components/account-item.vue @@ -1,6 +1,6 @@ @@ -110,7 +113,7 @@ import func from '@/utils/func.js'; .item-bottom-btn{ width:100%; margin-top:24rpx; - min-height:72rpx; + min-height:88rpx; display: flex; } .item-mid-view-two{ @@ -125,7 +128,20 @@ import func from '@/utils/func.js'; height:120rpx; margin-top:120rpx; } - + .add-btn{ + width:248rpx; + height:72rpx; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + border:2rpx solid #7934f6; + border-radius: 12rpx; + image{ + width:32rpx; + height:32rpx; + } + } } .item-mid-view{ @@ -138,8 +154,7 @@ import func from '@/utils/func.js'; overflow-y: auto; .item-mid-list{ display: flex; - flex-direction: column; - justify-content: space-between; + flex-direction: row; width:98%; height:152rpx; min-height:152rpx; @@ -150,6 +165,14 @@ import func from '@/utils/func.js'; padding: 32rpx; box-sizing: border-box; position: relative; + .item-mid-li{ + margin-left:24rpx; + flex:1; + display: flex; + flex-direction: column; + justify-content: space-between; + height:88rpx; + } .show-item-left{ display: flex; flex-direction: column; diff --git a/pages/rwa_package/account/index.vue b/pages/rwa_package/account/index.vue index 123ccdf..7bffe5b 100644 --- a/pages/rwa_package/account/index.vue +++ b/pages/rwa_package/account/index.vue @@ -1,43 +1,179 @@ + + diff --git a/pages/rwa_package/rwa_withdrawal/rwa_withdrawal.vue b/pages/rwa_package/rwa_withdrawal/rwa_withdrawal.vue index e72de0d..6de8276 100644 --- a/pages/rwa_package/rwa_withdrawal/rwa_withdrawal.vue +++ b/pages/rwa_package/rwa_withdrawal/rwa_withdrawal.vue @@ -1,42 +1,71 @@ -