element-ui overrides why css, works normally in development mode npm run dev, does not work after
npm run build, and all styles become the default.
effect display:
Code in style of APP.vue
<style>
/* */
.el-dialog {
background: rgb(77, 73, 65);
}
.el-dialog__title {
color: -sharpcfccb9
}
.el-dialog__body {
padding: 16px 10px;
color: -sharpcec9c2;
line-height: 20px;
font-size: 14px
}
</style>