Commit 3a0911e9 authored by zhengke's avatar zhengke

优化 滚动 颜色 色号

parent afd8abfa
......@@ -128,8 +128,8 @@ textarea {
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
width: 7px;
height: 7px;
background-color: transparent;
}
::-webkit-scrollbar-thumb {
......
......@@ -66,7 +66,7 @@ const getErrorCode2text = (response: AxiosResponse): string => {
* service.get<{data: string; code: number}>('/test').then(({data}) => { console.log(data.code) })
*/
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,
headers: {
'User-Type': 'bus',
......
......@@ -114,7 +114,7 @@
<el-option
v-for="item in dispositionObj.ColorList"
:key="item.ColorValue"
:label="item.ColorName"
:label="`${item.ColorName} / ${item.ColorValue}`"
:value="item.ColorValue"
/>
</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