1.创建样式文件,写入样式
/* 标题居左 */
.el-dialog__header {
width: 162px;
}
/* 按钮中央 */
.el-dialog__footer {
text-align: center !important;
}
/* 文字左对齐 */
.el-form-item__label {
text-align: left;
}
2.在main.js中导入
import '@/assets/global.css'
1.创建样式文件,写入样式
/* 标题居左 */
.el-dialog__header {
width: 162px;
}
/* 按钮中央 */
.el-dialog__footer {
text-align: center !important;
}
/* 文字左对齐 */
.el-form-item__label {
text-align: left;
}
2.在main.js中导入
import '@/assets/global.css'