@@ -25,5 +25,10 @@ defineEmits(['submit']);
flex-direction: column;
align-items: center;
width: 100%;
+
+ // PoemDisplay 的卷轴层级为 5,输入卡片必须位于其上方才能接收点击事件。
+ :deep(.user-input-card) {
+ z-index: 6;
+ }
}
</style>