PanJiaChen / vue-element-admin

:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
MIT License
87.64k stars 30.43k forks source link

弹出Edit Dialog显示布局异常 #2870

Open procatcool opened 4 years ago

procatcool commented 4 years ago

Bug report(问题描述)

Steps to reproduce(问题复现步骤)

Screenshot or Gif(截图或动态图)

Snipaste_2019-12-23_14-01-06

Link to minimal reproduction(最小可在线还原demo)

Other relevant information(格外信息)

mengchengqian commented 4 years ago

出现这种情况是分辨率宽度太小了,给dialog设置一个最小的宽度,min-width: xxx 即可

qiuziGirl commented 4 years ago

给 el-form 的 style 添加一个 min-width: xxxpx 就可以了