Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
pptist
Commits
3a0911e9
Commit
3a0911e9
authored
Dec 27, 2023
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化 滚动 颜色 色号
parent
afd8abfa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
global.scss
src/assets/styles/global.scss
+2
-2
axios.ts
src/configs/axios.ts
+1
-1
ElementTemplateData.vue
src/views/Editor/Toolbar/ElementTemplateData.vue
+1
-1
No files found.
src/assets/styles/global.scss
View file @
3a0911e9
...
...
@@ -128,8 +128,8 @@ textarea {
}
::-webkit-scrollbar
{
width
:
5
px
;
height
:
5
px
;
width
:
7
px
;
height
:
7
px
;
background-color
:
transparent
;
}
::-webkit-scrollbar-thumb
{
...
...
src/configs/axios.ts
View file @
3a0911e9
...
...
@@ -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'
,
...
...
src/views/Editor/Toolbar/ElementTemplateData.vue
View file @
3a0911e9
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment