forked from ddrilling/asb_cloud_front
Добавлены фильтры для сообщений. Убраны заголовки. Изменены стили.
This commit is contained in:
parent
6931806372
commit
e13eda5ed1
@ -17,7 +17,7 @@ export default function Well() {
|
||||
<Layout>
|
||||
<Menu
|
||||
mode="horizontal"
|
||||
selectable={false}
|
||||
selectable={true}
|
||||
className="well_menu"
|
||||
>
|
||||
<Menu.Item key="1" icon={<FundViewOutlined/>}>
|
||||
|
@ -1,4 +1,4 @@
|
||||
import {Button, Table, Select, DatePicker, ConfigProvider} from 'antd';
|
||||
import {Table, Select, DatePicker, ConfigProvider} from 'antd';
|
||||
import {MessageService} from '../services/api'
|
||||
import {useState, useEffect} from 'react'
|
||||
import {useParams} from 'react-router-dom'
|
||||
@ -110,9 +110,9 @@ export default function Messages() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<h2>Сообщения</h2>
|
||||
<hr/>
|
||||
<h3>Фильтр сообщений</h3>
|
||||
|
||||
<div className='filter-group'>
|
||||
<h3 className='filter-group__heading'>Фильтр сообщений</h3>
|
||||
<Select
|
||||
mode="multiple"
|
||||
allowClear
|
||||
@ -128,7 +128,7 @@ export default function Messages() {
|
||||
onChange={onChangeRange}
|
||||
/>
|
||||
</ConfigProvider>
|
||||
|
||||
</div>
|
||||
<Table
|
||||
columns={columns}
|
||||
dataSource={messages}
|
||||
|
@ -1,11 +1,3 @@
|
||||
/*.ant-table.ant-table-small .ant-table-tbody > tr > td {*/
|
||||
/* padding: 0;*/
|
||||
/*}*/
|
||||
|
||||
/*.ant-table-tbody > tr > td {*/
|
||||
/* border-bottom: 0.5px;*/
|
||||
/*}*/
|
||||
|
||||
.event_message > td {
|
||||
font-size: 14px;
|
||||
padding: 1px !important;
|
||||
@ -37,6 +29,15 @@
|
||||
background: #505060;
|
||||
}
|
||||
|
||||
.filter-group {
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
.filter-group__heading {
|
||||
margin: 5px auto;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
td.ant-table-column-sort {
|
||||
color: black;
|
||||
background-color: rgb(221, 247, 221);
|
||||
|
Loading…
Reference in New Issue
Block a user