diff --git a/components/inputBox.vue b/components/inputBox.vue index 3223fe7..9ab5c28 100644 --- a/components/inputBox.vue +++ b/components/inputBox.vue @@ -129,10 +129,12 @@ export default { padding: 27.5rpx 14rpx; box-sizing: border-box; margin: 0 auto; - font-size: 32rpx; - letter-spacing: 1rpx; + font-size: 32rpx; + line-height: 32rpx; + letter-spacing: 1rpx; + align-items: center; &.error{ - border: 1rpx solid #FAB0B0; + border: 2rpx solid #FAB0B0; } .left{ display: flex; diff --git a/pages/index/index.vue b/pages/index/index.vue index 42ef0b8..b4f46b6 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -450,9 +450,12 @@ } .right{ // width: 200rpx; - width: 99rpx; + width: 172rpx; + flex-shrink: 0; height: 100%; - color: #666666; + color: #666666; + display: flex; + justify-content: flex-end; img{ width: 52rpx; height: 52rpx;