页面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

@@ -175,7 +175,7 @@ export default {
.up2 {
font-size: 16px;
font-weight: 400;
color: #388be1;
color: #4ea6ff;
margin-left: 4px;
}
}
@@ -210,7 +210,7 @@ export default {
.tip {
font-size: 14px;
font-weight: 400;
color: #388be1;
color: #4ea6ff;
margin-top: 15px;
cursor: pointer;
}
@@ -279,7 +279,7 @@ export default {
.stateloading {
font-size: 14px;
font-weight: 400;
color: #388be1;
color: #4ea6ff;
}
.statedefeat {
font-size: 14px;
@@ -302,7 +302,7 @@ export default {
height: 5px;
border-radius: 4px;
background: #388be1;
background: #4ea6ff;
}
//下载失败条
.inprogdefeat {