style:按钮样式统一

This commit is contained in:
songwc
2022-10-28 16:52:40 +08:00
parent fe85165ce9
commit bf57d4b916
13 changed files with 255 additions and 227 deletions

View File

@@ -803,7 +803,7 @@ export default {
}
.btn1 {
background: #388be1;
background: #409eff;
color: #ffffff;
}
@@ -844,7 +844,7 @@ export default {
}
.btn1 {
background: #388be1;
background: #409eff;
margin-right: 20px;
color: #ffffff;
}
@@ -983,7 +983,7 @@ export default {
cursor: pointer;
width: 100px;
height: 40px;
background: #4ea6ff;
background: #409eff;
border-radius: 8px;
border: 0;
margin-left: 15px;