This commit is contained in:
wyx
2023-03-03 22:28:45 +08:00
parent 733ec7b646
commit 80778b87d9
5 changed files with 16 additions and 13 deletions

View File

@@ -155,8 +155,8 @@ const getDictList = (param) => api1.getDictTree({code: param,}).then((res) => re
} }
.white { .white {
background: #fff; // background: #fff;
color: #4ea6ff; // color: #4ea6ff;
} }
.cus-input { .cus-input {

View File

@@ -22,7 +22,7 @@
<div><span>{{ content }}</span></div> <div><span>{{ content }}</span></div>
</div> </div>
<div class="del_btnbox"> <div class="del_btnbox">
<div class="del_btn btn1" @click="close"> <div class="del_btn btn2" @click="close">
<div class="btnText">取消</div> <div class="btnText">取消</div>
</div> </div>
<div class="del_btn btn2" @click="handleConfirm"> <div class="del_btn btn2" @click="handleConfirm">

View File

@@ -68,7 +68,7 @@
<template #icon> <template #icon>
<img <img
style="margin-right: 10px" style="margin-right: 10px"
src="../../assets/images/leveladd/reset.png" src="../../assets/images/courseManage/reset0.png"
/></template> /></template>
重置 重置
</a-button> </a-button>
@@ -104,7 +104,7 @@
<template #icon <template #icon
><img ><img
style="margin-right: 10px" style="margin-right: 10px"
src="../../assets/images/basicinfo/in2.png" src="../../assets/images/basicinfo/in.png"
/></template> /></template>
导入学员 导入学员
</a-button> </a-button>
@@ -131,7 +131,7 @@
<template #icon <template #icon
><img ><img
style="margin-right: 10px" style="margin-right: 10px"
src="../../assets/images/projectadd/delete.png" src="../../assets/images/projectadd/delete1.png"
/></template> /></template>
批量删除 批量删除
</a-button> </a-button>

View File

@@ -6250,9 +6250,10 @@ export default defineComponent({
.btn { .btn {
padding: 0px 26px 0px 26px; padding: 0px 26px 0px 26px;
height: 40px; height: 40px;
background: rgba(64, 158, 255, 0); background: rgba(64, 158, 255, 1);
border-radius: 8px; border-radius: 8px;
border: 1px solid rgba(64, 158, 255, 1); border: 1px solid rgba(64, 158, 255, 1);
color: #fff;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@@ -6266,7 +6267,7 @@ export default defineComponent({
.btnText { .btnText {
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
color: rgba(64, 158, 255, 1); color: #fff;
line-height: 36px; line-height: 36px;
margin-left: 5px; margin-left: 5px;
} }
@@ -6297,7 +6298,7 @@ export default defineComponent({
width: 16px; width: 16px;
height: 18px; height: 18px;
margin-right: 6px; margin-right: 6px;
background-image: url("../../assets/images/courseManage/reset1.png"); background-image: url("../../assets/images/courseManage/reset0.png");
} }
} }
} }
@@ -6872,9 +6873,10 @@ export default defineComponent({
.btnn { .btnn {
padding: 0px 26px 0px 26px; padding: 0px 26px 0px 26px;
height: 38px; height: 38px;
background: #ffffff; background: #4ea6ff;
border-radius: 8px; border-radius: 8px;
border: 1px solid rgba(64, 158, 255, 1); border: 1px solid rgba(64, 158, 255, 1);
color:#fff;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@@ -6889,7 +6891,7 @@ export default defineComponent({
.btnText { .btnText {
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
color: #4ea6ff; color: #fff;
line-height: 36px; line-height: 36px;
margin-left: 5px; margin-left: 5px;
} }
@@ -6907,7 +6909,7 @@ export default defineComponent({
.search { .search {
width: 16px; width: 16px;
height: 18px; height: 18px;
background-image: url("../../assets/images/courseManage/reset1.png"); background-image: url("../../assets/images/courseManage/reset0.png");
} }
} }

View File

@@ -667,7 +667,8 @@ export default {
cursor: pointer; cursor: pointer;
width: 80px; width: 80px;
height: 40px; height: 40px;
color: #4ea6ff; color: #fff;
background: #4ea6ff;
border: 1px solid #4ea6ff; border: 1px solid #4ea6ff;
border-radius: 4px; border-radius: 4px;
display: flex; display: flex;