diff --git a/pages/mine/details.vue b/pages/mine/details.vue index 8a6aed8..3137e7c 100644 --- a/pages/mine/details.vue +++ b/pages/mine/details.vue @@ -137,15 +137,15 @@ 常错词: - + 正确词: - + @@ -205,6 +205,12 @@ }, data() { return { + customStyle: { + 'width': '320rpx', + 'font-size': '34rpx', + 'height': '30rpx', + 'border-bottom': '1px solid #ccc' + }, noClick: true, recordPath: "", customerId: "", @@ -1121,6 +1127,7 @@ .tian-input { width: 98%; + height: 30rpx; font-size: 34rpx; border: none; } @@ -1734,4 +1741,5 @@ /deep/ .u-model-title { padding: 34rpx 0 16rpx !important; } + diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 27ec750..1e29748 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -193,7 +193,7 @@ + :custom-style="customStyle" :border="false" class="tian-input" placeholder="请输入" /> @@ -201,7 +201,7 @@ 正确词: + :custom-style="customStyle" placeholder="请输入" /> @@ -474,6 +474,11 @@ }, data() { return { + customStyle: { + 'width': '320rpx', + 'font-size': '34rpx', + 'border-bottom': '1px solid #ccc' + }, noClick: true, moreShow: false, kehuyixiangcenterindex: 0,