0
我想將按鈕菜單轉換爲下拉菜單以適應小屏幕。我有以下菜單HTML:將菜單按鈕轉換爲小屏幕(Angular2)的下拉菜單
<ul>
<button>Button1</button>
<button>Button2</button>
<button>Button3</button>
<button>Button4</button>
</ul>
我有幾個單獨的CSS爲每個屏幕大小,但我只有一組HTML。如何將按鈕設置爲小屏幕尺寸的下拉列表?