consumerm模块完成度90%,完善消费者和商家端数据库表,商品、聊天、订单数据对接好了supabase,和商家端对接了聊天功能,安卓端编译通过了css样式,剩余几个页面在处理函数规范问题
This commit is contained in:
@@ -664,7 +664,7 @@ const onRefresh = () => {
|
||||
/* overflow-x: auto; 移除自动滚动,改为自适应宽度 */
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
gap: 4px; /* 减小间距 */
|
||||
/* gap: 4px; removed for uniapp-x support */
|
||||
justify-content: space-between; /* 均匀分布 */
|
||||
}
|
||||
|
||||
@@ -674,6 +674,7 @@ const onRefresh = () => {
|
||||
|
||||
.tab-item {
|
||||
padding: 0 4px;
|
||||
margin: 0 2px;
|
||||
display: flex; /* 改为 flex 布局 */
|
||||
flex-direction: row; /* 关键:横向排列 文字和数字 */
|
||||
align-items: center; /* 垂直居中 */
|
||||
|
||||
Reference in New Issue
Block a user