guoyuji
2024-09-12 455191e2544f84496ad4d1b74b515d7b75d3bb01
提交下拉条样式(由于天津设备老旧)和删除websocket使用
2个文件已修改
10 ■■■■ 已修改文件
north-glass-erp/northglass-erp/src/assets/base.css 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/layout/MainErpView.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/assets/base.css
@@ -86,8 +86,8 @@
}
/*滚动条整体部分*/
.mytable-scrollbar ::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  width: 10px;
  height: 10px;
}
/*滚动条的轨道*/
.mytable-scrollbar ::-webkit-scrollbar-track {
@@ -102,11 +102,11 @@
  /*box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
}
.mytable-scrollbar:hover ::-webkit-scrollbar-thumb {
  background-color: white;
  background-color: rgb(214,216,221);
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.mytable-scrollbar:active ::-webkit-scrollbar-thumb {
  background-color: white;
  background-color: #909399;
}
/*边角,即两个滚动条的交汇处*/
.mytable-scrollbar ::-webkit-scrollbar-corner {
north-glass-erp/northglass-erp/src/layout/MainErpView.vue
@@ -48,7 +48,7 @@
  }
)
store.createWebSocket();
//store.createWebSocket();
// 退出登录
function quit(){