From a3bd2f464e75f517981b94f5139c0a336046bf3e Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 12 Apr 2024 10:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/common.styl | 11 +++-------- src/vuex/modules/com.js | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/style/common.styl b/src/style/common.styl index 87bb24f..1233153 100644 --- a/src/style/common.styl +++ b/src/style/common.styl @@ -37,22 +37,17 @@ ::-webkit-scrollbar-track { - -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); - border-radius: 10px; - background-color: #F5F5F5; + background-color: #1A2B47; } ::-webkit-scrollbar { - width: 0px; - background-color: #F5F5F5; + width: 6px; } ::-webkit-scrollbar-thumb { - border-radius: 10px; - -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3); - background-color: #e5e5e5; + background-color: #5291F0; } .body-conatiner diff --git a/src/vuex/modules/com.js b/src/vuex/modules/com.js index b99655e..65f7ec7 100644 --- a/src/vuex/modules/com.js +++ b/src/vuex/modules/com.js @@ -2,7 +2,7 @@ import * as types from '../types' import { getStore, setStore } from '@config/utils.js' const baseUrl = process.env.NODE_ENV === 'development' ? 'http://43.139.166.161:8018' : 'http://localhost:8018' -const setTime = '1000' +const setTime = '5000' const username = 'admin' const password = '123456' const state = {