[Angular] 在按鈕角落顯示的徽章或標示的TailwindCSS作法

 


              <!-- 角落徽章(照你的畫面放右上角、黃色背景) -->
              <span
                class="absolute -top-2 -right-2 inline-flex items-center justify-center text-xs font-semibold rounded bg-yellow-400 text-black w-5 h-5"
              >
                2
              </span>




留言

這個網誌中的熱門文章

[Angular] 閒置登出作法

[Angular] 回到最上面 goTop按鈕作法

[SQL] 如何快速搜尋整個 SQL Server 資料庫中所有表格所有欄位中的所有資料