Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
5b03ea87
Commit
5b03ea87
authored
Nov 12, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
40864ab0
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
44 additions
and
29 deletions
+44
-29
src/components/service-list/commodity-card.vue
src/components/service-list/commodity-card.vue
+13
-1
src/components/service-list/commodity-cell.vue
src/components/service-list/commodity-cell.vue
+13
-1
src/components/service-list/service_list.vue
src/components/service-list/service_list.vue
+12
-8
src/components/service-tabs/service-tab-specification.vue
src/components/service-tabs/service-tab-specification.vue
+1
-15
src/components/service-tabs/service-tabs.vue
src/components/service-tabs/service-tabs.vue
+4
-4
src/pages/service_shop/sjfwDetail.vue
src/pages/service_shop/sjfwDetail.vue
+1
-0
No files found.
src/components/service-list/commodity-card.vue
View file @
5b03ea87
...
...
@@ -195,7 +195,8 @@ export default {
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
2
;
overflow
:
hidden
;
height
:
50px
;
height
:
42px
;
margin-bottom
:
8px
;
}
.com_other
{
color
:
#58617a
;
...
...
@@ -208,4 +209,15 @@ export default {
.name_title
{
color
:
#8890a7
;
}
</
style
>
<
style
>
.com_cell
.el-rate__item
.el-rate__icon
{
font-size
:
20px
;
margin-right
:
0
;
}
.com_cell
.el-rate__text
{
margin-left
:
4px
;
position
:
relative
;
top
:
1px
;
}
</
style
>
\ No newline at end of file
src/components/service-list/commodity-cell.vue
View file @
5b03ea87
...
...
@@ -206,7 +206,8 @@ export default {
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
2
;
overflow
:
hidden
;
height
:
50px
;
height
:
42px
;
margin-bottom
:
8px
;
}
.com_other
{
color
:
#58617a
;
...
...
@@ -219,4 +220,15 @@ export default {
.name_title
{
color
:
#8890a7
;
}
</
style
>
<
style
>
.com_cell
.el-rate__item
.el-rate__icon
{
font-size
:
20px
;
margin-right
:
0
;
}
.com_cell
.el-rate__text
{
margin-left
:
4px
;
position
:
relative
;
top
:
1px
;
}
</
style
>
\ No newline at end of file
src/components/service-list/service_list.vue
View file @
5b03ea87
...
...
@@ -23,7 +23,7 @@
></el-input>
</div>
</div>
<block-radius
:borRadius=
"12"
>
<block-radius
:borRadius=
"12"
:paddingNum=
"0"
>
<!-- filter -->
<div
v-if=
"urlFilter"
class=
"classification"
>
<div
...
...
@@ -656,6 +656,9 @@ export default {
height
:
1px
;
background-color
:
#e9ecf3
;
}
.classification
{
padding
:
12px
16px
12px
32px
;
}
.classification_line
{
width
:
100%
;
}
...
...
@@ -667,19 +670,19 @@ export default {
.classification_line_title
{
display
:
inline-block
;
width
:
90px
;
padding
:
1
5
px
0
;
padding
:
1
2
px
0
;
text-align
:
left
;
color
:
#8890a7
;
font-size
:
12px
;
}
.classification_line_items
{
width
:
calc
(
100%
-
13
0px
);
width
:
calc
(
100%
-
9
0px
);
}
.classification_line_items_border
{
border-bottom
:
1px
#e9ecf3
solid
;
}
.classification_line_hid
{
height
:
4
6
px
;
height
:
4
0
px
;
width
:
100%
;
overflow
:
hidden
;
display
:
inline-flex
;
...
...
@@ -692,12 +695,12 @@ export default {
}
.classification_line_items_ul
{
display
:
inline-block
;
width
:
calc
(
100%
-
5
0px
);
width
:
calc
(
100%
-
3
0px
);
font-size
:
0
;
}
.classification_line_items_li
{
display
:
inline-block
;
padding
:
1
5px
20
px
;
padding
:
1
2px
18
px
;
font-size
:
12px
;
}
.classification_line_items_li_act
{
...
...
@@ -729,9 +732,10 @@ export default {
.classification_line_items_open
{
display
:
inline-block
;
width
:
60px
;
padding
:
1
5
px
0
;
padding
:
1
2
px
0
;
cursor
:
pointer
;
font-size
:
12px
;
text-align
:
right
;
}
.classification_children_ul
{
display
:
inline-block
;
...
...
@@ -741,7 +745,7 @@ export default {
}
.classification_children_li
{
display
:
inline-block
;
padding
:
1
5px
20
px
;
padding
:
1
2px
18
px
;
color
:
#58617a
;
}
.button_filter
{
...
...
src/components/service-tabs/service-tab-specification.vue
View file @
5b03ea87
<
template
>
<div
class=
"service_tab-specification"
v-if=
"data"
>
<div
class=
"specification_header"
>
<p>
申请方式:
</p>
<type-group
v-model=
"type"
:types=
"types"
></type-group>
</div>
<el-table
class=
"specification_table"
:data=
"tableData"
:border=
"false"
>
<el-table-column
width=
"30"
></el-table-column>
<el-table-column
prop=
"name"
label=
"规格"
width=
"360"
></el-table-column>
...
...
@@ -21,22 +17,12 @@ export default {
},
props
:
{
data
:
{
type
:
Array
,
type
:
Object
,
required
:
true
,
},
},
data
:
()
=>
({
type
:
1
,
types
:
[
{
name
:
"
按月
"
,
value
:
1
,
},
{
name
:
"
按年
"
,
value
:
2
,
},
],
}),
computed
:
{
tableData
()
{
...
...
src/components/service-tabs/service-tabs.vue
View file @
5b03ea87
...
...
@@ -17,11 +17,11 @@
<el-tab-pane
:label=
"specificationTitle"
name=
"specification"
v-if=
"s
pecificationData
"
v-if=
"s
erviceRequestSpcs
"
>
<service-tab-specification
class=
"service_info"
:data=
"s
pecificationData
"
:data=
"s
erviceRequestSpcs
"
></service-tab-specification>
</el-tab-pane>
...
...
@@ -78,8 +78,8 @@ export default {
detailData
:
{
type
:
Array
,
},
s
pecificationData
:
{
type
:
Array
,
s
erviceRequestSpcs
:
{
type
:
Object
,
},
providerData
:
{
type
:
Object
,
...
...
src/pages/service_shop/sjfwDetail.vue
View file @
5b03ea87
...
...
@@ -16,6 +16,7 @@
:detail-data=
"detailData"
:provider-data=
"providerData"
:comments-data=
"commentsData"
:serviceRequestSpcs=
"serviceRequestSpcs"
:comments-url=
"commentsUrl"
></service-tabs>
</div>
...
...
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