We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如題 步驟指示器在超過一行的時候會扁掉 似乎是沒有加is-completed或is-active的才會出現這個問題(純item)
The text was updated successfully, but these errors were encountered:
暫時修正用的 CSS,主要是 Flexbox 的文字區塊會太寬而把數字擠扁
.ts-procedure .item .indicator { min-width: 2rem; margin-top: -0.05rem; } .ts-procedure .item .content { align-items: flex-start; }
大致上就可以修復
但因為這個臨時修正設置了 min-width 所以會影響到其他樣式,到時候要研究怎麼設計
min-width
Sorry, something went wrong.
f334bd7
YamiOdymel
No branches or pull requests
如題
步驟指示器在超過一行的時候會扁掉
似乎是沒有加is-completed或is-active的才會出現這個問題(純item)
The text was updated successfully, but these errors were encountered: