PAL流程阅览
This commit is contained in:
parent
97fabd9b62
commit
f73e1711b8
@ -665,7 +665,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function initOutputFileLink() {
|
function initOutputFileLink() {
|
||||||
|
|
||||||
if(taskId != "") {
|
if(taskId != "") {
|
||||||
var html = '';
|
var html = '';
|
||||||
// 只包含手册的链接
|
// 只包含手册的链接
|
||||||
@ -693,7 +692,6 @@
|
|||||||
|
|
||||||
//三员模式文件预览
|
//三员模式文件预览
|
||||||
function secOpenOutputFile(id) {
|
function secOpenOutputFile(id) {
|
||||||
debugger;
|
|
||||||
if (taskId !="<#taskId>"){
|
if (taskId !="<#taskId>"){
|
||||||
openOutputFile(taskId);
|
openOutputFile(taskId);
|
||||||
}else{
|
}else{
|
||||||
@ -916,7 +914,7 @@
|
|||||||
}
|
}
|
||||||
#designer_layout{background: none!important;margin:10px!important;}
|
#designer_layout{background: none!important;margin:10px!important;}
|
||||||
.awsui-table-bordered td{border:0!important; padding: 5px 0!important;}
|
.awsui-table-bordered td{border:0!important; padding: 5px 0!important;}
|
||||||
.awsui-table-bordered,.tableContent{border:0!important;line-height: 15px; float:left}
|
.awsui-table-bordered,.tableContent{border:0!important;line-height: 20px; float:left}
|
||||||
#designer_canvas{background: none!important;}
|
#designer_canvas{background: none!important;}
|
||||||
.task-box {
|
.task-box {
|
||||||
border: 1px solid #f1f5f7;border-top:2px solid #f1f5f7; padding: 10px;
|
border: 1px solid #f1f5f7;border-top:2px solid #f1f5f7; padding: 10px;
|
||||||
@ -944,7 +942,7 @@
|
|||||||
#pinglun{clear: both;overflow: hidden;height: auto;}
|
#pinglun{clear: both;overflow: hidden;height: auto;}
|
||||||
.suofang{height:40px;background-color:white;border-top:1px solid #efefef;vertical-align:middle;position: relative;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
|
.suofang{height:40px;background-color:white;border-top:1px solid #efefef;vertical-align:middle;position: relative;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
|
||||||
.processfiledown li{line-height: 20px;}
|
.processfiledown li{line-height: 20px;}
|
||||||
.awsui-table td{border:0!important; padding: 8px 0!important;}
|
.awsui-table td{border:0!important; padding: 2px 0!important;}
|
||||||
.iconTabClass{
|
.iconTabClass{
|
||||||
float: left;display: block; width: 18px; height: 18px; background:url("iconnew.png") no-repeat; background-size: 100%;}
|
float: left;display: block; width: 18px; height: 18px; background:url("iconnew.png") no-repeat; background-size: 100%;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user