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
3bcd0c24
Commit
3bcd0c24
authored
Sep 06, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
5103eab6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
42 deletions
+31
-42
TravelContractDetail.vue
src/components/TravelContractDetail.vue
+7
-18
TravelContractNew.vue
src/components/TravelContractNew.vue
+23
-23
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+1
-1
No files found.
src/components/TravelContractDetail.vue
View file @
3bcd0c24
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
border-bottom
:
1px
solid
#cdcdcd
;
border-bottom
:
1px
solid
#cdcdcd
;
background-color
:
#efefef
;
background-color
:
#efefef
;
}
}
.blockTitle
span
.icon
{
.
TD_MainContent
.
blockTitle
span
.icon
{
border-right
:
1px
solid
#CDCDCD
;
border-right
:
1px
solid
#CDCDCD
;
position
:
absolute
;
position
:
absolute
;
left
:
10px
;
left
:
10px
;
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
padding-right
:
10px
;
padding-right
:
10px
;
padding-top
:
8px
;
padding-top
:
8px
;
}
}
.blockTitle
h2
{
.
TD_MainContent
.
blockTitle
h2
{
font-size
:
15px
;
font-size
:
15px
;
min-height
:
40px
;
min-height
:
40px
;
margin
:
0
;
margin
:
0
;
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
padding-left
:
48px
;
padding-left
:
48px
;
line-height
:
40px
;
line-height
:
40px
;
}
}
.blockTitle
h2
span
{
.
TD_MainContent
.
blockTitle
h2
span
{
position
:
absolute
;
position
:
absolute
;
right
:
10px
;
right
:
10px
;
top
:
0
;
top
:
0
;
...
@@ -134,15 +134,7 @@
...
@@ -134,15 +134,7 @@
.TD_MainContent
h1
,
.TD_MainContent
h2
,
.TD_MainContent
h3
{
.TD_MainContent
h1
,
.TD_MainContent
h2
,
.TD_MainContent
h3
{
line-height
:
40px
!important
;
line-height
:
40px
!important
;
}
}
/* .TD_MainContent .contract h1,.TD_MainContent .contract h2,..TD_MainContent .contract h3,..TD_MainContent .contract h4,..TD_MainContent .contract h5,..TD_MainContent .contract h6 {
.TD_MainContent
.checkedNav
{
margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;
} */
.checkedNav
{
display
:
block
!important
;
display
:
block
!important
;
}
}
.TD_MainContent
.SignTable
{
.TD_MainContent
.SignTable
{
...
@@ -197,23 +189,20 @@
...
@@ -197,23 +189,20 @@
margin
:
20px
30px
30px
30px
;
margin
:
20px
30px
30px
30px
;
display
:
none
;
display
:
none
;
}
}
.ZTable
{
.
TD_MainContent
.
ZTable
{
width
:
100%
;
width
:
100%
;
border
:
none
;
border
:
none
;
table-layout
:
fixed
;
table-layout
:
fixed
;
border-collapse
:
collapse
;
border-collapse
:
collapse
;
border-spacing
:
0
;
border-spacing
:
0
;
}
}
.ZTable
>
tbody
>
tr
>
td
{
.
TD_MainContent
.
ZTable
>
tbody
>
tr
>
td
{
word-break
:
break-word
;
word-break
:
break-word
;
border
:
solid
#ddd
1px
;
border
:
solid
#ddd
1px
;
padding
:
8px
;
padding
:
8px
;
line-height
:
25px
;
line-height
:
25px
;
}
}
.convention
h1
{
.TD_MainContent
.text_center
{
/* font-size: 24px; */
}
.text_center
{
text-align
:
center
;
text-align
:
center
;
}
}
.TD_MainContent
.page_break_avoid
p
{
.TD_MainContent
.page_break_avoid
p
{
...
...
src/components/TravelContractNew.vue
View file @
3bcd0c24
...
@@ -11,14 +11,14 @@
...
@@ -11,14 +11,14 @@
color
:
#555
;
color
:
#555
;
height
:
auto
!important
;
height
:
auto
!important
;
}
}
.fixedMenu
{
.
TC-MainContent
.
fixedMenu
{
position
:
fixed
;
position
:
fixed
;
left
:
20px
;
left
:
20px
;
top
:
75px
;
top
:
75px
;
margin
:
0
;
margin
:
0
;
padding-top
:
10px
;
padding-top
:
10px
;
}
}
.fixedMenu
li
{
.
TC-MainContent
.
fixedMenu
li
{
padding
:
5px
15px
;
padding
:
5px
15px
;
position
:
relative
;
position
:
relative
;
border-right
:
2px
solid
#e2e2e2
;
border-right
:
2px
solid
#e2e2e2
;
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
list-style
:
none
;
list-style
:
none
;
font-size
:
13px
;
font-size
:
13px
;
}
}
.fixedMenu
li
:after
{
.
TC-MainContent
.
fixedMenu
li
:after
{
content
:
''
;
content
:
''
;
display
:
block
;
display
:
block
;
width
:
0
;
width
:
0
;
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
right
:
-12px
;
right
:
-12px
;
top
:
11px
;
top
:
11px
;
}
}
.contractTit
{
.
TC-MainContent
.
contractTit
{
position
:
fixed
;
position
:
fixed
;
left
:
0
;
left
:
0
;
top
:
0
;
top
:
0
;
...
@@ -50,29 +50,29 @@
...
@@ -50,29 +50,29 @@
font-size
:
18px
;
font-size
:
18px
;
color
:
#555
;
color
:
#555
;
}
}
.contractTit
span
{
.
TC-MainContent
.
contractTit
span
{
font-size
:
21px
;
font-size
:
21px
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
.block
{
.
TC-MainContent
.
block
{
border
:
1px
solid
#cdcdcd
;
border
:
1px
solid
#cdcdcd
;
background
:
#f9f9f9
;
background
:
#f9f9f9
;
position
:
relative
;
position
:
relative
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
}
}
.container-fluid
{
.
TC-MainContent
.
container-fluid
{
padding-right
:
20px
;
padding-right
:
20px
;
padding-left
:
20px
;
padding-left
:
20px
;
*
zoom
:
1
;
*
zoom
:
1
;
}
}
.mtop15
{
.
TC-MainContent
.
mtop15
{
margin-top
:
15px
;
margin-top
:
15px
;
}
}
.blockTitle
{
.
TC-MainContent
.
blockTitle
{
border-bottom
:
1px
solid
#cdcdcd
;
border-bottom
:
1px
solid
#cdcdcd
;
background-color
:
#efefef
;
background-color
:
#efefef
;
}
}
.blockTitle
span
.icon
{
.
TC-MainContent
.
blockTitle
span
.icon
{
border-right
:
1px
solid
#CDCDCD
;
border-right
:
1px
solid
#CDCDCD
;
position
:
absolute
;
position
:
absolute
;
left
:
10px
;
left
:
10px
;
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
padding-right
:
10px
;
padding-right
:
10px
;
padding-top
:
8px
;
padding-top
:
8px
;
}
}
.blockTitle
h2
{
.
TC-MainContent
.
blockTitle
h2
{
font-size
:
15px
;
font-size
:
15px
;
min-height
:
40px
;
min-height
:
40px
;
margin
:
0
;
margin
:
0
;
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
padding-left
:
48px
;
padding-left
:
48px
;
line-height
:
40px
;
line-height
:
40px
;
}
}
.blockTitle
h2
{
.
TC-MainContent
.
blockTitle
h2
{
font-size
:
15px
;
font-size
:
15px
;
min-height
:
40px
;
min-height
:
40px
;
margin
:
0
;
margin
:
0
;
...
@@ -99,16 +99,16 @@
...
@@ -99,16 +99,16 @@
padding-right
:
15px
;
padding-right
:
15px
;
padding-left
:
48px
;
padding-left
:
48px
;
}
}
.block
em
{
.
TC-MainContent
.
block
em
{
font-style
:
normal
;
font-style
:
normal
;
}
}
div
.createTableTitle
{
TC-MainContent
.createTableTitle
{
padding
:
10px
0
;
padding
:
10px
0
;
margin
:
5px
30px
0
;
margin
:
5px
30px
0
;
border-bottom
:
1px
dashed
#ccc
;
border-bottom
:
1px
dashed
#ccc
;
font
:
normal
15px
'microsoft yahei'
;
font
:
normal
15px
'microsoft yahei'
;
}
}
.createTable
{
.
TC-MainContent
.
createTable
{
background-color
:
#f9f9f9
;
background-color
:
#f9f9f9
;
width
:
100%
;
width
:
100%
;
}
}
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
.TC-MainContent
.singeRowTable
tr
:nth-child
(
2n
+
1
)
{
background
:
#fafafa
;
}
.TC-MainContent
.singeRowTable
tr
:nth-child
(
2n
+
1
)
{
background
:
#fafafa
;
}
.TC-MainContent
.singeRowTable
tr
:hover
{
background
:
#f2f2f2
;}
.TC-MainContent
.singeRowTable
tr
:hover
{
background
:
#f2f2f2
;}
.TC-MainContent
.singeRowTable
tr
td
{
font-size
:
12px
;
border
:
1px
solid
#E5E5E5
;}
.TC-MainContent
.singeRowTable
tr
td
{
font-size
:
12px
;
border
:
1px
solid
#E5E5E5
;}
.TC_NewAddBtn
{
.TC-MainContent
.TC_NewAddBtn
{
background-color
:
#006dcc
;
background-color
:
#006dcc
;
width
:
83px
;
width
:
83px
;
height
:
26px
;
height
:
26px
;
...
@@ -139,21 +139,21 @@
...
@@ -139,21 +139,21 @@
.TC-MainContent
.singeRowTable
.el-button.is-circle
{
.TC-MainContent
.singeRowTable
.el-button.is-circle
{
padding
:
5px
;
padding
:
5px
;
}
}
.TcNewTable
td
{
.TC-MainContent
.TcNewTable
td
{
padding
:
5px
;
padding
:
5px
;
}
}
.fixedMenu
li
.active
{
.
TC-MainContent
.
fixedMenu
li
.active
{
background
:
#90b7ec
;
background
:
#90b7ec
;
color
:
#fff
;
color
:
#fff
;
border-right-color
:
#5882bb
;
border-right-color
:
#5882bb
;
}
}
.fixedMenu
li
.active
:after
{
.
TC-MainContent
.
fixedMenu
li
.active
:after
{
border-left-color
:
#5882bb
;
border-left-color
:
#5882bb
;
}
}
.pull-right
{
.
TC-MainContent
.
pull-right
{
float
:
right
;
float
:
right
;
}
}
.TCbtn-info
{
.TC
-MainContent
.TC
btn-info
{
color
:
#ffffff
;
color
:
#ffffff
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#49afcd
;
background-color
:
#49afcd
;
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
outline
:
none
;
outline
:
none
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.btn-warning
{
.
TC-MainContent
.
btn-warning
{
color
:
#ffffff
;
color
:
#ffffff
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#faa732
;
background-color
:
#faa732
;
...
@@ -823,7 +823,7 @@
...
@@ -823,7 +823,7 @@
<tr>
<tr>
<td>
<td>
<el-form-item
label=
"投诉电话"
>
<el-form-item
label=
"投诉电话"
>
<el-input
type=
"text"
class=
"w
21
0"
v-model=
"CtObj.companyComplainCall"
></el-input>
<el-input
type=
"text"
class=
"w
30
0"
v-model=
"CtObj.companyComplainCall"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
</tr>
</tr>
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
3bcd0c24
...
@@ -938,7 +938,7 @@
...
@@ -938,7 +938,7 @@
color
:
blue
;
color
:
blue
;
display
:
block
;
display
:
block
;
cursor
:
pointer
;
cursor
:
pointer
;
width
:
6
0px
;
width
:
20
0px
;
}
}
.RegistrationList
.leftSetInfo
,
.RegistrationList
.GO_TPright
{
.RegistrationList
.leftSetInfo
,
.RegistrationList
.GO_TPright
{
float
:
left
;
float
:
left
;
...
...
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