sea-chart 1.1.73 → 1.1.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21,6 +21,22 @@
|
|
|
21
21
|
font-size: 16px;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
+
.sea-chart-statistic-records-dialog .search-header .btn-close-row-detail {
|
|
25
|
+
display: flex;
|
|
26
|
+
align-items: center;
|
|
27
|
+
justify-content: center;
|
|
28
|
+
width: 24px;
|
|
29
|
+
height: 24px;
|
|
30
|
+
color: #000;
|
|
31
|
+
cursor: pointer;
|
|
32
|
+
font-weight: 700;
|
|
33
|
+
opacity: .5;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.sea-chart-statistic-records-dialog .search-header .btn-close-row-detail:hover {
|
|
37
|
+
opacity: 0.75;
|
|
38
|
+
}
|
|
39
|
+
|
|
24
40
|
.sea-chart-statistic-records-dialog .no-search-result {
|
|
25
41
|
height: 100%;
|
|
26
42
|
width: 100%;
|
|
@@ -347,14 +347,9 @@ class StatisticRecordDialog extends React.Component {
|
|
|
347
347
|
zIndex: 1048
|
|
348
348
|
}, /*#__PURE__*/React.createElement(Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
349
349
|
className: "search-header"
|
|
350
|
-
}, /*#__PURE__*/React.createElement("span", null, title), /*#__PURE__*/React.createElement("
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
"aria-label": "Close",
|
|
354
|
-
onClick: this.toggle
|
|
355
|
-
}, /*#__PURE__*/React.createElement("span", {
|
|
356
|
-
"aria-hidden": "true"
|
|
357
|
-
}, "\xD7"))), /*#__PURE__*/React.createElement("div", {
|
|
350
|
+
}, /*#__PURE__*/React.createElement("span", null, title), /*#__PURE__*/React.createElement("span", {
|
|
351
|
+
class: "dtable-font dtable-icon-x btn-close-row-detail"
|
|
352
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
358
353
|
className: "search-input-container"
|
|
359
354
|
}, /*#__PURE__*/React.createElement("i", {
|
|
360
355
|
className: "header-search-icon dtable-font dtable-icon-search"
|