Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saasio
Project
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
reyun
saasio
Commits
ea16bc8b
Commit
ea16bc8b
authored
7 years ago
by
yangfangfang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公告修改
parent
fe4b8031
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
directive.js
src/main/websrc/js/app/directive.js
+6
-0
style.scss
src/main/websrc/styles/style.scss
+3
-1
notice.html
src/main/websrc/template/common/notice.html
+2
-2
No files found.
src/main/websrc/js/app/directive.js
View file @
ea16bc8b
...
@@ -2079,6 +2079,12 @@
...
@@ -2079,6 +2079,12 @@
$scope
.
backList
=
function
(){
$scope
.
backList
=
function
(){
$scope
.
isDetail
=
false
;
$scope
.
isDetail
=
false
;
}
}
angular
.
element
(
document
).
on
(
"click"
,
function
(){
$scope
.
$apply
(
function
(){
$scope
.
isLookList
=
false
;
});
});
}
}
};
};
}
}
...
...
This diff is collapsed.
Click to expand it.
src/main/websrc/styles/style.scss
View file @
ea16bc8b
...
@@ -6852,6 +6852,9 @@ pre{
...
@@ -6852,6 +6852,9 @@ pre{
color
:
#666
;
color
:
#666
;
font-weight
:
normal
;
font-weight
:
normal
;
cursor
:
pointer
;
cursor
:
pointer
;
&
:hover
{
text-decoration
:
underline
;
}
}
}
em
{
em
{
display
:
block
;
display
:
block
;
...
@@ -6864,7 +6867,6 @@ pre{
...
@@ -6864,7 +6867,6 @@ pre{
i
{
visibility
:
visible
;}
i
{
visibility
:
visible
;}
h6
{
h6
{
color
:
#333
;
color
:
#333
;
text-decoration
:
underline
;
}
}
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
src/main/websrc/template/common/notice.html
View file @
ea16bc8b
<div
class=
"noticeBox"
>
<div
class=
"noticeBox"
stop-event
>
<div
class=
"newInfo"
ng-if=
"noreadList.length>0 && !isLookList"
ng-click=
"changeLook()"
><i></i>
您有{{noreadList.length}}条新公告
</div>
<div
class=
"newInfo"
ng-if=
"noreadList.length>0 && !isLookList"
ng-click=
"changeLook()"
><i></i>
您有{{noreadList.length}}条新公告
</div>
<div
class=
"noNewInfo"
ng-if=
"noreadList.length==0 && !isLookList"
ng-click=
"changeLook()"
></div>
<div
class=
"noNewInfo"
ng-if=
"noreadList.length==0 && !isLookList"
ng-click=
"changeLook()"
></div>
<div
class=
"noticeWin"
ng-if=
"isLookList && !isDetail"
>
<div
class=
"noticeWin"
ng-if=
"isLookList && !isDetail"
>
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<div
class=
"hideNotice"
ng-click=
"changeLook()"
></div>
<div
class=
"hideNotice"
ng-click=
"changeLook()"
></div>
</div>
</div>
<div
class=
"noticeWin"
ng-if=
"isLookList && isDetail"
>
<div
class=
"noticeWin"
ng-if=
"isLookList && isDetail"
>
<div
class=
"winTitle small"
ng-click=
"backList()"
>
<div
class=
"winTitle small"
>
<div
class=
"noticeBack"
ng-click=
"backList()"
></div>
<div
class=
"noticeBack"
ng-click=
"backList()"
></div>
<div
class=
"photo"
></div>
热云数据运营团队
<div
class=
"photo"
></div>
热云数据运营团队
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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