Browse Source

调整卡片样式

wangyi/feature-20251022162725-启动页登录注册
wangyetao 1 month ago
parent
commit
87f4c41515
  1. 3
      pages/deepMate/deepMate.vue

3
pages/deepMate/deepMate.vue

@ -531,6 +531,7 @@ const scrollToTop = () => {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
margin-left: 40rpx;
} }
.logo { .logo {
@ -731,7 +732,7 @@ const scrollToTop = () => {
.input-area { .input-area {
position: fixed; position: fixed;
bottom: 0;
bottom: 70rpx;
left: 0; left: 0;
right: 0; right: 0;
padding: 0 40rpx 80rpx 40rpx; padding: 0 40rpx 80rpx 40rpx;

Loading…
Cancel
Save