答案 0 :(得分:1)
回答这个问题。还没有过滤选项。 (不在此窗口中)但是您可以按照以下步骤更改为 .wrapper {
width: 200px;
height: 200px;
position: relative;
box-sizing: border-box;
}
.top, .bottom {
position: absolute;
height: 100%;
width: 100%;
}
.top {
z-index: 20;
opacity: 1;
}
.wrapper:hover > .top {
transition: opacity 0.3s linear;
z-index: 0;
opacity: 0;
}
而不是 Stable Channel
:
去Beta Channel
> File
> Settings
> Appearance & Behavior
> System Settings
> Updates
> [✓] Automatically check updatesfor [Stable Channel]
> {{1} }
现在您应该只将 Apply
版本添加到您的项目中,而不是 OK
和 stable
版本。