Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
2070d6f3
Commit
2070d6f3
authored
Feb 22, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘财务单据样式冲突、 index更新一下 我提交了一个配置文件!@@’
parent
891d1e21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
saleReceivablesTotal.vue
src/components/SalesModule/saleReceivablesTotal.vue
+2
-2
index.js
src/plug/index.js
+3
-1
No files found.
src/components/SalesModule/saleReceivablesTotal.vue
View file @
2070d6f3
...
...
@@ -142,9 +142,9 @@
</
script
>
<
style
>
._bank_type
{
background-color
:
#2AAEF2
}
.
workTotalSearch
.
_bank_type
{
background-color
:
#2AAEF2
}
._bank_type2
{
background-color
:
#FF9C01
}
.
_bank_name
,
._bank_type
{
display
:
inline-block
;
background-color
:
#333333
;
color
:
white
;
padding
:
2px
4px
;
border-radius
:
4px
;
margin-left
:
10px
;}
.
workTotalSearch
._bank_name
,
.workTotalSearch
._bank_type
{
display
:
inline-block
;
background-color
:
#333333
;
color
:
white
;
padding
:
2px
4px
;
border-radius
:
4px
;
margin-left
:
10px
;}
._fex_cen
{
display
:
flex
;
align-items
:
center
}
.workTotalSearch
{
width
:
100%
;
min-height
:
auto
;
padding
:
0
0
20px
0
;}
.workTotalSearch
li
{
float
:
left
;
font-size
:
12px
;
color
:
#666
;
margin
:
20px
10px
0px
0
;}
...
...
src/plug/index.js
View file @
2070d6f3
...
...
@@ -150,7 +150,9 @@ export default {
//google地图图片地址
GoogleMapImageUrl
:
"http://super.oytour.com"
,
// "http://upload.oytour.com"
UploadUrl
:
locationName
.
indexOf
(
'oytour'
)
!==-
1
?
"http://upload.oytour.com"
:
"http://127.0.0.1:8120"
UploadUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
?
"http://upload.oytour.com"
:
"http://127.0.0.1:8120"
,
// 读取文件
ViittoFileUrl
:
'http://imgfile.oytour.com'
// UploadUrl: "http://upload.oytour.com"
};
return
obj
;
...
...
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