@titaui/pc 1.15.35 → 1.15.36

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.
@@ -178,12 +178,7 @@ var BookDemoPCContent = function BookDemoPCContent(_ref) {
178
178
  if (res.data.Code) {
179
179
  (0, _request.sendBookDemoJson)((0, _utils.bookDemoTransformDataToJson)(result, source > 0 ? source : Source, _constant.DemoTypeTextMap[type], content, uid));
180
180
 
181
- _toast["default"].Success("提交成功", {
182
- style: {
183
- position: "fixed"
184
- },
185
- canClose: false
186
- });
181
+ _toast["default"].Success("提交成功");
187
182
 
188
183
  if (onSubmitSuccess) {
189
184
  onSubmitSuccess();
@@ -37,15 +37,15 @@
37
37
 
38
38
  .titaui-expiration-reminder__description {
39
39
  margin: 24px 0 28px;
40
- font-size: 18px;
41
- line-height: 36px;
42
- color: #141C28;
40
+ font-size: 16px;
41
+ line-height: 32px;
42
+ color: #3f4755;
43
43
  text-align: center;
44
44
  }
45
45
 
46
46
  .titaui-expiration-reminder__description .titaui-text-btn {
47
- font-size: 18px;
48
- line-height: 36px;
47
+ font-size: 16px;
48
+ line-height: 32px;
49
49
  }
50
50
 
51
51
  .titaui-expiration-reminder__footer {
@@ -54,9 +54,9 @@
54
54
 
55
55
  .titaui-expiration-reminder__footer .titaui-rect-btn {
56
56
  width: 356px;
57
- height: 52px;
57
+ height: 48px;
58
58
  margin: 0 auto 10px;
59
- font-size: 18px;
59
+ font-size: 16px;
60
60
  line-height: 24px;
61
61
  border-radius: 26px;
62
62
  }
@@ -93,12 +93,12 @@
93
93
  }
94
94
 
95
95
  .titaui-expiration-reminder__remain-day {
96
- font-size: 36px;
96
+ font-size: 32px;
97
97
  color: #2879ff;
98
98
  }
99
99
 
100
100
  .titaui-expiration-reminder__title {
101
- font-size: 28px;
101
+ font-size: 24px;
102
102
  font-weight: 600;
103
103
  line-height: 34px;
104
104
  color: #141C28;
@@ -106,7 +106,6 @@
106
106
  }
107
107
 
108
108
  .titaui-expiration-reminder__title img {
109
- position: relative;
110
- top: -4px;
111
- left: -4px;
109
+ width: 28px;
110
+ margin-right: 4px;
112
111
  }
@@ -31,7 +31,7 @@ var _mirroring = _interopRequireDefault(require("../mirroring"));
31
31
 
32
32
  var _toast = _interopRequireDefault(require("../toast"));
33
33
 
34
- var _emoji = _interopRequireDefault(require("./img/emoji.svg"));
34
+ var _emojiWail = _interopRequireDefault(require("./img/emoji-wail.png"));
35
35
 
36
36
  var _qrcodeTrial = _interopRequireDefault(require("./img/qrcode-trial.png"));
37
37
 
@@ -161,7 +161,7 @@ var ExpirationReminder = function ExpirationReminder() {
161
161
  return setMirrorSwitch('on');
162
162
  },
163
163
  type: "primary",
164
- text: " \u8054\u7CFB\u987E\u95EE "
164
+ text: " \u8BF7\u8054\u7CFB\u987E\u95EE "
165
165
  }), /*#__PURE__*/_react["default"].createElement("span", null, "\u7D22\u53D6\u4F18\u60E0~")))
166
166
  }), _defineProperty(_trialVersion, _utils.ApplicationState.Expired, {
167
167
  closeEnable: false,
@@ -170,7 +170,7 @@ var ExpirationReminder = function ExpirationReminder() {
170
170
  title: /*#__PURE__*/_react["default"].createElement("h2", {
171
171
  className: "".concat(prefixCls, "__title")
172
172
  }, /*#__PURE__*/_react["default"].createElement("img", {
173
- src: _emoji["default"],
173
+ src: _emojiWail["default"],
174
174
  alt: "Emoji"
175
175
  }), "\u60A8\u7684 Tita \u8BD5\u7528\u5DF2\u5230\u671F"),
176
176
  content: /*#__PURE__*/_react["default"].createElement("div", {
@@ -180,7 +180,7 @@ var ExpirationReminder = function ExpirationReminder() {
180
180
  return setMirrorSwitch('on');
181
181
  },
182
182
  type: "primary",
183
- text: " \u8054\u7CFB\u987E\u95EE"
183
+ text: " \u8BF7\u8054\u7CFB\u987E\u95EE"
184
184
  })))
185
185
  }), _defineProperty(_trialVersion, "button", /*#__PURE__*/_react["default"].createElement(_button["default"].Rect, {
186
186
  onClick: showBookDemo,
@@ -203,7 +203,7 @@ var ExpirationReminder = function ExpirationReminder() {
203
203
  }, " ", Day, " "), "\u5929"),
204
204
  content: /*#__PURE__*/_react["default"].createElement("div", {
205
205
  className: "".concat(prefixCls, "__description")
206
- }, /*#__PURE__*/_react["default"].createElement("p", null, "\u7EED\u8D39\u670D\u52A1 \u8054\u7CFB\u987E\u95EE"))
206
+ }, /*#__PURE__*/_react["default"].createElement("p", null, "\u7EED\u8D39\u670D\u52A1 \u8BF7\u8054\u7CFB\u987E\u95EE"))
207
207
  }), _defineProperty(_officialVersion, _utils.ApplicationState.Expired, {
208
208
  closeEnable: false,
209
209
  height: 466,
@@ -211,12 +211,12 @@ var ExpirationReminder = function ExpirationReminder() {
211
211
  title: /*#__PURE__*/_react["default"].createElement("h2", {
212
212
  className: "".concat(prefixCls, "__title")
213
213
  }, /*#__PURE__*/_react["default"].createElement("img", {
214
- src: _emoji["default"],
214
+ src: _emojiWail["default"],
215
215
  alt: "Emoji"
216
216
  }), "\u60A8\u7684 Tita \u7CFB\u7EDF\u4F7F\u7528\u5DF2\u5230\u671F"),
217
217
  content: /*#__PURE__*/_react["default"].createElement("div", {
218
218
  className: "".concat(prefixCls, "__description")
219
- }, /*#__PURE__*/_react["default"].createElement("p", null, "\u9519\u8FC7\u4E86\u4E00\u5927\u6CE2\u4EA7\u54C1\u5347\u7EA7\u54E6~"), /*#__PURE__*/_react["default"].createElement("p", null, "\u4E86\u89E3 Tita \u65B0\u529F\u80FD \u9884\u7EA6\u987E\u95EE\u6F14\u793A"))
219
+ }, /*#__PURE__*/_react["default"].createElement("p", null, "\u9519\u8FC7\u4E86\u4E00\u5927\u6CE2\u4EA7\u54C1\u5347\u7EA7\u54E6~"), /*#__PURE__*/_react["default"].createElement("p", null, "\u4E86\u89E3 Tita \u65B0\u529F\u80FD \u8BF7\u9884\u7EA6\u987E\u95EE\u6F14\u793A"))
220
220
  }), _defineProperty(_officialVersion, "button", /*#__PURE__*/_react["default"].createElement(_button["default"].Rect, {
221
221
  onClick: function onClick() {
222
222
  return setMirrorSwitch('on');
@@ -282,7 +282,7 @@ var ExpirationReminder = function ExpirationReminder() {
282
282
  className: "".concat(prefixCls, "__qrcode-title")
283
283
  }, "\u5FAE\u4FE1/\u4F01\u4E1A\u5FAE\u4FE1\u626B\u4E00\u626B"), /*#__PURE__*/_react["default"].createElement("h3", {
284
284
  className: "".concat(prefixCls, "__qrcode-subtitle")
285
- }, "\u4E13\u5C5E\u5BA2\u670D\u4E3A\u4F60\u63D0\u4F9B\u54A8\u8BE2\u670D\u52A1"), /*#__PURE__*/_react["default"].createElement("img", {
285
+ }, "\u4E13\u5C5E\u5BA2\u670D\u4E3A\u60A8\u63D0\u4F9B\u54A8\u8BE2\u670D\u52A1"), /*#__PURE__*/_react["default"].createElement("img", {
286
286
  className: "".concat(prefixCls, "__qrcode-img"),
287
287
  src: qrCode,
288
288
  alt: "\u5FAE\u4FE1/\u4F01\u4E1A\u5FAE\u4FE1\u626B\u4E00\u626B",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.15.35",
3
+ "version": "1.15.36",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
@@ -1,16 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="34px" height="34px" viewBox="0 0 34 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>编组 27</title>
4
- <g id="到期时间页面优化" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="合作客户---已过期" transform="translate(-424.000000, -362.000000)">
6
- <g id="编组-27备份-2" transform="translate(390.000000, 167.000000)">
7
- <g id="编组-27" transform="translate(34.000000, 195.000000)">
8
- <rect id="矩形" fill-opacity="0" fill="#FFFFFF" x="0" y="0" width="34" height="34"></rect>
9
- <text id="😭" font-family="AppleColorEmoji, Apple Color Emoji" font-size="28" font-weight="normal" line-spacing="28" fill="#141C28">
10
- <tspan x="3" y="31.2419314">😭</tspan>
11
- </text>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </svg>