Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart
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
wangqinghua
smart
Commits
e7e63cab
Commit
e7e63cab
authored
Jun 25, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style update
parent
500601c6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
asset-part.component.html
...main/webapp/app/work/asset-part/asset-part.component.html
+1
-1
pararms.component.html
src/main/webapp/app/work/pararms/pararms.component.html
+4
-4
darkBlue.scss
src/main/webapp/content/scss/darkBlue.scss
+1
-1
No files found.
src/main/webapp/app/work/asset-part/asset-part.component.html
View file @
e7e63cab
...
...
@@ -58,7 +58,7 @@
</thead>
<tbody>
<tr
*
ngFor=
"let data of nzTable.data"
>
<td
class=
"round-tag tag-form main-
font-
color cursor"
>
<td
class=
"round-tag tag-form main-color cursor"
>
<span
(
click
)="
showCEditModal
(
data
.
id
)"
>
{{data.name}}
</span>
</td>
<td>
...
...
src/main/webapp/app/work/pararms/pararms.component.html
View file @
e7e63cab
...
...
@@ -42,8 +42,8 @@
</div>
<div
class=
"handle"
*
ngFor=
"let item of eventList;"
>
<span>
{{item.name}}
</span>
<span
class=
"main-
font-
color"
(
click
)="
showEditModal
('编辑事件分类',
1
,
item
)"
>
编辑
</span>
<span
class=
"main-
font-
color"
(
click
)="
deleteItem
(
item
)"
>
删除
</span>
<span
class=
"main-color"
(
click
)="
showEditModal
('编辑事件分类',
1
,
item
)"
>
编辑
</span>
<span
class=
"main-color"
(
click
)="
deleteItem
(
item
)"
>
删除
</span>
</div>
</div>
</div>
...
...
@@ -59,8 +59,8 @@
</div>
<div
class=
"handle"
*
ngFor=
"let item of planList;"
>
<span>
{{item.name}}
</span>
<span
class=
"main-
font-
color"
(
click
)="
showEditModal
('编辑计划分类',
1
,
item
)"
>
编辑
</span>
<span
class=
"main-
font-
color"
(
click
)="
deleteItem
(
item
)"
>
删除
</span>
<span
class=
"main-color"
(
click
)="
showEditModal
('编辑计划分类',
1
,
item
)"
>
编辑
</span>
<span
class=
"main-color"
(
click
)="
deleteItem
(
item
)"
>
删除
</span>
</div>
</div>
</div>
...
...
src/main/webapp/content/scss/darkBlue.scss
View file @
e7e63cab
$dark
:
#193250
;
$fontColor
:
#b2d4f9
;
.dark
{
color
:
$fontColor
;
color
:
#333333
;
//UI框架
.ant-table-thead
>
tr
>
th
{
...
...
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