[update] 框架调整

This commit is contained in:
danshihao
2024-04-03 13:42:17 +08:00
parent 86b8709481
commit de2f5e877a
40 changed files with 630 additions and 212 deletions
+9 -9
View File
@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>JeroBoot平台</title>
<title>昆鸿设备管理系统</title>
<!--<link rel="icon" href="<%= BASE_URL %>logo.png">-->
<script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>
<script src="<%= BASE_URL %>api_address_config.js"></script>
@@ -222,22 +222,22 @@
}
/* 滚动条优化 start */
::-webkit-scrollbar{
width:8px;
height:8px;
width:6px;
height:6px;
}
::-webkit-scrollbar-track{
background: #f6f6f6;
border-radius:2px;
background: transparent;
border-radius:3px;
}
::-webkit-scrollbar-thumb{
background: #cdcdcd;
border-radius:2px;
background: linear-gradient(180deg, #0094FF 0%, #2EE4FD 100%);
border-radius:3px;
}
::-webkit-scrollbar-thumb:hover{
background: #747474;
background: linear-gradient(180deg, #0094FF 0%, #2EE4FD 100%);
}
::-webkit-scrollbar-corner {
background: #f6f6f6;
background: pink;
}
/* 滚动条优化 end */
</style>