运维小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tab-panel.wxss 245B

123
  1. @import '../common/style/index.wxss';.t-tab-panel{flex-shrink:0;width:100%;height:100%;box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch;}
  2. .t-tab-panel--active{height:auto;}
  3. .t-tab-panel--inactive{height:0;overflow:visible;}