diff --git a/pages/feedback/index.wxml b/pages/feedback/index.wxml index bd445e3..0382451 100644 --- a/pages/feedback/index.wxml +++ b/pages/feedback/index.wxml @@ -12,7 +12,7 @@ - + diff --git a/pages/feedback/index.wxss b/pages/feedback/index.wxss index 1ac9d8c..e9dca4a 100644 --- a/pages/feedback/index.wxss +++ b/pages/feedback/index.wxss @@ -24,18 +24,14 @@ } .feedback-error-actions { - display: grid; - grid-template-columns: repeat(2, minmax(0, 1fr)); + display: flex; align-items: center; width: 100%; - gap: 10rpx; + min-width: 0; + gap: 12rpx; margin-top: 8rpx; } -.feedback-error-actions-single { - grid-template-columns: minmax(0, 1fr); -} - .feedback-error-message { display: block; min-width: 0; @@ -77,8 +73,12 @@ .feedback-error-copy, .feedback-error-retry { display: flex; + flex: 1 1 0; align-items: center; justify-content: center; + width: 0; + min-width: 0; + max-width: none; height: 62rpx; margin: 0; border: 0; @@ -90,18 +90,12 @@ } .feedback-error-copy { - width: 100%; - min-width: 0; - max-width: none; padding: 0; - background: rgba(155, 44, 39, 0.08); - color: #9b2c27; + background: #f1f3f6; + color: #6e6e73; } .feedback-error-retry { - width: 100%; - min-width: 0; - max-width: none; padding: 0; background: #007aff; color: #ffffff; @@ -124,7 +118,7 @@ } .feedback-error-copy:active { - background: rgba(155, 44, 39, 0.14); + background: #e5e5ea; } .feedback-error-retry:active {