Skip to content

Instantly share code, notes, and snippets.

@Benature
Created March 18, 2022 17:36
Show Gist options
  • Save Benature/858018e3fc7157c8d8e3fec7e1f66f4d to your computer and use it in GitHub Desktop.
Save Benature/858018e3fc7157c8d8e3fec7e1f66f4d to your computer and use it in GitHub Desktop.
Enlarge width for better viewing. 订场视图太小了,加大宽度以同时看到更多场地信息。
.boxes {
width: 95%;
max-width: 2050px;
}
.seat-page.seat-grid .seat-box-left {
width: calc(100% - 280px);
}
#datesbar{
width: calc(100% - 280px) !important;
}
.stock-date.date-week.dates-list{
width: calc(100% - 40px) !important;
}
@Benature
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment