Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
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
吴迪
gs1
Commits
afd79760
Commit
afd79760
authored
Feb 12, 2022
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改业务大厅优先级低的bug80%
parent
7812d6ce
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
6 deletions
+47
-6
Corppaynew.vue
src/views/Business/Corppaynew.vue
+7
-2
Training.vue
src/views/Business/Training.vue
+2
-1
serviceFee.vue
src/views/Business/serviceFee.vue
+38
-3
No files found.
src/views/Business/Corppaynew.vue
View file @
afd79760
<
template
>
<div
class=
"corppaynew"
>
<
cate
:father=
"sfgsCate"
></cate
>
<
!--
<cate
:father=
"sfgsCate"
></cate>
--
>
<div
class=
"corppaynew-msg container"
>
<div
class=
"hidden-xs"
>
<p><b>
收费公示表
</b></p>
<table
class=
"table table-bordered"
>
<thead>
<tr>
...
...
@@ -291,6 +292,10 @@ export default {
.corppaynew
{
@include
module-box;
font-weight
:
300
;
p
{
text-align
:
center
;
font-size
:
18px
;
}
.corppaynew-msg
{
margin
:
30px
0
;
font-size
:
14px
;
...
...
@@ -349,7 +354,7 @@ export default {
display
:
table-row
;
vertical-align
:
inherit
;
border-color
:
inherit
;
td{
td
{
vertical-align
:
middle
;
}
}
...
...
src/views/Business/Training.vue
View file @
afd79760
...
...
@@ -213,6 +213,7 @@ export default {
padding
:
6px
10px
;
color
:
#ffffff
;
border
:
0
;
border-radius
:
5px
;
}
}
.nav-tabs
{
...
...
@@ -247,10 +248,10 @@ export default {
padding
:
10px
;
padding-left
:
10px
;
padding-right
:
10px
;
font-size
:
14px
;
color
:
#ffffff
;
border
:
0
;
border-radius
:
5px
;
}
}
...
...
src/views/Business/serviceFee.vue
View file @
afd79760
<
template
>
<div
class=
"corppaynew"
>
<
cate
:father=
"qtzzfwfCate"
></cate
>
<
!--
<cate
:father=
"qtzzfwfCate"
></cate>
--
>
<div
class=
"corppaynew-msg container"
>
<h2
class=
"page_title"
>
关于增值服务价格公示
</h2>
<div
class=
"section"
>
<h3
class=
"section_title"
>
其他类型定制服务
</h3>
<div
class=
"section_main"
>
<table
border=
"1"
>
<tbody>
...
...
@@ -29,13 +32,14 @@
</div>
</div>
</div>
</div>
</
template
>
<
script
>
import
cate
from
"../comps/cate.vue"
;
//
import cate from "../comps/cate.vue";
export
default
{
components
:
{
cate
,
//
cate,
},
data
()
{
return
{
...
...
@@ -73,7 +77,36 @@ export default {
.corppaynew-msg
{
margin
:
30px
0
;
font-size
:
14px
;
h2
{
margin-top
:
0
;
margin-bottom
:
15px
;
padding-bottom
:
10px
;
border-bottom
:
1px
solid
#b2b2b8
;
color
:
#002c6c
;
font-weight
:
400
;
}
h3
{
margin-top
:
0
;
margin-bottom
:
15px
;
padding-bottom
:
10px
;
border-bottom
:
1px
solid
#b2b2b8
;
}
.page_title
{
text-align
:
center
;
font-size
:
22px
;
}
.section
{
margin-top
:
30px
;
margin-bottom
:
40px
;
.section_title
{
font-size
:
16px
;
color
:
#b53434
;
background-color
:
#b9cad0
;
//
margin
:
0
;
padding
:
10px
;
}
.section_main
{
padding
:
15px
;
table
{
width
:
100%
;
margin
:
0
auto
;
...
...
@@ -120,5 +153,6 @@ export default {
}
}
}
}
}
</
style
>
\ No newline at end of file
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