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

@@ -796,9 +796,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;
"
>
@@ -812,10 +812,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;
"
>
确定
@@ -2415,7 +2415,7 @@ export default {
.leftmain {
margin-top: 20px;
min-height: 800px;
.tit {
margin-left: 20px;
font-size: 18px;
@@ -2623,7 +2623,7 @@ export default {
.bottonbox {
width: 100px;
height: 40px;
background: #409eff;
background: #4ea6ff;
border-radius: 8px;
display: flex;
justify-content: center;
@@ -2814,11 +2814,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;
}
@@ -2827,10 +2827,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 {
@@ -2848,7 +2848,7 @@ export default {
.edit:hover {
color: #ffffff;
background-color: #409eff;
background-color: #4ea6ff;
cursor: pointer;
.editimg {
@@ -3105,7 +3105,7 @@ export default {
}
.btn1 {
background-color: #409eff;
background-color: #4ea6ff;
.btnText {
color: #ffffff;
@@ -3116,7 +3116,7 @@ export default {
background-color: #ffffff;
.btnText {
color: #409eff;
color: #4ea6ff;
}
}
}