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

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