不曉得我是不是用錯方法
有沒有方法可以從 tablet 以上指定一種寬度呢?
也有試過改成 tablet or large device
好像行不通
下方是指定 tablet 和 computer 的比較
遊樂場:https://goo.gl/RbyzPM

<div class="ts grid">
<div class="four wide tablet eight wide mobile column"><div class="ts inverted primary segment"></div></div>
<div class="four wide tablet eight wide mobile column"><div class="ts inverted primary segment"></div></div>
<div class="four wide tablet eight wide mobile column"><div class="ts inverted primary segment"></div></div>
<div class="four wide tablet eight wide mobile column"><div class="ts inverted primary segment"></div></div>
<div class="four wide computer eight wide mobile column"><div class="ts inverted positive segment"></div></div>
<div class="four wide computer eight wide mobile column"><div class="ts inverted positive segment"></div></div>
<div class="four wide computer eight wide mobile column"><div class="ts inverted positive segment"></div></div>
<div class="four wide computer eight wide mobile column"><div class="ts inverted positive segment"></div></div>
</div>
目前找到的解法是
<div class="four wide computer four wide tablet eight wide mobile column">
簡單說就是:應該要追加一個 mobile 以上,給 tablet 和 computer 共享的 wide 欄位寬度嗎。
當初確實有想到這一點,不過看到 Semantic UI 沒什麼人抱怨,
所以就乾脆直接寫成 four wide computer four wide tablet 了。
four wide tablet or large device 感覺也有點夭壽長跟混淆,看來需要一個好名稱⋯⋯。
我問問,預期的效果應該是像下面這樣嗎?

現在新的做法是會向上相容。
例如: four wide tablet two wide mobile
four widefour widetwo wide現在才看到 抱歉 😅
是這個想法沒錯
這同時也解決了原本大型螢幕需要額外指定的問題
感謝 🙏
Most helpful comment
我問問,預期的效果應該是像下面這樣嗎?
現在新的做法是會向上相容。
例如:
four wide tablet two wide mobilefour widefour widetwo wide