解决element-plus文本按钮样式被覆盖的问题

This commit is contained in:
YUN-PC5\user 2023-09-28 16:17:19 +08:00
parent b160f34d70
commit 78783ceee7

View File

@ -42,9 +42,9 @@
// --el-header-height: 50px !important; // --el-header-height: 50px !important;
} }
// el 2.2.0 text button // el 2.2.0 text button
.el-button.is-text { // .el-button.is-text {
color: var(--el-color-primary) !important; // color: var(--el-color-primary) !important;
} // }
@media screen and (max-width: 500px) { @media screen and (max-width: 500px) {
.el-message { .el-message {
min-width: 300px !important; min-width: 300px !important;