页面button颜色统一,表格不可选择页面数量

This commit is contained in:
zhangyc
2022-12-11 11:46:52 +08:00
parent 6fc160ae79
commit 65fbc3eba4
84 changed files with 1642 additions and 2633 deletions

View File

@@ -45,7 +45,7 @@
closable
@close="log"
color="#F0FFFF"
style="background-color: #388be1"
style="background-color: #4ea6ff"
>时间管理</a-tag
>
</div>
@@ -330,7 +330,7 @@ export default {
cursor: pointer;
width: 130px;
height: 40px;
background: #388be1;
background: #4ea6ff;
border-radius: 8px;
border: 0;
margin-right: 8px;
@@ -410,7 +410,7 @@ export default {
background-image: url("@/assets/images/courseManage/search1.png");
}
.btnText {
color: #388be1;
color: #4ea6ff;
}
}
.btn2:hover {