element 的Descriptions 描述列表固定宽度
在el-descriptions-item上添加label-class-name="" css中使用自定义的class名设置样式(不能用<style scoped>包裹) ...
在el-descriptions-item上添加label-class-name="" css中使用自定义的class名设置样式(不能用<style scoped>包裹) ...
在style标签中不要加scoped ...
在scoped的style块中修改不成功。可以将style块的scoped属性拿掉,或者将这个要改变的样式放进全局样式里再在main.js中导入,或者直接将样式定义在App.vue里面。这些都是可的, ...
在el-dialog加一个@open事件,在open事件中用this.$nextTick()获取ref ...
可以试试在el-dialog组件上加个v-if ...