Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
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
hujun
tl_estate
Commits
a425126d
Commit
a425126d
authored
Jul 23, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业绩修改
parent
aefed8c8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
104 additions
and
12 deletions
+104
-12
achieveFork.vue
public/appnew/src/components/achieveMain/achieveFork.vue
+102
-10
yj_search_icon@2x.png
...w/src/components/achieveMain/images/yj_search_icon@2x.png
+0
-0
articleDetail.vue
...c/appnew/src/components/businessCollege/articleDetail.vue
+2
-2
No files found.
public/appnew/src/components/achieveMain/achieveFork.vue
View file @
a425126d
<
template
>
<div>
<header-pulic
:data=
"headerData"
></header-pulic>
<!--时间搜索区域-->
<nav>
<div
class=
"nav-main"
>
<div
v-for=
"(item, index) in mainData"
:key=
"item.title"
:class=
"
{active:index === initTabNumMain}" @click="tabMain(index)">
{{
item
.
title
}}
</div>
<div
class=
"nav-search-area"
>
<div
class=
"achieve-top-time-area flex"
>
<div
class=
"input-area-left flex"
>
<div
class=
"flex"
>
<div
class=
"flex-center"
><input
class=
"flex-center"
type=
"date"
v-model=
"startDate"
/></div>
<div
class=
"flex-center"
>
至
</div>
<div
class=
"flex-center"
><input
class=
"flex-center"
type=
"date"
v-model=
"endDate"
/></div>
</div>
<div
class=
"bsb"
@
click
.
prevent
.
stop=
"search('normal')"
></div>
</div>
<!--
<div
class=
"time-btn-area flex"
>
<button
class=
"flex-center"
@
click
.
prevent
.
stop=
"search('today')"
>
今天
</button>
</div>
-->
</div>
</div>
<div
class=
"nav-main-tab"
>
<div
v-for=
"(item, index) in mainData"
:key=
"item.title"
:class=
"
{active:index === initTabNumMain}" @click="tabMain(index)">
{{
item
.
title
}}
</div>
</div>
</div>
<div
class=
"nav-seat"
></div>
</nav>
...
...
@@ -55,6 +78,8 @@
'noborder'
:
true
,
'isBack'
:
false
},
startDate
:
''
,
endDate
:
''
,
token
:
''
,
userid
:
''
,
initTabNumMain
:
0
,
...
...
@@ -183,6 +208,15 @@
<
style
scoped
>
/*注释部分*/
nav
>
.nav-main
{
width
:
100%
;
position
:
fixed
;
left
:
0
;
top
:
.88rem
;
}
nav
>
.nav-seat
{
height
:
1.5rem
;
}
nav
>
.nav-main
>
.nav-main-tab
{
display
:
flex
;
box-sizing
:
border-box
;
background-color
:
white
;
...
...
@@ -191,24 +225,18 @@
line-height
:
.9rem
;
padding
:
0
.3rem
;
border-bottom
:
1px
solid
#eee
;
position
:
fixed
;
left
:
0
;
top
:
.88rem
;
}
nav
>
.nav-seat
{
height
:
.9rem
;
}
nav
>
.nav-main
>
div
{
nav
>
.nav-main
>
.nav-main-tab
>
div
{
flex
:
1
;
text-align
:
center
;
}
nav
>
.nav-main
>
div
.active
{
nav
>
.nav-main
>
.nav-main-tab
>
div
.active
{
color
:
rgb
(
255
,
148
,
25
);
position
:
relative
;
}
nav
>
.nav-main
>
div
.active
::after
{
nav
>
.nav-main
>
.nav-main-tab
>
div
.active
::after
{
content
:
''
;
position
:
absolute
;
left
:
50%
;
...
...
@@ -219,6 +247,70 @@
border-radius
:
.03rem
;
background-color
:
rgb
(
255
,
161
,
50
);
}
.nav-search-area
{
background-color
:
white
;
color
:
#c6c6c6
;
}
/*搜索日期部分样式重写*/
.achieve-top-time-area
{
bottom
:
.3rem
;
left
:
0
;
width
:
100%
;
height
:
.6rem
;
justify-content
:
center
;
color
:
#c6c6c6
;
font-size
:
.26rem
;
}
.input-area-left
{
flex
:
5.8rem
0
0
;
border
:
1px
solid
#999
;
border-radius
:
.06rem
;
}
.input-area-left
>
div
:nth-of-type
(
1
)
{
flex
:
5.2rem
0
0
;
}
.input-area-left
>
div
:nth-of-type
(
1
)>
div
:nth-of-type
(
1
),
.input-area-left
>
div
:nth-of-type
(
1
)>
div
:nth-of-type
(
3
)
{
padding-left
:
.3rem
;
}
.input-area-left
>
div
:nth-of-type
(
1
)>
div
>
input
{
width
:
2rem
;
color
:
#c6c6c6
;
height
:
100%
;
font-size
:
inherit
;
}
.input-area-left
>
div
:nth-of-type
(
1
)>
div
:nth-of-type
(
2
)
{
width
:
.5rem
;
}
.input-area-left
>
div
:nth-of-type
(
2
)
{
flex
:
.6rem
0
0
;
border-left
:
1px
solid
#999
;
background
:
url(images/yj_search_icon@2x.png)
no-repeat
center
center
/
.3rem
.3rem
;
}
.time-btn-area
{
flex
:
1.2rem
0
0
;
flex-direction
:
row-reverse
;
align-items
:
center
;
}
.time-btn-area
>
button
{
width
:
1rem
;
height
:
.5rem
;
background-color
:
#ff9419
;
border-radius
:
.05rem
;
color
:
inherit
;
}
/*搜索日期部分样式重写*/
.main-sec
{
min-height
:
100%
;
}
...
...
public/appnew/src/components/achieveMain/images/yj_search_icon@2x.png
0 → 100644
View file @
a425126d
1.56 KB
public/appnew/src/components/businessCollege/articleDetail.vue
View file @
a425126d
...
...
@@ -139,8 +139,8 @@
commentSend
()
{
let
_this
=
this
;
let
_len
=
_this
.
commentContent
.
length
;
if
(
_len
<
10
0
||
_len
>
500
){
layer
.
tipsX
(
'评论字数需在
10
0~500之间,当前字数为'
+
_len
);
if
(
_len
<
5
0
||
_len
>
500
){
layer
.
tipsX
(
'评论字数需在
5
0~500之间,当前字数为'
+
_len
);
}
else
{
_this
.
axios
({
method
:
'POST'
,
...
...
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