mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
修改button 操作按钮样式
This commit is contained in:
@@ -1022,7 +1022,7 @@
|
||||
</div>
|
||||
<!-- 加载动画 -->
|
||||
<div class="aeLoading" :style="{ display: addLoading ? 'flex' : 'none' }">
|
||||
<a-spin :spinning="addLoading" tip="添加中..." />
|
||||
<a-spin :spinning="addLoading" tip="" />
|
||||
</div>
|
||||
<!-- 发布弹窗 -->
|
||||
<a-modal
|
||||
@@ -2498,7 +2498,7 @@ export default {
|
||||
height: 40px;
|
||||
margin-right: 16px;
|
||||
margin-bottom: 29px;
|
||||
border: 1px solid #409eff;
|
||||
border: 1px solid #4ea6ff;
|
||||
border-radius: 4px;
|
||||
color: rgba(78, 166, 255, 1);
|
||||
font-size: 14px;
|
||||
@@ -2511,13 +2511,13 @@ export default {
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
margin-bottom: 29px;
|
||||
border: 1px solid #409eff;
|
||||
border: 1px solid #4ea6ff;
|
||||
border-radius: 4px;
|
||||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
align-items: center;
|
||||
//line-height: 36px;
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3120,11 +3120,11 @@ export default {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 168px;
|
||||
background-color: #409eff;
|
||||
background-color: #4ea6ff;
|
||||
width: 130px;
|
||||
height: 40px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #409eff;
|
||||
border: 1px solid #4ea6ff;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -3135,7 +3135,7 @@ export default {
|
||||
top: 0;
|
||||
width: 110px;
|
||||
height: 40px;
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -3154,7 +3154,7 @@ export default {
|
||||
|
||||
// .edit:hover {
|
||||
// color: #ffffff;
|
||||
// background-color: #409eff;
|
||||
// background-color: #4ea6ff;
|
||||
// cursor: pointer;
|
||||
// .editimg {
|
||||
// background-image: url("../../assets/images/projectadd/edit1.png");
|
||||
@@ -3486,7 +3486,7 @@ export default {
|
||||
margin-left: 27px;
|
||||
margin-right: 16px;
|
||||
line-height: 100%;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
@@ -3699,11 +3699,11 @@ export default {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 168px;
|
||||
background-color: #409eff;
|
||||
background-color: #4ea6ff;
|
||||
width: 130px;
|
||||
height: 40px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #409eff;
|
||||
border: 1px solid #4ea6ff;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -3712,10 +3712,10 @@ export default {
|
||||
position: absolute;
|
||||
right: 38px;
|
||||
top: 0;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
border: 1px solid #409eff;
|
||||
border: 1px solid #4ea6ff;
|
||||
border-radius: 8px;
|
||||
|
||||
.editimg {
|
||||
@@ -3733,7 +3733,7 @@ export default {
|
||||
|
||||
.edit:hover {
|
||||
color: #ffffff;
|
||||
background-color: #409eff;
|
||||
background-color: #4ea6ff;
|
||||
cursor: pointer;
|
||||
|
||||
.editimg {
|
||||
@@ -3817,7 +3817,7 @@ export default {
|
||||
margin-right: 40px;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
line-height: 36px;
|
||||
|
||||
.ant-collapse-arrow {
|
||||
@@ -4210,7 +4210,7 @@ export default {
|
||||
.box {
|
||||
width: 4px;
|
||||
height: 20px;
|
||||
background-color: #409eff;
|
||||
background-color: #4ea6ff;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
@@ -4246,7 +4246,7 @@ export default {
|
||||
border-radius: 4px;
|
||||
color: #ffffff;
|
||||
margin-left: 20px;
|
||||
background: #409eff;
|
||||
background: #4ea6ff;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
@@ -4295,7 +4295,7 @@ export default {
|
||||
height: 100%;
|
||||
font-size: 14px;
|
||||
padding: 0;
|
||||
color: #409eff;
|
||||
color: #4ea6ff;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
@@ -4378,5 +4378,7 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user