@zgfe/modules-settings 1.2.10-scenes1.0.6 → 1.2.10-scenes1.0.8
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/es/constants/icons/demo.css +0 -0
- package/es/constants/icons/demo_index.html +0 -0
- package/es/constants/icons/iconfont.css +0 -0
- package/es/constants/icons/iconfont.js +0 -0
- package/es/constants/icons/iconfont.json +0 -0
- package/es/constants/icons/iconfont.ttf +0 -0
- package/es/constants/icons/iconfont.woff +0 -0
- package/es/constants/icons/iconfont.woff2 +0 -0
- package/es/modules/companySetting/appList/index.js +6 -4
- package/es/modules/companySetting/appList/index.less +16 -1
- package/es/modules/companySetting/cost/index.less +0 -0
- package/es/modules/companySetting/wechatBinding/index.less +0 -0
- package/package.json +3 -3
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -365,13 +365,15 @@ var appList = function appList(props) {
|
|
|
365
365
|
}, "\u901A\u7528\u7248\u672C"), /*#__PURE__*/React.createElement(Radio, {
|
|
366
366
|
value: AppVersion.bank
|
|
367
367
|
}, "\u57CE\u5546\u884C\u573A\u666F\u7248\u672C")))), /*#__PURE__*/React.createElement(Form.Item, {
|
|
368
|
-
name: 'appNameVal'
|
|
368
|
+
name: 'appNameVal',
|
|
369
|
+
className: "app-list-form-item"
|
|
369
370
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
370
371
|
type: 'text',
|
|
371
372
|
placeholder: '请输入应用名',
|
|
372
|
-
width: "100%"
|
|
373
|
-
|
|
374
|
-
|
|
373
|
+
width: "100%"
|
|
374
|
+
}))), /*#__PURE__*/React.createElement("ul", {
|
|
375
|
+
className: "app-list-desc"
|
|
376
|
+
}, /*#__PURE__*/React.createElement("li", null, "\u65E0\u9700\u4E3A\u4E00\u4E2A\u4EA7\u54C1\u7684\u4E0D\u540C\u5E73\u53F0\u521B\u5EFA\u591A\u4E2A\u5E94\u7528"), /*#__PURE__*/React.createElement("li", null, "\u63A8\u8350\u60A8\u4F7F\u7528\u4EA7\u54C1\u540D\u79F0\u547D\u540D\u5E94\u7528\u540D, \u5982\u3010", zgText, "\u3011\u800C\u975E\u3010", zgText, " IOS\u7248\u3011")))), /*#__PURE__*/React.createElement(BizDialog, {
|
|
375
377
|
title: "\u5220\u9664\u5E94\u7528",
|
|
376
378
|
visible: delPanelState,
|
|
377
379
|
closable: true,
|
|
@@ -69,7 +69,8 @@
|
|
|
69
69
|
display: flex;
|
|
70
70
|
gap: 10px;
|
|
71
71
|
align-items: center;
|
|
72
|
-
|
|
72
|
+
height: 32px;
|
|
73
|
+
padding: 0 16px;
|
|
73
74
|
color: #021429;
|
|
74
75
|
background-color: #e6f7ff;
|
|
75
76
|
border: 1px solid #91d5ff;
|
|
@@ -82,4 +83,18 @@
|
|
|
82
83
|
&-create-app .ant-modal-header {
|
|
83
84
|
padding-bottom: 0 !important;
|
|
84
85
|
}
|
|
86
|
+
|
|
87
|
+
&-form-item.ant-form-item {
|
|
88
|
+
margin-bottom: 16px !important;
|
|
89
|
+
}
|
|
90
|
+
&-desc {
|
|
91
|
+
li {
|
|
92
|
+
padding-left: 4px;
|
|
93
|
+
color: #9aa1a9;
|
|
94
|
+
&::before {
|
|
95
|
+
margin-right: 8px;
|
|
96
|
+
content: '•';
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
85
100
|
}
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "1.2.10-scenes1.0.
|
|
3
|
+
"version": "1.2.10-scenes1.0.8",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@types/lodash": "^4.14.182",
|
|
39
39
|
"@umijs/fabric": "^2.8.1",
|
|
40
40
|
"@umijs/test": "^3.0.5",
|
|
41
|
-
"@zgfe/business-lib": "1.1.
|
|
41
|
+
"@zgfe/business-lib": "1.1.84-panel.21",
|
|
42
42
|
"@zgfe/modules-demo-manage": "^1.0.1",
|
|
43
43
|
"antd": "4.22.6",
|
|
44
44
|
"dumi": "^1.1.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"umi-request": "^1.4.0",
|
|
52
52
|
"yorkie": "^2.0.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "7339537315d794122571f15ce3c26300217eb619",
|
|
55
55
|
"gitHooks": {
|
|
56
56
|
"pre-commit": "lint-staged"
|
|
57
57
|
}
|