sea-chart 1.1.73 → 1.1.75
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,10 @@ 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
|
-
className: "close",
|
|
353
|
-
"aria-label": "Close",
|
|
350
|
+
}, /*#__PURE__*/React.createElement("span", null, title), /*#__PURE__*/React.createElement("span", {
|
|
351
|
+
class: "dtable-font dtable-icon-x btn-close-row-detail",
|
|
354
352
|
onClick: this.toggle
|
|
355
|
-
}, /*#__PURE__*/React.createElement("
|
|
356
|
-
"aria-hidden": "true"
|
|
357
|
-
}, "\xD7"))), /*#__PURE__*/React.createElement("div", {
|
|
353
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
358
354
|
className: "search-input-container"
|
|
359
355
|
}, /*#__PURE__*/React.createElement("i", {
|
|
360
356
|
className: "header-search-icon dtable-font dtable-icon-search"
|