Commit 877b57d9 authored by 高滢's avatar 高滢

feat(搜索重置): 按钮

parent 81096954
...@@ -97,3 +97,21 @@ ...@@ -97,3 +97,21 @@
font-size: 14px; font-size: 14px;
border-radius: 4px; border-radius: 4px;
} }
.el-button--primary{
width: 104px;
height: 36px;
background: #0062FF;
border-radius: 2px;
font-weight: 400;
font-size: 13px;
color: #FFFFFF;
}
.el-button--defalut {
width: 104px;
height: 36px;
border: 1px solid #E2E7F5;
border-radius: 2px;
font-weight: 400;
font-size: 13px;
color: #536387;
}
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