@@ -258,14 +258,15 @@ export default {
align-items: center;
flex-shrink: 0;
}
+ /* 筛选切换:直角矩形、加高,方便点击(不用圆角胶囊) */
.time-type-item {
- height: 56upx;
- line-height: 56upx;
+ height: 80upx;
+ line-height: 80upx;
padding: 0 22upx;
font-size: 26upx;
color: #666;
background: #f0f2f5;
- border-radius: 28upx;
+ border-radius: 0;
margin-right: 12upx;
&:last-child {
margin-right: 0;
@@ -278,17 +279,20 @@ export default {
.staff-btn {
min-width: 160upx;
max-width: 240upx;
padding: 0 24upx;
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
+ &::after {
+ }
&.default {
color: #3385ff;
background: #eef5ff;