Commit b6a84aa8 by guomingpang

style:答题详情样式调整

parent 38769282
...@@ -259,7 +259,7 @@ function DataAnalysic(props: any) { ...@@ -259,7 +259,7 @@ function DataAnalysic(props: any) {
</div> </div>
</div> </div>
<div className='xm-search-filter' style={{ marginTop: 12 }}> <div className='xm-search-filter' style={{ marginTop: '24px' }}>
<div style={{ display: 'flex' }}> <div style={{ display: 'flex' }}>
<div className='search-condition'> <div className='search-condition'>
<div className='search-condition__item'> <div className='search-condition__item'>
......
.examination-manager{ .examination-manager {
.status{ .status {
display: inline-block; display: inline-block;
margin-left: 4px; margin-left: 4px;
border: 1px solid #999; border: 1px solid #999;
padding: 2px 4px; padding: 2px 4px;
line-height: 16px; line-height: 16px;
} }
.ant-table-column-sorters {
justify-content: flex-end;
}
.ant-table-column-sorter { .ant-table-column-sorter {
margin-top: 0px !important; margin-top: 0px !important;
}
.ant-table tbody tr {
&:nth-child(even) {
background: #fff;
} }
.ant-table tbody tr { &:nth-child(odd) {
&:nth-child(even) { background: #fafafa;
background: #fff;
}
&:nth-child(odd) {
background: #fafafa;
}
} }
} }
\ 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