@steedos/service-plugin-amis 2.4.0-beta.7 → 2.4.0-beta.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.
|
@@ -836,24 +836,7 @@
|
|
|
836
836
|
],
|
|
837
837
|
"panelClassName": "m-0 -mt-3",
|
|
838
838
|
"bodyClassName": "p-4",
|
|
839
|
-
"actions": [
|
|
840
|
-
{
|
|
841
|
-
"type": "button",
|
|
842
|
-
"label": "取消",
|
|
843
|
-
"actionType": "",
|
|
844
|
-
"level": "default",
|
|
845
|
-
"block": false,
|
|
846
|
-
"onClick": "SteedosUI.getRef(props.data.__super.modalName).close();",
|
|
847
|
-
"id": "u:bf2587b53d64"
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"type": "button",
|
|
851
|
-
"label": "保存",
|
|
852
|
-
"actionType": "submit",
|
|
853
|
-
"level": "info",
|
|
854
|
-
"id": "u:08afd6e53cab"
|
|
855
|
-
}
|
|
856
|
-
],
|
|
839
|
+
"actions": [],
|
|
857
840
|
"actionsClassName": "p-sm b-t b-light text-center",
|
|
858
841
|
"className": "steedos-amis-form",
|
|
859
842
|
"checkAll": false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-plugin-amis",
|
|
3
|
-
"version": "2.4.0-beta.
|
|
3
|
+
"version": "2.4.0-beta.8",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:tailwind-base && yarn build:tailwind",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@steedos-widgets/amis-lib": "^1.0.10"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "61fe4ff720d68127dadcd728b9bc465b62c38855"
|
|
20
20
|
}
|
|
@@ -282,6 +282,16 @@ body.steedos .px-0 {
|
|
|
282
282
|
padding-right: 0px
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
+
body.steedos .px-1 {
|
|
286
|
+
padding-left: 0.25rem;
|
|
287
|
+
padding-right: 0.25rem
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
body.steedos .py-3 {
|
|
291
|
+
padding-top: 0.75rem;
|
|
292
|
+
padding-bottom: 0.75rem
|
|
293
|
+
}
|
|
294
|
+
|
|
285
295
|
body.steedos .px-10 {
|
|
286
296
|
padding-left: 2.5rem;
|
|
287
297
|
padding-right: 2.5rem
|
|
@@ -282,8 +282,8 @@
|
|
|
282
282
|
"Editor.fullscreen": "全屏",
|
|
283
283
|
"Editor.exitFullscreen": "退出全屏",
|
|
284
284
|
"Condition.not": "非",
|
|
285
|
-
"Condition.and": "
|
|
286
|
-
"Condition.or": "
|
|
285
|
+
"Condition.and": "并",
|
|
286
|
+
"Condition.or": "或",
|
|
287
287
|
"Condition.add_cond": "添加条件",
|
|
288
288
|
"Condition.add_cond_group": "添加条件组",
|
|
289
289
|
"Condition.delete_cond_group": "删除组",
|