mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
修改button 操作按钮样式
This commit is contained in:
@@ -366,7 +366,7 @@
|
||||
margin-right: 20px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
line-height: 22px;
|
||||
"
|
||||
v-if="showMore"
|
||||
@@ -388,7 +388,7 @@
|
||||
margin-right: 20px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
line-height: 22px;
|
||||
"
|
||||
v-if="showHidden"
|
||||
@@ -431,7 +431,7 @@
|
||||
margin-right: 20px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
line-height: 22px;
|
||||
"
|
||||
v-if="showMore1"
|
||||
@@ -453,7 +453,7 @@
|
||||
margin-right: 20px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
line-height: 22px;
|
||||
"
|
||||
v-if="showHidden1"
|
||||
@@ -494,7 +494,7 @@
|
||||
margin-right: 20px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
line-height: 22px;
|
||||
"
|
||||
v-if="showMore2"
|
||||
@@ -516,7 +516,7 @@
|
||||
margin-right: 20px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
line-height: 22px;
|
||||
"
|
||||
v-if="showHidden2"
|
||||
@@ -1511,9 +1511,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 {
|
||||
@@ -1527,12 +1527,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;
|
||||
@@ -1554,9 +1554,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 {
|
||||
@@ -1570,12 +1570,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;
|
||||
@@ -1654,7 +1654,7 @@ export default {
|
||||
// border-radius: 8px;
|
||||
// // height: 40px;
|
||||
// .ant-select-selection-placeholder {
|
||||
// color: #409eff;
|
||||
// color: #4ea6ff;
|
||||
// margin-left: 72px !important;
|
||||
// margin-top: 4px !important;
|
||||
// }
|
||||
@@ -1670,7 +1670,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;
|
||||
@@ -1697,12 +1697,12 @@ 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{
|
||||
@@ -1798,9 +1798,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 {
|
||||
@@ -1814,12 +1814,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;
|
||||
@@ -1868,7 +1868,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;
|
||||
@@ -1895,12 +1895,12 @@ 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{
|
||||
@@ -1963,7 +1963,7 @@ export default {
|
||||
width: 104px;
|
||||
height: 32px;
|
||||
border-radius: 4px;
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
|
||||
.colose {
|
||||
width: 16px;
|
||||
@@ -2072,7 +2072,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