滚动条颜色
This commit is contained in:
@@ -37,22 +37,17 @@
|
|||||||
|
|
||||||
::-webkit-scrollbar-track
|
::-webkit-scrollbar-track
|
||||||
{
|
{
|
||||||
-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
|
background-color: #1A2B47;
|
||||||
border-radius: 10px;
|
|
||||||
background-color: #F5F5F5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar
|
::-webkit-scrollbar
|
||||||
{
|
{
|
||||||
width: 0px;
|
width: 6px;
|
||||||
background-color: #F5F5F5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb
|
::-webkit-scrollbar-thumb
|
||||||
{
|
{
|
||||||
border-radius: 10px;
|
background-color: #5291F0;
|
||||||
-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
|
|
||||||
background-color: #e5e5e5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.body-conatiner
|
.body-conatiner
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import * as types from '../types'
|
|||||||
import { getStore, setStore } from '@config/utils.js'
|
import { getStore, setStore } from '@config/utils.js'
|
||||||
|
|
||||||
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://43.139.166.161:8018' : 'http://localhost:8018'
|
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 username = 'admin'
|
||||||
const password = '123456'
|
const password = '123456'
|
||||||
const state = {
|
const state = {
|
||||||
|
|||||||
Reference in New Issue
Block a user