This commit is contained in:
Nguyễn Hải Dũng 2022-12-23 11:05:40 +07:00
parent 3c714fc8c5
commit c8481e50ec
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
REACT_APP_HOST='http://api.face-classify.beetai.com'
REACT_APP_SOURCE_IMG=0
WDS_SOCKET_PORT=0

View File

@ -377,8 +377,8 @@ export default function User() {
</div>
<div className="table-responsive text-nowrap">
<table className="table table-bordered font-family-text color table-hover table-checkable dataTable no-footer dtr-inline collapsed">
<thead>
<tr>
<thead className='k-grid-header' role='rowgroup' style={{backgroundColor: '#2673b4'}}>
<tr className='font-family-text color' style={{color: 'white', fontWeight: 600, fontSize: 16,}}>
<th style={{ 'verticalAlign': 'middle', 'width': '80px' }}>STT</th>
<th style={{ 'verticalAlign': 'middle', 'width': '240px' }}>Tên đăng nhập</th>
<th style={{ 'verticalAlign': 'middle', 'width': '280px' }}>Họ tên</th>