@titaui/pc 1.11.17 → 1.11.18

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.
@@ -19,7 +19,7 @@ var Chart = function Chart(props) {
19
19
  // });
20
20
  // }, []);
21
21
  var Chart = (_window = window) === null || _window === void 0 ? void 0 : (_window$SupersetChart = _window.SupersetChart) === null || _window$SupersetChart === void 0 ? void 0 : _window$SupersetChart.SupersetChart;
22
- return /*#__PURE__*/_react["default"].createElement("div", null, Chart && /*#__PURE__*/_react["default"].createElement(Chart, props));
22
+ return Chart && /*#__PURE__*/_react["default"].createElement(Chart, props);
23
23
  };
24
24
 
25
25
  var _default = Chart;
@@ -1,7 +1,7 @@
1
1
  .titaui-number-select {
2
2
  font-size: 14px;
3
3
  font-family: -apple-system, Arial, Verdana, Helvetica Neue, Helvetica, sans-serif, PingFang SC, Microsoft YaHei;
4
- color: #3F4755;
4
+ color: #3f4755;
5
5
  position: relative;
6
6
  }
7
7
 
@@ -22,12 +22,12 @@
22
22
 
23
23
  .titaui-number-select--action-icon {
24
24
  display: inline-block;
25
- width: 12px;
26
- height: 12px;
27
- background: #BFC7D5;
25
+ width: 16px;
26
+ height: 16px;
27
+ background: #bfc7d5;
28
28
  border-radius: 10px;
29
29
  text-align: center;
30
- line-height: 10px;
30
+ line-height: 14px;
31
31
  color: #fff;
32
32
  cursor: pointer;
33
33
  vertical-align: middle;
@@ -39,11 +39,11 @@
39
39
  }
40
40
 
41
41
  .titaui-number-select--action-icon-right {
42
- line-height: 12px;
42
+ line-height: 16px;
43
43
  }
44
44
 
45
45
  .titaui-number-select--action-icon:hover {
46
- background: #2879FF;
46
+ background: #2879ff;
47
47
  }
48
48
 
49
49
  .titaui-number-select--action-icon__disable {
@@ -51,13 +51,13 @@
51
51
  }
52
52
 
53
53
  .titaui-number-select--action-icon__disable:hover {
54
- background: #BFC7D5;
54
+ background: #bfc7d5;
55
55
  opacity: 0.4;
56
56
  cursor: not-allowed;
57
57
  }
58
58
 
59
59
  .titaui-number-select--value {
60
- margin: 0 4px;
60
+ margin: 0 4px;
61
61
  vertical-align: middle;
62
62
  -webkit-touch-callout: none;
63
63
  -webkit-user-select: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.11.17",
3
+ "version": "1.11.18",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",