mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
bc42dec024
commit
54fa7db94a
3 changed files with 28 additions and 7 deletions
|
|
@ -7,7 +7,6 @@ a,
|
||||||
a:hover,
|
a:hover,
|
||||||
a:active {
|
a:active {
|
||||||
color: #333;
|
color: #333;
|
||||||
word-break: break-word;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.statbate {
|
.statbate {
|
||||||
|
|
@ -438,6 +437,31 @@ a {
|
||||||
border-top: 0 !important;
|
border-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mg-main-line.mg-line1 {
|
||||||
|
stroke: green;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mg-main-line.mg-line2 {
|
||||||
|
stroke: #25639a;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mg-main-line.mg-line3 {
|
||||||
|
stroke: brown;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header_track:hover,
|
||||||
|
.page-link:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="search"]::-webkit-search-cancel-button {
|
||||||
|
-webkit-appearance: searchfield-cancel-button;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 805px) {
|
@media (max-width: 805px) {
|
||||||
.promo-block,
|
.promo-block,
|
||||||
.dataTables_paginate,
|
.dataTables_paginate,
|
||||||
|
|
|
||||||
|
|
@ -189,8 +189,8 @@
|
||||||
<td>52976</td>
|
<td>52976</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="even">
|
<tr class="even">
|
||||||
<td class="d-none d-sm-table-cell">100</td>
|
<td class="d-none d-sm-table-cell"><a href="">100</a></td>
|
||||||
<td>ehotlovea</td>
|
<td><a href="">ehotlovea</a></td>
|
||||||
<td><font color="green">online</font></td>
|
<td><font color="green">online</font></td>
|
||||||
<td class="d-none d-sm-table-cell">1909</td>
|
<td class="d-none d-sm-table-cell">1909</td>
|
||||||
<td class="d-none d-sm-table-cell">1601</td>
|
<td class="d-none d-sm-table-cell">1601</td>
|
||||||
|
|
|
||||||
|
|
@ -65,9 +65,6 @@ $(document).on("click", "[data-modal-info]", function (e) {
|
||||||
|
|
||||||
if (data.chart.length != 0) {
|
if (data.chart.length != 0) {
|
||||||
xx11 = JSON.parse(data.chart);
|
xx11 = JSON.parse(data.chart);
|
||||||
//if(xx11.length > 28){
|
|
||||||
// xx11.pop();
|
|
||||||
//}
|
|
||||||
var xx22 = MG.convert.date(xx11, 'date');
|
var xx22 = MG.convert.date(xx11, 'date');
|
||||||
MG.data_graphic({
|
MG.data_graphic({
|
||||||
data: xx22,
|
data: xx22,
|
||||||
|
|
@ -81,7 +78,6 @@ $(document).on("click", "[data-modal-info]", function (e) {
|
||||||
target: document.getElementById('modelChart'),
|
target: document.getElementById('modelChart'),
|
||||||
x_accessor: 'date',
|
x_accessor: 'date',
|
||||||
y_accessor: 'value',
|
y_accessor: 'value',
|
||||||
//color: ['#25639a'],
|
|
||||||
x_axis: false,
|
x_axis: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
@ -236,4 +232,5 @@ console.log('Statbate is open source project (https://github.com/statbate)');
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
createTables();
|
createTables();
|
||||||
|
$('[data-toggle="tooltip"]').tooltip();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue