Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bar 的比例小於文字長度時, Bar 的最小長度會被文字卡住 #820

Closed
PichuChen opened this issue Jun 10, 2022 · 2 comments
Closed
Assignees
Labels
🐛 已證實 Bug 非常確定是個 Bug。 🎨 CSS 與 CSS 和外觀設計上有關聯。
Milestone

Comments

@PichuChen
Copy link

<div class="bar" style="width: 50%">

這是正常狀況
截圖 2022-06-10 下午5 47 59
這是失常狀況
截圖 2022-06-10 下午5 48 40

使用的版本是 4.0.2

@YamiOdymel YamiOdymel self-assigned this Jun 10, 2022
@YamiOdymel YamiOdymel added the 🎨 CSS 與 CSS 和外觀設計上有關聯。 label Jun 10, 2022
@YamiOdymel
Copy link
Member

YamiOdymel commented Jun 10, 2022

你可以先暫時用下列 CSS 修正 .bar

width: 0%;
overflow: hidden;
min-width: auto;
white-space: nowrap;

還有幾個已知的問題會在下個版本修正(像是 0% 應該要整個 .bar 不見,但仍會顯示在進度上看起來像 5%)

@YamiOdymel YamiOdymel added this to the Tocas 4.0.5 milestone Jun 10, 2022
@YamiOdymel YamiOdymel added the 🐛 已證實 Bug 非常確定是個 Bug。 label Jun 10, 2022
@PichuChen
Copy link
Author

你可以先暫時用下列 CSS 修正 .bar

width: 0%;
overflow: hidden;
min-width: auto;
white-space: nowrap;

還有幾個已知的問題會在下個版本修正(像是 0% 應該要整個 .bar 不見,但仍會顯示在進度上看起來像 5%)

剛剛測試一下他的文字會躲起來,然後確實有 5%
截圖 2022-06-10 下午8 00 37

沒關係,我暫時先讓溫濕度不要太低就不會觸發了www

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 已證實 Bug 非常確定是個 Bug。 🎨 CSS 與 CSS 和外觀設計上有關聯。
Projects
None yet
Development

No branches or pull requests

2 participants