This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch test-helper in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 0a31803ca3512ac9ab128d49d7e16f07b56fb666 Author: 100pah <[email protected]> AuthorDate: Fri Mar 28 18:34:35 2025 +0800 fix: add css for test helper new added range input and select input. --- test/lib/reset.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/test/lib/reset.css b/test/lib/reset.css index 6a2ddce4e..d12d7fa16 100644 --- a/test/lib/reset.css +++ b/test/lib/reset.css @@ -54,6 +54,35 @@ body > .main { .test-buttons button { margin: 10px 5px; } +.test-buttons-slider { + white-space: nowrap; + display: inline-block; + margin: 10px 5px; + font-size: 14px; +} +.test-buttons-slider span { + vertical-align: middle; + margin: 0 3px; +} +.test-buttons-slider input { + vertical-align: middle; + margin: 0 3px; +} +.test-buttons-select { + white-space: nowrap; + display: inline-block; + font-size: 14px; + margin: 10px 5px; + margin-right: 10px; +} +.test-buttons-select span { + vertical-align: middle; + margin: 0 3px; +} +.test-buttons-select input { + vertical-align: middle; + margin: 0 3px; +} .test-chart-block { position: relative; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
