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

@@ -819,9 +819,9 @@
cursor: pointer;
height: 40px;
width: 100px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 4px;
color: #409eff;
color: #4ea6ff;
background-color: #ffffff;
"
>
@@ -835,10 +835,10 @@
margin-bottom: 40px;
height: 40px;
width: 100px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 4px;
color: #ffffff;
background-color: #409eff;
background-color: #4ea6ff;
"
>
确定
@@ -2582,6 +2582,7 @@ export default {
justify-content: center;
.leftmain {
// width: 86%;
min-height: 800px;
margin-top: 20px;
.tit {
margin-left: 20px;
@@ -2784,7 +2785,7 @@ export default {
.bottonbox {
width: 100px;
height: 40px;
background: #409eff;
background: #4ea6ff;
border-radius: 8px;
display: flex;
justify-content: center;
@@ -2956,11 +2957,11 @@ export default {
position: absolute;
top: 0;
right: 130px;
background-color: #409eff;
background-color: #4ea6ff;
width: 130px;
height: 40px;
border-radius: 8px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
color: #ffffff;
cursor: pointer;
}
@@ -2968,10 +2969,10 @@ export default {
position: absolute;
right: 0;
top: 0;
color: #409eff;
color: #4ea6ff;
width: 120px;
height: 40px;
border: 1px solid #409eff;
border: 1px solid #4ea6ff;
border-radius: 8px;
.editimg {
width: 15px;
@@ -2986,7 +2987,7 @@ export default {
}
.edit:hover {
color: #ffffff;
background-color: #409eff;
background-color: #4ea6ff;
cursor: pointer;
.editimg {
background-image: url("../../assets/images/projectadd/delete1.png");
@@ -3232,7 +3233,7 @@ export default {
}
}
.btn1 {
background-color: #409eff;
background-color: #4ea6ff;
.btnText {
color: #ffffff;
}
@@ -3240,7 +3241,7 @@ export default {
.btn2 {
background-color: #ffffff;
.btnText {
color: #409eff;
color: #4ea6ff;
}
}
}