Commit bb1ac253 by lijiabin

【需求 20331】 styles: 重置组件库的样式

parent 5d8ff57e
......@@ -2,3 +2,11 @@
:root {
--el-color-primary: #3b82f6;
}
.el-message.is-plain {
border: 1px solid rgb(238, 238, 238) !important;
z-index: 4000 !important;
background-color: #fff !important;
.el-message__content {
color: rgba(0, 0, 0, 0.75);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment