修改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

@@ -591,7 +591,7 @@ export default {
}
.btn1 {
background: #409eff;
background: #4ea6ff;
color: #ffffff;
}
@@ -632,7 +632,7 @@ export default {
}
.btn1 {
background: #409eff;
background: #4ea6ff;
color: #ffffff;
}
@@ -699,7 +699,7 @@ export default {
cursor: pointer;
width: 100px;
height: 40px;
background: #409eff;
background: #4ea6ff;
border-radius: 8px;
border: 0;
margin-left: 15px;