修改button 操作按钮样式

This commit is contained in:
zhangyc
2022-12-12 02:10:09 +08:00
parent b59036dfe1
commit b744d6ae74
66 changed files with 1216 additions and 993 deletions

View File

@@ -128,8 +128,8 @@ export default {
cursor: pointer;
width: 80px;
height: 40px;
color: #409eff;
border: 1px solid #409eff;
color: #4ea6ff;
border: 1px solid #4ea6ff;
border-radius: 4px;
display: flex;
justify-content: center;
@@ -138,7 +138,7 @@ export default {
}
.typesCur {
color: #fff;
background: #409eff;
background: #4ea6ff;
}
}
.content {
@@ -173,11 +173,11 @@ export default {
height: 40px;
margin-top: 20px;
margin-right: 30px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 8px;
cursor: pointer;
.del_text {
color: #409eff;
color: #4ea6ff;
font-size: 14px;
margin-left: 5px;
}