發表文章

目前顯示的是 9月, 2025的文章

[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 >