@chlp-tech/rpa-ui 0.0.5 → 0.0.6

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.
@@ -140,7 +140,7 @@ var ReleaseVideoCard = function ReleaseVideoCard(props) {
140
140
  }
141
141
  }, props.time))), /*#__PURE__*/React.createElement(Space, {
142
142
  direction: 'vertical',
143
- size: 20,
143
+ size: 10,
144
144
  className: styles['card__header']
145
145
  }, /*#__PURE__*/React.createElement("div", {
146
146
  style: ((_props$mediaInfo = props.mediaInfo) === null || _props$mediaInfo === void 0 ? void 0 : _props$mediaInfo.type) === 'video' ? {} : {
@@ -150,10 +150,10 @@ var ReleaseVideoCard = function ReleaseVideoCard(props) {
150
150
  lines: 1
151
151
  }, "\u6807\u9898\uFF1A", props.title || '- -')), /*#__PURE__*/React.createElement("div", {
152
152
  style: {
153
- height: 72
153
+ height: 55
154
154
  }
155
155
  }, /*#__PURE__*/React.createElement(TextEllipsis, {
156
- lines: 3
156
+ lines: 2
157
157
  }, "\u63CF\u8FF0\uFF1A", props.desc || '- -')), /*#__PURE__*/React.createElement("div", {
158
158
  className: styles['card__header__block']
159
159
  }, /*#__PURE__*/React.createElement("div", {
@@ -114,6 +114,7 @@
114
114
  display: flex;
115
115
  align-items: center;
116
116
  justify-content: space-between;
117
+ margin-bottom: 8px;
117
118
 
118
119
  .right-wrap {
119
120
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chlp-tech/rpa-ui",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "rpa-ui",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",