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

fix: 'App数据字典界面样式铺满'

parent 12cd7f52
Pipeline #77232 failed with stages
.AppDic{ .AppDic {
overflow: auto; overflow: auto;
.ant-table-thead tr th{ .ant-table-thead tr th {
font-weight: 600; font-weight: 600;
color:rgba(0,0,0,0.85); color: rgba(0, 0, 0, 0.85);
} }
.ant-pagination{ .ant-pagination {
z-index: 999; z-index: 999;
background: white; background: white;
margin: 2px 0px; margin: 2px 0px;
padding:6px 10px; padding: 6px 10px;
} }
.ant-table-tbody{ .ant-table-tbody {
.clickRowStyle{ .clickRowStyle {
background: #cfe7fd; background: #cfe7fd;
} }
.clickRowStyle:hover>td{ .clickRowStyle:hover > td {
background: #aed8fa; background: #aed8fa;
}
} }
} .ant-card-body {
.ant-card-body{ padding: 10px !important;
padding: 10px !important; }
} .ant-table-thead tr th {
.ant-table-thead tr th{ font-weight: 600;
font-weight: 600; color: rgba(0, 0, 0, 0.85);
color:rgba(0,0,0,0.85); }
} .ant-table-content {
.ant-table-content{ height: calc(100vh - 238px);
height:calc(100vh - 258px); border-right: white;
border-right: white; overflow: auto !important;
overflow: auto !important; }
} .ant-pagination {
.ant-pagination{ z-index: 999;
z-index: 999; border-top: 1px solid #f0eded;
border-top: 1px solid #f0eded; }
} .ant-table-pagination {
.ant-table-pagination{ padding-right: 12px;
padding-right: 12px; background: white;
background: white; margin: 1px 0;
margin: 1px 0; padding: 8px;
padding:8px; padding-right: 20px;
padding-right: 20px; }
} }
}
\ No newline at end of file
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