摘要:
/* 用来设置当前页面element全局table 选中某行时的背景色*/ .el-table__body tr.current-row > td { background-color: #78f709 !important; /* color: #f19944; */ /* 设置文字颜色,可以选择 阅读全文
摘要:
添加 //取消按钮 样式 cancelButtonClass: 你的自定义类名, .btn-cancel{ float: right !important; margin-left: 10px !important; } 阅读全文