Commit facaeff6 authored by 皮倩雯's avatar 皮倩雯

fix: '表字段字段配置界面样式修改'

parent 5f3f16f2
...@@ -587,7 +587,6 @@ const AddModal = props => { ...@@ -587,7 +587,6 @@ const AddModal = props => {
} }
}; };
const mapTree = org => { const mapTree = org => {
console.log(org);
const haveChildren = Array.isArray(org.children) && org.children.length > 0; const haveChildren = Array.isArray(org.children) && org.children.length > 0;
return haveChildren ? ( return haveChildren ? (
<TreeNode value={org.name} title={org.name} disabled> <TreeNode value={org.name} title={org.name} disabled>
......
This diff is collapsed.
.serviceLog{ .serviceLog {
.head{ .head {
padding: 10px; padding: 10px;
background: white; background: white;
margin-bottom: 2px; margin-bottom: 2px;
min-width: 1030px; min-width: 1030px;
}
.foot {
padding: 10px;
background: white;
font-size: 20px;
}
.table {
border-top: 1px solid #f0eded;
// overflow: auto;//不要这个,pagination否则无法固定底部
.ant-table-thead tr th {
font-weight: 600;
color: rgba(0, 0, 0, 0.85);
background-color: #f6f9fe;
} }
.chart{ .ant-table-body {
padding: 10px; height: calc(100vh - 565px);
background: white; border-right: white;
font-size:20px; overflow: auto !important;
} }
.table{ .ant-pagination {
border-top: 1px solid #f0eded; z-index: 999;
// overflow: auto;//不要这个,pagination否则无法固定底部 border-top: 1px solid #f0eded;
.ant-table-thead tr th{
font-weight: 600;
color:rgba(0,0,0,0.85);
background-color:#F6F9FE;
}
.ant-table-body{
height:calc(100vh - 580px);
border-right: white;
overflow: auto !important;
}
.ant-pagination{
z-index: 999;
border-top: 1px solid #f0eded;
}
.ant-table-pagination{
padding-right: 12px;
background: white;
margin: 1px 0;
padding:8px;
padding-right: 20px;
}
.ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last{
border-right: 1px solid #DBE7FB !important;
}
.ant-table.ant-table-small {
width: 99%;
margin: 10px auto;
}
.ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last{
border: 1px solid #DBE7FB;
}
} }
.ant-spin-container { .ant-table-pagination {
background-color: white; padding-right: 12px;
} background: white;
.fontColor{ margin: 1px 0;
font-weight: 600; padding: 8px;
padding-right: 20px;
} }
.icon{ .ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last {
margin-top: -5px !important; border-right: 1px solid #dbe7fb !important;
vertical-align: text-bottom;
} }
.sel{ .ant-table.ant-table-small {
width: 100px; width: 99%;
margin: 10px auto;
} }
} .ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last {
\ No newline at end of file border: 1px solid #dbe7fb;
}
}
.ant-spin-container {
background-color: white;
}
.fontColor {
font-weight: 600;
}
.icon {
// margin-top: -5px !important;
vertical-align: text-bottom;
}
.sel {
width: 100px;
}
}
.ant-table-column-sorter-up + .ant-table-column-sorter-down {
margin-top: 0;
}
.ant-select-arrow .anticon > svg {
vertical-align: middle;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment