done
This commit is contained in:
parent
d20295d9ff
commit
3b144c93f5
File diff suppressed because one or more lines are too long
|
@ -42,7 +42,7 @@
|
||||||
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script> -->
|
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script> -->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
|
||||||
<script type="module" crossorigin src="/assets/index-Bm6vuYkC.js"></script>
|
<script type="module" crossorigin src="/assets/index-tUPF5Gax.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DlbKQED5.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-DlbKQED5.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@ const SearchMysql = () => {
|
||||||
<div className="col-lg-8 col-md-6 col-sm-12 p-0">
|
<div className="col-lg-8 col-md-6 col-sm-12 p-0">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Search..."
|
placeholder="Enter the keyword and hit ENTER button..."
|
||||||
className="form-control"
|
className="form-control"
|
||||||
id="search"
|
id="search"
|
||||||
name="search"
|
name="search"
|
||||||
|
@ -175,7 +175,7 @@ const SearchMysql = () => {
|
||||||
<div className="table-responsive">
|
<div className="table-responsive">
|
||||||
<table className="table widget-26">
|
<table className="table widget-26">
|
||||||
{/* Add table headers */}
|
{/* Add table headers */}
|
||||||
<thead>
|
<thead style={{color:"#fda417", fontSize: "15px"}}>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Details</th>
|
<th>Details</th>
|
||||||
<th>Total Living Square Foot</th>
|
<th>Total Living Square Foot</th>
|
||||||
|
|
|
@ -281,4 +281,3 @@ body{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue