Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
761050ce
Commit
761050ce
authored
Apr 30, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
table嵌套
parent
c7445834
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
44 deletions
+33
-44
base.less
assets/css/base.less
+32
-19
index.vue
pages/aps/aps/index.vue
+1
-1
compare.vue
pages/aps/results/compare.vue
+0
-24
No files found.
assets/css/base.less
View file @
761050ce
...
...
@@ -831,14 +831,18 @@ textarea::-webkit-input-placeholder {
background: #f5f6fa;
}
.tableCommon .tableCommon tr th {
line-height:
30
px;
line-height:
24
px;
font-size: 14px;
background: #EEEDF0;
}
.tableCommon .tableCommon tr td {
padding: 0 2px;
background: #D5E6FB;
}
.tableCommon .tableCommon{
tr td {
border: none;
border-bottom: 1px solid #E4E6ED;
padding: 0 2px;
background: #F6F8FB;
}
}
.tableCommon tr td {
line-height: 25px;
font-size: 14px;
...
...
@@ -934,6 +938,15 @@ html [type=button] {
}
.action {
.op{
i{
font-size: 16px;
}
i:hover{
background: #1890FF;
color: #fff;
}
}
a {
margin: 0 5px;
color: #1890FF; //查看和其他
...
...
@@ -947,18 +960,18 @@ html [type=button] {
color: #249E91;
}
a.add:hover {
color: #27AB9D;
}
//
a.add:hover {
// //
color: #27AB9D;
//
}
a.edit {
// color: #32B187;
color: rgb(6, 147, 212)
}
a.edit:hover {
color: #35BD90
}
//
a.edit:hover {
//
color: #35BD90
//
}
a.remove,a.delete {
color: #FF7A8B;
...
...
@@ -990,15 +1003,15 @@ html [type=button] {
}
}
a.icon:hover {
background: #27AB9D;
color: #fff;
}
//
a.icon:hover {
//
background: #27AB9D;
//
color: #fff;
//
}
a.icon:active {
background: #229185;
color: #fff;
}
//
a.icon:active {
//
background: #229185;
//
color: #fff;
//
}
}
.icon_box{
...
...
pages/aps/aps/index.vue
View file @
761050ce
...
...
@@ -10,7 +10,7 @@
:page=
"false"
@
on-selection-change=
"onSelect"
:batch=
"true"
:border=
"
fals
e"
:border=
"
tru
e"
:easy=
"false"
>
<template
slot=
"easySearch"
></
template
>
...
...
pages/aps/results/compare.vue
View file @
761050ce
...
...
@@ -52,30 +52,6 @@
<li>
效率系数
</li>
</ul>
</div>
<!--
<div
class=
"fg list_box"
>
<ul
class=
"right_ul"
>
<li
class=
"right_ul_title"
>
<a
class=
"del_case"
>
<Icon
type=
"md-close"
size=
"16"
@
click=
"delitedCase"
title=
"删除"
/>
</a>
<span
class=
"case"
>
方案二
</span>
<span
class=
"case_time"
>
2020-03-22 13:26:35
</span>
</li>
<li>
延期交付批次数
</li>
<li>
延期交付天数
</li>
<li>
提前交付批次数
</li>
<li>
提前交付天数
</li>
<li>
周日加班设备数
</li>
<li>
周日设备工作小时数
</li>
<li>
周六加班设备数
</li>
<li>
周六设备工作小时数
</li>
<li>
重叠法工序数
</li>
<li>
离散法工序数
</li>
<li>
离散值平均值
</li>
<li>
任务平衡工序数
</li>
<li>
效率系数
</li>
</ul>
</div>
-->
</div>
</div>
</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