mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 07:16:46 +08:00
修改button 操作按钮样式
This commit is contained in:
@@ -741,9 +741,9 @@ export default {
|
||||
justify-content: center;
|
||||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #409eff;
|
||||
border: 1px solid #4ea6ff;
|
||||
cursor: pointer;
|
||||
.wz {
|
||||
margin-left: 10px;
|
||||
@@ -755,12 +755,12 @@ export default {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
font-size: 14px;
|
||||
background: #ffffff;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #409eff;
|
||||
border: 1px solid #4ea6ff;
|
||||
.wz {
|
||||
margin-left: 10px;
|
||||
}
|
||||
@@ -779,9 +779,9 @@ export default {
|
||||
justify-content: center;
|
||||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #409eff;
|
||||
border: 1px solid #4ea6ff;
|
||||
cursor: pointer;
|
||||
.wz {
|
||||
margin-left: 10px;
|
||||
@@ -793,12 +793,12 @@ export default {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
font-size: 14px;
|
||||
background: #ffffff;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #409eff;
|
||||
border: 1px solid #4ea6ff;
|
||||
.wz {
|
||||
margin-left: 10px;
|
||||
}
|
||||
@@ -874,7 +874,7 @@ export default {
|
||||
// border-radius: 8px;
|
||||
// // height: 40px;
|
||||
// .ant-select-selection-placeholder {
|
||||
// color: #409eff;
|
||||
// color: #4ea6ff;
|
||||
// margin-left: 72px !important;
|
||||
// margin-top: 4px !important;
|
||||
// }
|
||||
@@ -890,7 +890,7 @@ export default {
|
||||
justify-content: center;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
line-height: 22px;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 20px;
|
||||
@@ -913,11 +913,11 @@ export default {
|
||||
.ant-tree
|
||||
.ant-tree-node-content-wrapper-normal.ant-tree-node-selected {
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
}
|
||||
.ant-tree .ant-tree-node-selected {
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
// color:#409EFF;
|
||||
// color:#4ea6ff;
|
||||
}
|
||||
// .ant-tree .ant-tree-title{
|
||||
// background-color: pink;
|
||||
@@ -1004,9 +1004,9 @@ export default {
|
||||
justify-content: center;
|
||||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #409eff;
|
||||
border: 1px solid #4ea6ff;
|
||||
cursor: pointer;
|
||||
.wz {
|
||||
margin-left: 10px;
|
||||
@@ -1018,12 +1018,12 @@ export default {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
font-size: 14px;
|
||||
background: #ffffff;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #409eff;
|
||||
border: 1px solid #4ea6ff;
|
||||
.wz {
|
||||
margin-left: 10px;
|
||||
}
|
||||
@@ -1065,7 +1065,7 @@ export default {
|
||||
justify-content: center;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
line-height: 22px;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 20px;
|
||||
@@ -1088,11 +1088,11 @@ export default {
|
||||
.ant-tree
|
||||
.ant-tree-node-content-wrapper-normal.ant-tree-node-selected {
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
}
|
||||
.ant-tree .ant-tree-node-selected {
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
// color:#409EFF;
|
||||
// color:#4ea6ff;
|
||||
}
|
||||
// .ant-tree-switcher_open+ .ant-tree-checkbox{
|
||||
// display: none !important;
|
||||
@@ -1177,7 +1177,7 @@ export default {
|
||||
width: 104px;
|
||||
height: 32px;
|
||||
border-radius: 4px;
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
.colose {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
@@ -1248,7 +1248,7 @@ export default {
|
||||
cursor: pointer;
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
border-radius: 8px;
|
||||
border: 0;
|
||||
margin-left: 15px;
|
||||
|
||||
Reference in New Issue
Block a user