@titaui/pc 1.15.28-beta.5 → 1.15.28-beta.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.
- package/lib/components/book-demo/components/pc/components/content/index.js +1 -6
- package/lib/components/expiration-reminder/img/emoji-wail.png +0 -0
- package/lib/components/expiration-reminder/index.css +10 -9
- package/lib/components/expiration-reminder/index.js +3 -3
- package/package.json +1 -1
- package/lib/components/expiration-reminder/img/emoji.png +0 -0
|
@@ -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();
|
|
Binary file
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
|
|
38
38
|
.titaui-expiration-reminder__description {
|
|
39
39
|
margin: 24px 0 28px;
|
|
40
|
-
font-size:
|
|
41
|
-
line-height:
|
|
42
|
-
color: #
|
|
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:
|
|
48
|
-
line-height:
|
|
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:
|
|
57
|
+
height: 48px;
|
|
58
58
|
margin: 0 auto 10px;
|
|
59
|
-
font-size:
|
|
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:
|
|
96
|
+
font-size: 32px;
|
|
97
97
|
color: #2879ff;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
.titaui-expiration-reminder__title {
|
|
101
|
-
font-size:
|
|
101
|
+
font-size: 24px;
|
|
102
102
|
font-weight: 600;
|
|
103
103
|
line-height: 34px;
|
|
104
104
|
color: #141C28;
|
|
@@ -106,5 +106,6 @@
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.titaui-expiration-reminder__title img {
|
|
109
|
+
width: 28px;
|
|
109
110
|
margin-right: 4px;
|
|
110
111
|
}
|
|
@@ -31,7 +31,7 @@ var _mirroring = _interopRequireDefault(require("../mirroring"));
|
|
|
31
31
|
|
|
32
32
|
var _toast = _interopRequireDefault(require("../toast"));
|
|
33
33
|
|
|
34
|
-
var
|
|
34
|
+
var _emojiWail = _interopRequireDefault(require("./img/emoji-wail.png"));
|
|
35
35
|
|
|
36
36
|
var _qrcodeTrial = _interopRequireDefault(require("./img/qrcode-trial.png"));
|
|
37
37
|
|
|
@@ -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:
|
|
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", {
|
|
@@ -211,7 +211,7 @@ 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:
|
|
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", {
|
package/package.json
CHANGED
|
Binary file
|