@titaui/pc 1.10.12 → 1.10.13

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.
@@ -87,9 +87,7 @@ var CommunicationRecord = function CommunicationRecord(_ref) {
87
87
  userId: communicationTrack.publishUser.userId
88
88
  }), /*#__PURE__*/_react["default"].createElement("span", {
89
89
  className: "".concat(prefix, "__communication-time")
90
- }, /*#__PURE__*/_react["default"].createElement("span", {
91
- className: "".concat(prefix, "__communication-time-point")
92
- }, "\xB7"), communicationTrack.createDate)) : /*#__PURE__*/_react["default"].createElement("span", {
90
+ }, communicationTrack.createDate)) : /*#__PURE__*/_react["default"].createElement("span", {
93
91
  className: "".concat(prefix, "__communication-item")
94
92
  }, /*#__PURE__*/_react["default"].createElement(_ConvertUserName["default"], {
95
93
  userName: communicationTrack.publishUser.name,
@@ -101,9 +99,7 @@ var CommunicationRecord = function CommunicationRecord(_ref) {
101
99
  userId: communicationTrack.parentUser.userId
102
100
  }), /*#__PURE__*/_react["default"].createElement("span", {
103
101
  className: "".concat(prefix, "__communication-time")
104
- }, /*#__PURE__*/_react["default"].createElement("span", {
105
- className: "".concat(prefix, "__communication-time-point")
106
- }, "\xB7"), communicationTrack.createDate), /*#__PURE__*/_react["default"].createElement(_Portals["default"], null, /*#__PURE__*/_react["default"].createElement(_reactTooltip["default"], {
102
+ }, communicationTrack.createDate), /*#__PURE__*/_react["default"].createElement(_Portals["default"], null, /*#__PURE__*/_react["default"].createElement(_reactTooltip["default"], {
107
103
  html: true,
108
104
  className: "tt-react-tooltip",
109
105
  place: "top",
@@ -49,11 +49,7 @@
49
49
  font-weight: 400;
50
50
  color: #89919F;
51
51
  line-height: 18px;
52
- margin-left: 6px;
53
- }
54
-
55
- .titaui-communication__communication-time-point {
56
- margin-right: 4px;
52
+ margin-left: 12px;
57
53
  }
58
54
 
59
55
  .titaui-communication__communication-bottom {
@@ -65,7 +65,8 @@ var DynamicList = function DynamicList(_ref) {
65
65
  }]
66
66
  }, data.map(function (item) {
67
67
  return /*#__PURE__*/_react["default"].createElement("div", {
68
- className: "".concat(prefix, "__item-wrapper")
68
+ className: "".concat(prefix, "__item-wrapper"),
69
+ key: item.feedId
69
70
  }, /*#__PURE__*/_react["default"].createElement(_dynamicItem["default"], {
70
71
  data: item,
71
72
  onDeleteFeed: handleDeleteFeed,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.10.12",
3
+ "version": "1.10.13",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",