/* pages/merchantManagement/index.wxss */ page { /* padding: 0 10px; */ } .merchantManagement { margin-top: 10px; margin-bottom: 16px; border-radius: 8px; overflow: hidden; } .sub { height: 56px; display: flex; justify-content: space-between; align-items: center; background-color: #fff; padding: 0 10px; }