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
a2eb745a
Commit
a2eb745a
authored
Jan 15, 2022
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改禅道bug
parent
c476f0fd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
8 deletions
+17
-8
_reset.css
src/assets/css/_reset.css
+2
-2
tmgg.vue
src/views/Business/copms/tmgg.vue
+3
-3
list.vue
src/views/Home/comps/list.vue
+7
-2
index.vue
src/views/Home/index.vue
+5
-1
No files found.
src/assets/css/_reset.css
View file @
a2eb745a
...
...
@@ -99,7 +99,7 @@ input[type="button"],
input
[
type
=
"submit"
]
{
cursor
:
pointer
;
}
::-webkit-scrollbar-track-piece
{
/*
::-webkit-scrollbar-track-piece {
background: #fff1d9;
border-radius: 2px;
}
...
...
@@ -114,7 +114,7 @@ input[type="submit"] {
}
::-webkit-scrollbar-thumb:hover {
background-color: #e59f29;
}
}
*/
select
{
appearance
:
none
;
...
...
src/views/Business/copms/tmgg.vue
View file @
a2eb745a
...
...
@@ -4,7 +4,7 @@
<div
class=
"container"
>
<ul
class=
"tmgg-ul"
>
<li
v-for=
"(tmp, i) in list"
:key=
"i"
@
click=
"openMsg(tmp)"
>
<span>
【
{{
tmp
.
logoutFlag
===
'0'
?
'注
销'
:
'注册
'
}}
】
</span>
<span>
【
{{
tmp
.
logoutFlag
===
'0'
?
'注
册'
:
'注销
'
}}
】
</span>
<span>
{{
tmp
.
firmName
}}
</span>
</li>
</ul>
...
...
@@ -52,9 +52,9 @@ export default {
console
.
log
(
tmp
,
'openMsg'
);
let
type
;
if
(
tmp
.
logoutFlag
===
"0"
)
{
type
=
"zhuxiao"
;
}
else
{
type
=
"zhuce"
;
}
else
{
type
=
"zhuxiao"
;
}
let
routeData
=
this
.
$router
.
resolve
({
path
:
"/Business/Notice/Msg"
,
...
...
src/views/Home/comps/list.vue
View file @
a2eb745a
...
...
@@ -9,7 +9,7 @@
</div>
<div
class=
"row"
>
<div
class=
"col"
>
<div
@
click=
"handelMore"
class=
"more
float-end
"
>
<div
@
click=
"handelMore"
class=
"more"
>
<span>
了解更多
</span
><img
src=
"../../../assets/image/home/more-arrow.png"
alt=
""
/>
</div>
...
...
@@ -46,7 +46,7 @@ export default {
.row
{
display
:
flex
;
justify-content
:
space-between
;
padding
:
11px
0
;
padding
:
11
.5
px
0
;
margin
:
0
;
cursor
:
pointer
;
.list-left
{
...
...
@@ -70,12 +70,16 @@ export default {
@include
ellipsis;
}
}
}
.list-right
{
text-align
:
right
;
color
:
#999999
;
font-size
:
16px
;
}
&
:last-child
{
padding-bottom
:
0
;
}
}
.more
{
width
:
120px
;
...
...
@@ -86,6 +90,7 @@ export default {
background
:
#cd3c0d
;
border-radius
:
4px
;
position
:
relative
;
float
:
right
;
&:hover
{
background
:
#a82c05
;
img
{
...
...
src/views/Home/index.vue
View file @
a2eb745a
...
...
@@ -106,7 +106,7 @@
</button>
</li>
</ul>
<div
class=
"tab-content marginTop1
0
"
>
<div
class=
"tab-content marginTop1
5
"
>
<div
class=
"tab-pane fade show active"
>
...
...
@@ -1794,6 +1794,10 @@ export default {
padding
:
18px
0
;
}
.marginTop15
{
margin-top
:
15px
;
}
.marginTop10
{
margin-top
:
10px
;
}
...
...
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