@titaui/pc 1.10.52-beta.1 → 1.10.52

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.
@@ -34,7 +34,7 @@
34
34
  height: 476px;
35
35
  border-radius: 24px;
36
36
  background: #ffffff;
37
- box-shadow: 0px 0px 16px 0px rgba(127, 145, 180, 0.1);
37
+ box-shadow: 0px 8px 24px 0px rgba(127, 145, 180, 0.16);
38
38
  }
39
39
 
40
40
  .help-card__header {
@@ -56,8 +56,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
56
56
  var preCls = "titaui-user-message-msg-reply";
57
57
 
58
58
  function Reply(props) {
59
- var onItemClick = props.onItemClick,
60
- handleIntervalRequestMessageInfo = props.handleIntervalRequestMessageInfo;
59
+ var onItemClick = props.onItemClick;
61
60
 
62
61
  var _useState = (0, _react.useState)([]),
63
62
  _useState2 = _slicedToArray(_useState, 2),
@@ -117,18 +116,15 @@ function Reply(props) {
117
116
  }
118
117
 
119
118
  setIsLoading(false);
120
- });
121
- (0, _request.clearReplys)().then(function () {
122
- return handleIntervalRequestMessageInfo();
123
- });
119
+ }); // clearReplys().then(() => handleIntervalRequestMessageInfo());
124
120
  }, 300);
125
121
  }, []);
126
- console.log(replys);
127
122
  return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
128
123
  condition: isLoading
129
124
  }, /*#__PURE__*/_react["default"].createElement("img", {
130
125
  src: _loading["default"],
131
- className: (0, _classnames["default"])("".concat(preCls, "__loading"))
126
+ className: (0, _classnames["default"])("".concat(preCls, "__loading")),
127
+ alt: "\u7A0D\u7B49"
132
128
  })), /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
133
129
  condition: replys.length !== 0
134
130
  }, /*#__PURE__*/_react["default"].createElement("ul", {
@@ -104,7 +104,7 @@
104
104
  justify-content: center;
105
105
  align-items: center;
106
106
  background: #ffffff;
107
- box-shadow: 0px 0px 16px 0px rgba(127, 145, 180, 0.1);
107
+ box-shadow: 0px 8px 24px 0px rgba(127, 145, 180, 0.16);
108
108
  border-radius: 24px;
109
109
  }
110
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.10.52-beta.1",
3
+ "version": "1.10.52",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",