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

@@ -328,7 +328,7 @@
margin-right: 20px;
font-size: 12px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
"
v-if="showMore"
@@ -350,7 +350,7 @@
margin-right: 20px;
font-size: 12px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
"
v-if="showHidden"
@@ -393,7 +393,7 @@
margin-right: 20px;
font-size: 12px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
"
v-if="showMore1"
@@ -415,7 +415,7 @@
margin-right: 20px;
font-size: 12px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
"
v-if="showHidden1"
@@ -456,7 +456,7 @@
margin-right: 20px;
font-size: 12px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
"
v-if="showMore2"
@@ -478,7 +478,7 @@
margin-right: 20px;
font-size: 12px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
"
v-if="showHidden2"
@@ -1512,9 +1512,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;
@@ -1526,12 +1526,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;
}
@@ -1550,9 +1550,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;
@@ -1564,12 +1564,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;
}
@@ -1645,7 +1645,7 @@ export default {
// border-radius: 8px;
// // height: 40px;
// .ant-select-selection-placeholder {
// color: #409eff;
// color: #4ea6ff;
// margin-left: 72px !important;
// margin-top: 4px !important;
// }
@@ -1661,7 +1661,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;
@@ -1684,11 +1684,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;
@@ -1775,9 +1775,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;
@@ -1789,12 +1789,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;
}
@@ -1836,7 +1836,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;
@@ -1859,11 +1859,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;
@@ -1918,7 +1918,7 @@ export default {
width: 104px;
height: 32px;
border-radius: 4px;
background: #409eff;
background: #4ea6ff;
.colose {
width: 16px;
height: 16px;
@@ -2013,7 +2013,7 @@ export default {
cursor: pointer;
width: 100px;
height: 40px;
background: #409eff;
background: #4ea6ff;
border-radius: 8px;
border: 0;
margin-left: 15px;