style
This commit is contained in:
@@ -241,7 +241,7 @@ class ImportImage extends Component {
|
||||
<div className="m-portlet__head">
|
||||
<div className="m-portlet__head-caption">
|
||||
<div className="m-portlet__head-title">
|
||||
<h3 className="m-portlet__head-text">
|
||||
<h3 className="font-family-text">
|
||||
Kho ảnh
|
||||
</h3>
|
||||
</div>
|
||||
@@ -285,7 +285,7 @@ class ImportImage extends Component {
|
||||
className="btn btn-accent m-btn m-btn--icon" id="m_search">
|
||||
<span>
|
||||
<i className="la la-search" />
|
||||
<span>Tìm kiếm</span>
|
||||
<span className="font-family-text">Tìm kiếm</span>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@@ -297,7 +297,7 @@ class ImportImage extends Component {
|
||||
className="btn btn-secondary m-btn m-btn--icon" id="m_reset">
|
||||
<span>
|
||||
<i className="la la-rotate-left" />
|
||||
<span>Tải lại</span>
|
||||
<span className="font-family-text">Tải lại</span>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@@ -320,7 +320,7 @@ class ImportImage extends Component {
|
||||
: "" }
|
||||
</div>
|
||||
{/*begin: Datatable */}
|
||||
<table className="table table-striped- table-bordered table-hover table-checkable" id="m_table_1">
|
||||
<table className="table table-striped- table-bordered table-hover table-checkable font-family-text" id="m_table_1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style={{width: "50px"}}>STT</th>
|
||||
|
||||
Reference in New Issue
Block a user