angular - Hover:scale-125 不适用于 Tailwind CSS 的图像

标签 angular image hover scale tailwind-css

我有一排图像,当我将鼠标悬停在它们上方时,我想放大它们。该文档看起来很简单,但由于某种原因它不起作用。这就是我在每张图像上所做的事情:

        class="inline h-64 hover:scale-125"
        [src]="'assets/images/teaching/custom-craftsmanship.jpg'"
      />

我做错了什么?

最佳答案

您需要添加“transform”类

关于angular - Hover:scale-125 不适用于 Tailwind CSS 的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70277432/

相关文章:

Angular 从 1 开始 ngFor 索引

Angular `ng add` 无效。有关可用选项,请参阅 `ng help`

WPF图像缓存

CSS 下拉菜单格式问题

html - Angular 2 : increment *ngFor by 2 or implementing two paginations with in a Pagination

angular - DragulaModel 不适用于动态数据

javascript - 如何使网页中的图标闪烁/闪烁

image - 为什么 IE8 不显示包含在 <h1> 和 <a> 标记中的 <img>?

html - 将鼠标悬停在图像上时显示 div

php - 如何使用 Codeception 将鼠标悬停在元素上?