html { font-size: 16px; } @media screen { } @media screen and (min-width: 320px) { html, body, #app, .el-tabs__item, .el-table, .el-divider__text { font-size: 320px / 30 !important; } } @media screen and (min-width: 360px) { html, body, #app, .el-tabs__item, .el-table, .el-divider__text { font-size: 360px / 30 !important; } } @media screen and (min-width: 375px) { html, body, #app, .el-tabs__item, .el-table, .el-divider__text { font-size: 375px / 30 !important; } } @media screen and (min-width: 384px) { html, body, #app, .el-tabs__item, .el-table, .el-divider__text { font-size: 384px / 30 !important; } } @media screen and (min-width: 400px) { html, body, #app, .el-tabs__item, .el-table, .el-divider__text { font-size: 400px / 30 !important; } } @media screen and (min-width: 414px) { html, body, #app, .el-tabs__item, .el-table, .el-divider__text { font-size: 414px / 30 !important; } } @media screen and (min-width: 424px) { html, body, #app, .el-tabs__item, .el-table, .el-divider__text { font-size: 424px / 30 !important; } } @media screen and (min-width: 480px) { html, body, #app, .el-tabs__item, .el-table, .el-divider__text { font-size: 480px / 30 !important; } } @media screen and (min-width: 540px) { html, body, #app, .el-tabs__item, .el-table, .el-divider__text { font-size: 540px / 30 !important; } } @media screen and (min-width: 720px) { html, body, #app, .el-tabs__item, .el-table, .el-divider__text { font-size: 720px / 30 !important; } } @media screen and (min-width: 750px) { html, body, #app, .el-tabs__item, .el-table, .el-divider__text { font-size: 750px / 30 !important; } }