fix: 更新icon图标

This commit is contained in:
刘洪洪
2023-06-29 11:56:30 +08:00
parent 57609406be
commit a0fe66089f
7 changed files with 30 additions and 5 deletions

View File

@@ -43,6 +43,20 @@ $font-size: 14px;
background: #38ACD2;
border: 1px solid rgba(46, 136, 166, 0.85);
border-radius: 2px;
span {
display: flex;
align-items: center;
i {
font-size: 18px;
margin-right: 7px;
}
}
&.el-button {
padding: 8px 10px !important;
}
}
}