diff --git a/static/base_css.css b/static/base_css.css index 236b406..38224b2 100644 --- a/static/base_css.css +++ b/static/base_css.css @@ -422,12 +422,18 @@ h3.contit span { font-weight: 600; } +.myitem { + display: flex; + justify-content: center; +} + .myitem span { position: relative; margin: 1% 10% 0 0; padding-right: 0.6rem; font-size: 0.9rem; color: #666; + white-space: nowrap; } .myitem span b { diff --git a/subpkg/complete/complete.vue b/subpkg/complete/complete.vue index 5208758..d8f9f13 100644 --- a/subpkg/complete/complete.vue +++ b/subpkg/complete/complete.vue @@ -1,8 +1,8 @@