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
1831beab
Commit
1831beab
authored
Feb 01, 2019
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提成暂存
parent
08ce9b15
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
540 additions
and
189 deletions
+540
-189
cssReset.css
src/assets/css/cssReset.css
+45
-2
sellCommissionRules.vue
src/components/FinancialModule/sellCommissionRules.vue
+494
-186
index.js
src/plug/index.js
+1
-1
No files found.
src/assets/css/cssReset.css
View file @
1831beab
...
...
@@ -523,12 +523,13 @@ vertical-align:middle
bottom
:
0
;
left
:
50px
;
padding
:
10px
;
overflow
:
auto
;
overflow
:
hidden
;
font-family
:
'PingFangSc-Fine'
;
z-index
:
999
;
right
:
0
;
background-color
:
#fff
;
border-top
:
3px
solid
#38425d
;
padding-bottom
:
30px
;
}
.bottom-box
.btm-title
{
padding-left
:
10px
;
...
...
@@ -549,4 +550,46 @@ vertical-align:middle
.page_ShoppingReimbursementDetails
.avatar-uploader-icon
{
height
:
auto
!important
;
}
\ No newline at end of file
}
/************************** luochao 重新定义表格样式 BEGIN *******************************/
.al-tab
{
width
:
100%
;
border-collapse
:
collapse
;
}
.al-tab
.center.th
,
.al-tab
.center.td
{
text-align
:
center
!important
;
}
.al-tab
,
.al-tab
th
,
.al-tab
td
{
border
:
1px
solid
#ddd
;
}
.al-tab
caption
{
font-size
:
18px
;
color
:
#333
;
height
:
40px
;
line-height
:
40px
;
text-align
:
left
;
padding-left
:
12px
;
}
.al-tab
th
{
background
:
#E6E6E6
;
height
:
40px
;
line-height
:
40px
;
color
:
#333
;
font-size
:
16px
;
font-weight
:
300
;
text-align
:
left
;
padding-left
:
5px
;
}
.al-tab
td
{
height
:
40px
;
line-height
:
40px
;
color
:
#333
;
font-size
:
12px
;
font-weight
:
300
;
text-align
:
left
;
padding-left
:
5px
;
}
/************************** luochao 重新定义表格样式 END *******************************/
\ No newline at end of file
src/components/FinancialModule/sellCommissionRules.vue
View file @
1831beab
This diff is collapsed.
Click to expand it.
src/plug/index.js
View file @
1831beab
...
...
@@ -121,7 +121,7 @@ export default {
// domainUrl = "http://192.168.2.16:8083"; //王悦主域名
// domainUrl = "http://127.0.0.1"; //214主域名
// domainUrl = "http://192.168.2.65:8025"; //吴春主域名
domainUrl
=
"http://192.168.2.
214
:8082"
;
//罗超主域名
domainUrl
=
"http://192.168.2.
106
:8082"
;
//罗超主域名
if
(
locationName
.
indexOf
(
'oytour'
)
!==-
1
)
{
domainUrl
=
"https://reborn.oytour.com"
;
}
else
if
(
locationName
.
indexOf
(
'viitto'
)
!==-
1
)
{
...
...
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