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

@@ -321,7 +321,7 @@
margin-right: 20px;
font-size: 12px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
"
v-if="showMore"
@@ -343,7 +343,7 @@
margin-right: 20px;
font-size: 12px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
"
v-if="showHidden"
@@ -386,7 +386,7 @@
margin-right: 20px;
font-size: 12px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
"
v-if="showMore1"
@@ -408,7 +408,7 @@
margin-right: 20px;
font-size: 12px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
"
v-if="showHidden1"
@@ -449,7 +449,7 @@
margin-right: 20px;
font-size: 12px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
"
v-if="showMore2"
@@ -471,7 +471,7 @@
margin-right: 20px;
font-size: 12px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
"
v-if="showHidden2"
@@ -1504,9 +1504,9 @@ const afterVisibleChange = (bool) => {
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;
@@ -1518,12 +1518,12 @@ const afterVisibleChange = (bool) => {
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;
}
@@ -1542,9 +1542,9 @@ const afterVisibleChange = (bool) => {
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;
@@ -1556,12 +1556,12 @@ const afterVisibleChange = (bool) => {
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;
}
@@ -1637,7 +1637,7 @@ const afterVisibleChange = (bool) => {
// border-radius: 8px;
// // height: 40px;
// .ant-select-selection-placeholder {
// color: #409eff;
// color: #4ea6ff;
// margin-left: 72px !important;
// margin-top: 4px !important;
// }
@@ -1653,7 +1653,7 @@ const afterVisibleChange = (bool) => {
justify-content: center;
font-size: 16px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
margin-bottom: 8px;
margin-top: 20px;
@@ -1676,11 +1676,11 @@ const afterVisibleChange = (bool) => {
.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;
@@ -1767,9 +1767,9 @@ const afterVisibleChange = (bool) => {
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;
@@ -1781,12 +1781,12 @@ const afterVisibleChange = (bool) => {
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;
}
@@ -1828,7 +1828,7 @@ const afterVisibleChange = (bool) => {
justify-content: center;
font-size: 16px;
font-weight: 500;
color: #409eff;
color: #4ea6ff;
line-height: 22px;
margin-bottom: 8px;
margin-top: 20px;
@@ -1851,11 +1851,11 @@ const afterVisibleChange = (bool) => {
.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;
@@ -1910,7 +1910,7 @@ const afterVisibleChange = (bool) => {
width: 104px;
height: 32px;
border-radius: 4px;
background: #409eff;
background: #4ea6ff;
.colose {
width: 16px;
height: 16px;
@@ -2005,7 +2005,7 @@ const afterVisibleChange = (bool) => {
cursor: pointer;
width: 100px;
height: 40px;
background: #409eff;
background: #4ea6ff;
border-radius: 8px;
border: 0;
margin-left: 15px;