Browse Source

修复品种筛选区域水平居中问题

pull/19/head
徐飞洋 1 month ago
parent
commit
88d69ffdad
  1. 3
      pages/index/index.wxss

3
pages/index/index.wxss

@ -467,7 +467,8 @@ wx-button:not([size=mini]) {
border-radius: 0;
border: none;
align-items: center;
/* 移除justify-content: center,确保滚动时内容从左侧开始 */
justify-content: center;
/* 添加justify-content: center实现水平居中 */
}
.egg-item {

Loading…
Cancel
Save