@titaui/pc 1.9.147 → 1.9.148
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.
|
@@ -44,39 +44,20 @@
|
|
|
44
44
|
padding-right: 22px;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.titaui-book-demo-pc-content__right-form-privacy {
|
|
48
|
-
display: flex;
|
|
49
|
-
align-items: center;
|
|
50
|
-
grid-column-start: 1;
|
|
51
|
-
grid-column-end: 3;
|
|
52
|
-
font-size: 12px;
|
|
53
|
-
line-height: 18px;
|
|
54
|
-
padding-bottom: 20px;
|
|
55
|
-
position: relative;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.titaui-book-demo-pc-content__right-form-privacy-aggre {
|
|
59
|
-
margin-left: 4px;
|
|
60
|
-
color: #3f4755;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.titaui-book-demo-pc-content__right-form-privacy-link {
|
|
64
|
-
margin-left: 4px;
|
|
65
|
-
color: #2879ff;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
47
|
.titaui-book-demo-pc-content__right-commit {
|
|
69
48
|
height: 88px;
|
|
70
49
|
background: #ffffff;
|
|
71
50
|
border-radius: 0px 0px 24px 0px;
|
|
72
51
|
display: flex;
|
|
73
52
|
justify-content: center;
|
|
53
|
+
align-items: center;
|
|
54
|
+
flex-direction: column;
|
|
74
55
|
position: absolute;
|
|
75
56
|
bottom: 0;
|
|
76
57
|
}
|
|
77
58
|
|
|
78
59
|
.titaui-book-demo-pc-content__right-commit-btn {
|
|
79
|
-
margin-top:
|
|
60
|
+
margin-top: 12px;
|
|
80
61
|
width: 310px;
|
|
81
62
|
height: 40px;
|
|
82
63
|
background: #2879ff;
|
|
@@ -111,3 +92,25 @@
|
|
|
111
92
|
bottom: 76px;
|
|
112
93
|
right: 44px;
|
|
113
94
|
}
|
|
95
|
+
|
|
96
|
+
.titaui-book-demo-pc-content__privacy {
|
|
97
|
+
margin-top: 12px;
|
|
98
|
+
display: flex;
|
|
99
|
+
align-items: center;
|
|
100
|
+
grid-column-start: 1;
|
|
101
|
+
grid-column-end: 3;
|
|
102
|
+
font-size: 12px;
|
|
103
|
+
line-height: 18px;
|
|
104
|
+
padding-bottom: 8px;
|
|
105
|
+
position: relative;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.titaui-book-demo-pc-content__privacy-aggre {
|
|
109
|
+
margin-left: 4px;
|
|
110
|
+
color: #3f4755;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.titaui-book-demo-pc-content__privacy-link {
|
|
114
|
+
margin-left: 4px;
|
|
115
|
+
color: #2879ff;
|
|
116
|
+
}
|
|
@@ -336,17 +336,7 @@ var BookDemoPCContent = function BookDemoPCContent(_ref) {
|
|
|
336
336
|
ref: formRef
|
|
337
337
|
}, data.formField.map(function (item) {
|
|
338
338
|
return renderItem(item);
|
|
339
|
-
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
340
|
-
className: "".concat(preCls, "__right-form-privacy")
|
|
341
|
-
}, /*#__PURE__*/_react["default"].createElement(_checkbox["default"], {
|
|
342
|
-
onChange: handleChangeAggrePrivacyValue
|
|
343
|
-
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
344
|
-
className: "".concat(preCls, "__right-form-privacy-aggre")
|
|
345
|
-
}, "\u6211\u5DF2\u9605\u8BFB\u5E76\u540C\u610F "), /*#__PURE__*/_react["default"].createElement("a", {
|
|
346
|
-
href: "/Account/Register/ServiceTreaty?tenantId=0&isvId=10000",
|
|
347
|
-
target: "_blank",
|
|
348
|
-
className: "".concat(preCls, "__right-form-privacy-link")
|
|
349
|
-
}, "\u670D\u52A1\u53CA\u9690\u79C1\u6761\u6B3E")))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
339
|
+
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
350
340
|
className: (0, _classnames["default"])(_defineProperty({}, "".concat(preCls, "__right-commit--shadow"), isFormOverflow))
|
|
351
341
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
352
342
|
className: (0, _classnames["default"])("".concat(preCls, "__right-commit"))
|
|
@@ -356,7 +346,23 @@ var BookDemoPCContent = function BookDemoPCContent(_ref) {
|
|
|
356
346
|
onClick: handleCommit
|
|
357
347
|
}, "\u63D0\u4EA4", /*#__PURE__*/_react["default"].createElement(_conditionRender["default"], {
|
|
358
348
|
condition: isLoading
|
|
359
|
-
}, /*#__PURE__*/_react["default"].createElement("span", null, "\u4E2D\u3002\u3002\u3002")))
|
|
349
|
+
}, /*#__PURE__*/_react["default"].createElement("span", null, "\u4E2D\u3002\u3002\u3002"))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
350
|
+
className: "".concat(preCls, "__privacy")
|
|
351
|
+
}, /*#__PURE__*/_react["default"].createElement(_checkbox["default"], {
|
|
352
|
+
onChange: handleChangeAggrePrivacyValue
|
|
353
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
354
|
+
className: "".concat(preCls, "__privacy-aggre")
|
|
355
|
+
}, "\u6211\u5DF2\u9605\u8BFB\u5E76\u540C\u610F "), /*#__PURE__*/_react["default"].createElement("a", {
|
|
356
|
+
href: "https://okr.tita.com/#/privacy",
|
|
357
|
+
target: "_blank",
|
|
358
|
+
className: "".concat(preCls, "__privacy-link"),
|
|
359
|
+
rel: "noreferrer"
|
|
360
|
+
}, "\u300A\u9690\u79C1\u653F\u7B56\u300B"), "\u548C", /*#__PURE__*/_react["default"].createElement("a", {
|
|
361
|
+
target: "_blank",
|
|
362
|
+
className: "".concat(preCls, "__privacy-link"),
|
|
363
|
+
href: "https://okr.tita.com/#/userAgreement",
|
|
364
|
+
rel: "noreferrer"
|
|
365
|
+
}, "\u300A\u7528\u6237\u670D\u52A1\u534F\u8BAE\u300B")))));
|
|
360
366
|
};
|
|
361
367
|
|
|
362
368
|
BookDemoPCContent.defaultProps = {
|