component-sanzhizhou 1.0.10 → 1.0.11

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.
@@ -276,9 +276,7 @@ var Auth = function Auth(_ref) {
276
276
  return /*#__PURE__*/_jsxs(styles.AuthQrLogin, {
277
277
  children: [/*#__PURE__*/_jsxs(styles.LoginForm, {
278
278
  children: [/*#__PURE__*/_jsx(styles.WebTitle, {
279
- children: /*#__PURE__*/_jsx("span", {
280
- children: "\u767B\u5F55/\u6CE8\u518C"
281
- })
279
+ children: "\u767B\u5F55/\u6CE8\u518C"
282
280
  }), /*#__PURE__*/_jsxs(Tabs, {
283
281
  activeKey: activeKey,
284
282
  onChange: function onChange(keyName) {
@@ -15,32 +15,12 @@ import { jsx as _jsx } from "react/jsx-runtime";
15
15
  import { jsxs as _jsxs } from "react/jsx-runtime";
16
16
  var formItemLayout = {
17
17
  labelCol: {
18
- xs: {
19
- span: 24
20
- },
21
- sm: {
22
- span: 5
23
- }
24
- },
25
- wrapperCol: {
26
- xs: {
27
- span: 24
28
- },
29
- sm: {
30
- span: 19
31
- }
18
+ span: 7
32
19
  }
33
20
  };
34
21
  var tailFormItemLayout = {
35
22
  wrapperCol: {
36
- xs: {
37
- span: 24,
38
- offset: 5
39
- },
40
- sm: {
41
- span: 16,
42
- offset: 5
43
- }
23
+ offset: formItemLayout.labelCol.span
44
24
  }
45
25
  };
46
26
  var AuthReg = function AuthReg(_ref) {
@@ -3,15 +3,15 @@ export default {
3
3
  AuthQrLogin: styled.div.withConfig({
4
4
  displayName: "AuthQrLogin",
5
5
  componentId: "component-sanzhizhou__sc-55ened-0"
6
- })(["position:relative;.ant-tabs-tab-btn{.anticon{margin-right:6px;}}.weQrUrl{position:absolute;left:50%;transform:translateX(-50%);}.qr{position:relative;display:block;margin:12px auto 0;width:230px;height:230px;background-repeat:no-repeat;background-size:cover;background-position:center;&.qrAlipay{border:3px solid #1677ff;}.reTry{position:absolute;z-index:100;left:0;top:0;width:100%;font-size:80px;background-color:rgba( 255,255,255,0.95 );text-align:center;line-height:210px;height:100%;a{display:block;}}}.alt{padding:10px 0 0;color:#999;text-align:center;}.altWeb{padding:16px 0 0;max-width:300px;margin:0 auto;.titles{text-align:center;font-weight:bold;}ul{margin:0 10px;}}.percent{width:100%;position:absolute;overflow:hidden;left:0;bottom:0;.warp{height:4px;background-color:#1677ff;transition:all 1.6s ease-in-out;-webkit-transition:all 1.6s ease-in-out;}}.callWechat{position:absolute;left:0;bottom:0;background:#F6F6F6;width:4px;height:4px;}.callAccount{position:absolute;right:0;bottom:0;background:#F6F6F6;width:4px;height:4px;}"]),
6
+ })(["position:relative;.ant-tabs-tab-btn{.anticon{margin-right:6px;}}.weQrUrl{position:absolute;left:50%;transform:translateX(-50%);}.qr{position:relative;display:block;margin:12px auto 0;width:230px;height:230px;background-repeat:no-repeat;background-size:cover;background-position:center;&.qrAlipay{border:3px solid #1677ff;}.reTry{position:absolute;z-index:100;left:0;top:0;width:100%;font-size:80px;background-color:rgba( 255,255,255,0.95 );text-align:center;line-height:210px;height:100%;a{display:block;}}}.alt{padding:10px 0 0;color:#999;text-align:center;}.altWeb{padding:16px 0 0;max-width:300px;margin:0 auto;.titles{text-align:center;font-weight:bold;}ul{margin:0 10px;}}.percent{width:100%;position:absolute;overflow:hidden;left:0;bottom:0;.warp{height:4px;background-color:#1677ff;transition:all 1.6s ease-in-out;-webkit-transition:all 1.6s ease-in-out;}}.callWechat{position:absolute;left:6px;bottom:6px;background:#F6F6F6;width:4px;height:4px;}.callAccount{position:absolute;right:6px;bottom:6px;background:#F6F6F6;width:4px;height:4px;}"]),
7
7
  LoginForm: styled.div.withConfig({
8
8
  displayName: "LoginForm",
9
9
  componentId: "component-sanzhizhou__sc-55ened-1"
10
- })(["margin:0 auto;padding:0 0 5px 0;background-color:rgba(255,255,255,0.75 );border-radius:6px;"]),
10
+ })(["margin:0 auto;padding:12px 16px 6px 16px;background-color:rgba(255,255,255,0.9 );border-radius:6px;"]),
11
11
  WebTitle: styled.div.withConfig({
12
12
  displayName: "WebTitle",
13
13
  componentId: "component-sanzhizhou__sc-55ened-2"
14
- })(["font-weight:normal;font-size:22px;text-align:center;padding:0;margin:6px 0 0 0;line-height:1em;span{display:inline-block;padding-left:5px;font-weight:lighter;font-size:16px;}"]),
14
+ })(["font-weight:normal;font-size:26px;text-align:center;padding:6px 0 0 0;line-height:1em;span{display:inline-block;padding-left:5px;font-weight:lighter;font-size:16px;}"]),
15
15
  WeQrUrlBox: styled.div.withConfig({
16
16
  displayName: "WeQrUrlBox",
17
17
  componentId: "component-sanzhizhou__sc-55ened-3"
@@ -12,32 +12,12 @@ import { jsx as _jsx } from "react/jsx-runtime";
12
12
  import { jsxs as _jsxs } from "react/jsx-runtime";
13
13
  var formItemLayout = {
14
14
  labelCol: {
15
- xs: {
16
- span: 24
17
- },
18
- sm: {
19
- span: 5
20
- }
21
- },
22
- wrapperCol: {
23
- xs: {
24
- span: 24
25
- },
26
- sm: {
27
- span: 19
28
- }
15
+ span: 7
29
16
  }
30
17
  };
31
18
  var tailFormItemLayout = {
32
19
  wrapperCol: {
33
- xs: {
34
- span: 24,
35
- offset: 5
36
- },
37
- sm: {
38
- span: 16,
39
- offset: 5
40
- }
20
+ offset: formItemLayout.labelCol.span
41
21
  }
42
22
  };
43
23
  var Reg = function Reg(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-sanzhizhou",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",