ElemeFE / element

A Vue.js 2.0 UI Toolkit for Web
https://element.eleme.io/
MIT License
54.1k stars 14.64k forks source link

[Bug Report] Custom theme generated missing new/updated CSS for 2.13.0 #18287

Open tripflex opened 4 years ago

tripflex commented 4 years ago

Element UI version

2.13.0

OS/Browsers version

OSX Chrome, Firefox, IE, Opera, Safari

Vue version

2.6.10

Reproduction Link

https://codesandbox.io/s/vue-sf8hu?fontsize=14&hidenavigation=1&theme=dark

Steps to reproduce

Generate a custom theme from https://element.eleme.io/#/en-US/theme, use that file with latest 2.13.0 file. You will notice the drawer class has been changed from el-dialog__wrapper to el-drawer__wrapper but that class is not generated in the custom theme CSS file

What is Expected?

Drawer to show

What is actually happening?

Drawer does not show

C-Ella commented 4 years ago

I have the same problem

emc2ws commented 4 years ago

add style: .el-drawer__wrapper { position: fixed; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; margin: 0; }

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.