思路:Element Plus提供了樣式變數,我的解決思路就是修改其樣式變數。 新建外部樣式xxx.css. 加入內容: .el-button--primary { --el-button-bg-color: #409eff;
確定! 回上一頁