Browse Source

修改bug

See999 5 years ago
parent
commit
5d927d24a4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/pages/main/today/TodayTab.vue

+ 4 - 0
src/pages/main/today/TodayTab.vue View File

@@ -1439,8 +1439,12 @@ import {parseTime} from '@/utils'
1439 1439
 
1440 1440
 
1441 1441
 <style style="stylesheet/scss" lang="scss" scoped>
1442
+#today_panel{
1443
+ overflow-x: hidden;
1444
+}
1442 1445
   .today_panel {
1443 1446
   height: calc(100% - 63px);
1447
+ 
1444 1448
   }
1445 1449
 
1446 1450
   .mainContent {