优化:1、meta 业务配置页面,其他界面改善
2、元数据记录到内存缺少id的处理
3、设置platid为不可修改字段
This commit is contained in:
@@ -94,9 +94,9 @@ body {
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
.list-head {
|
||||
/*.list-head {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}*/
|
||||
|
||||
table td,th{
|
||||
white-space:nowrap;
|
||||
@@ -246,6 +246,26 @@ tr.dragging {
|
||||
ul.pager {
|
||||
margin: -15px 0 11px 10px;
|
||||
}
|
||||
.meta-service {
|
||||
#show,#edit,#filter,#export,#detail {
|
||||
td {
|
||||
input,select {
|
||||
margin: -4px;
|
||||
/*width: auto;*/
|
||||
}
|
||||
input[type="checkbox"] {
|
||||
margin: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.icon-move {
|
||||
text-align: center;
|
||||
width: 35px;
|
||||
}
|
||||
.color-x {
|
||||
color: #7771b9!important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
body,table,th,td,.table-bordered,textarea,.form-control,button,pre,hr,.panel,input,checkbox,
|
||||
@@ -310,6 +330,7 @@ body,table,th,td,.table-bordered,textarea,.form-control,button,pre,hr,.panel,inp
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
.plat-switch {
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user