IndexMobile.css 263 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 :global #tab-bar { background-color: #f0f0f0; } :global #tab-bar .demoName { font-size: 16px; font-weight: bold; height: 40px; line-height: 40px; text-align: center; } .demoContainer { height: 100%; } .newContainer { height: calc(100vh - 84px); }