网站做的最好的,合肥网站维护公司,怎么做flash网站设计,网络营销推广好做吗dialog默认宽度为父元素的50%#xff0c;这就导致在移动端会非常的窄#xff0c;如图1#xff0c;需要限定宽度。 解决方法#xff1a;添加custom-class属性#xff0c;然后在style中编写样式#xff0c;注意#xff0c;如果有scoped限定#xff0c;需要加::v-deep
这就导致在移动端会非常的窄如图1需要限定宽度。 解决方法添加custom-class属性然后在style中编写样式注意如果有scoped限定需要加::v-deep
el-dialogtitleXXXX:visible.syncdialogVisiblecustom-classcustomWidth
/el-dialogstyle scoped langscss::v-deep .dialogwidth{min-width: 300px;}
/style