Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report]使用跑马灯组件配合el-image组件的查看大图无法全屏 #20492

Closed
HadiChen opened this issue Nov 27, 2020 · 2 comments
Closed
Assignees

Comments

@HadiChen
Copy link

Element UI version
2.14.1

OS/Browsers version
win10/Google Chrome 86.0.4240.183

Vue version
2.6.10

Reproduction Link
https://codepen.io/hadichen/pen/BaLaYwb

Steps to reproduce
点击图片,弹出打开大图弹窗,弹窗大小被限制于el-carousel-item的大小

What is Expected?
查看大图可以正常全屏,或查看大图可以独立出来组件

What is actually happening?
查看大图弹窗的固定定位属性受到了el-carousel-item的transform属性影响,无法实现全屏

@Haji0
Copy link

Haji0 commented Dec 1, 2020

也许你可以尝试着 设置这个属性

.el-carousel__item.is-animating{ transform: none!important; }

@cs1707 cs1707 self-assigned this Jan 4, 2021
@cs1707
Copy link
Contributor

cs1707 commented Jan 5, 2021

Duplicate of #19330

@cs1707 cs1707 marked this as a duplicate of #19330 Jan 5, 2021
@cs1707 cs1707 closed this as completed Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants