@chlp-tech/rpa-ui 0.0.8 → 0.0.10

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.
@@ -75,7 +75,7 @@ var AccountSelect = function AccountSelect(props) {
75
75
  case 'img':
76
76
  return ['大小不超过8M', '尺寸需大于4:5,小于1.91:1'];
77
77
  case 'insImg':
78
- return ['图片宽高不应超过1920x1080'];
78
+ return ['Instagram 视频宽不能超过 1920像素'];
79
79
  case 'insVideo':
80
80
  return ['视频宽高需小于1080*1920'];
81
81
  case 'video':
@@ -118,6 +118,7 @@ var ReleaseVideoCard = function ReleaseVideoCard(props) {
118
118
  style: {
119
119
  width: 120,
120
120
  borderRadius: 8,
121
+ height: 160,
121
122
  overflow: "hidden",
122
123
  position: "relative"
123
124
  }
@@ -149,10 +150,7 @@ var ReleaseVideoCard = function ReleaseVideoCard(props) {
149
150
  }, /*#__PURE__*/React.createElement(TextEllipsis, {
150
151
  lines: 1
151
152
  }, "\u6807\u9898\uFF1A", props.title || '- -')), /*#__PURE__*/React.createElement("div", {
152
- className: styles['card_content'],
153
- style: {
154
- height: 55
155
- }
153
+ className: styles['card_content']
156
154
  }, /*#__PURE__*/React.createElement(TextEllipsis, {
157
155
  lines: 2
158
156
  }, "\u63CF\u8FF0\uFF1A", props.desc || '- -')), /*#__PURE__*/React.createElement("div", {
@@ -24,6 +24,10 @@
24
24
  text-align: left;
25
25
  font-style: normal;
26
26
  flex: 1;
27
+ display: flex;
28
+ flex-direction: column;
29
+ justify-content: space-around;
30
+
27
31
  &__desc {
28
32
  font-weight: 400;
29
33
  font-size: 14px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chlp-tech/rpa-ui",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "rpa-ui",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",