Commit 3a0911e9 authored by zhengke's avatar zhengke

优化 滚动 颜色 色号

parent afd8abfa
...@@ -128,8 +128,8 @@ textarea { ...@@ -128,8 +128,8 @@ textarea {
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 5px; width: 7px;
height: 5px; height: 7px;
background-color: transparent; background-color: transparent;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
......
...@@ -66,7 +66,7 @@ const getErrorCode2text = (response: AxiosResponse): string => { ...@@ -66,7 +66,7 @@ const getErrorCode2text = (response: AxiosResponse): string => {
* service.get<{data: string; code: number}>('/test').then(({data}) => { console.log(data.code) }) * service.get<{data: string; code: number}>('/test').then(({data}) => { console.log(data.code) })
*/ */
const service = Axios.create({ const service = Axios.create({
baseURL: process.env.VUE_APP_API_URL, baseURL: process.env.VUE_APP_API_URL,//'http://reborn.oytour.com/api/common/post'
timeout: 20000, timeout: 20000,
headers: { headers: {
'User-Type': 'bus', 'User-Type': 'bus',
......
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
<el-option <el-option
v-for="item in dispositionObj.ColorList" v-for="item in dispositionObj.ColorList"
:key="item.ColorValue" :key="item.ColorValue"
:label="item.ColorName" :label="`${item.ColorName} / ${item.ColorValue}`"
:value="item.ColorValue" :value="item.ColorValue"
/> />
</el-select> </el-select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment