mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
修改button 操作按钮样式
This commit is contained in:
@@ -590,7 +590,7 @@ export default {
|
||||
}
|
||||
|
||||
.btn1 {
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
|
||||
color: #ffffff;
|
||||
}
|
||||
@@ -598,8 +598,8 @@ export default {
|
||||
.btn2 {
|
||||
background: #ffffff;
|
||||
|
||||
color: #409eff;
|
||||
border: 1px solid #409eff;
|
||||
color: #4ea6ff;
|
||||
border: 1px solid #4ea6ff;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -643,7 +643,7 @@ export default {
|
||||
}
|
||||
|
||||
.btn1 {
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
|
||||
color: #ffffff;
|
||||
}
|
||||
@@ -651,8 +651,8 @@ export default {
|
||||
.btn2 {
|
||||
background: #ffffff;
|
||||
margin-right: 20px;
|
||||
color: #409eff;
|
||||
border: 1px solid #409eff;
|
||||
color: #4ea6ff;
|
||||
border: 1px solid #4ea6ff;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -897,7 +897,7 @@ export default {
|
||||
}
|
||||
|
||||
.btn2 {
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
color: #fff;
|
||||
border: 0;
|
||||
margin-left: 10px;
|
||||
|
||||
Reference in New Issue
Block a user