super-page-designer 2.2.54 → 2.2.58
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/dist/es/components/design/utils/assemblys-config.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/container/tabs/tabs-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +26 -2
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +2 -26
- package/dist/es/style.css +171 -4
- package/package.json +4 -4
- /package/dist/es/components/design/views/assemblys/common/{common-variable-bind.vue3.js → common-variable-bind.vue2.js} +0 -0
|
@@ -70,7 +70,7 @@ function ne() {
|
|
|
70
70
|
function le() {
|
|
71
71
|
return Y(X);
|
|
72
72
|
}
|
|
73
|
-
const oe = [{ label: "表单标准功能", type: "form", options: [{ label: "暂存", value: "save" }, { label: "提交", value: "submit" }, { label: "同意", value: "agree" }, { label: "不同意", value: "disagree" }, { label: "导出报告", value: "exportForm" }, { label: "导出PDF", value: "exportPDF" }, { label: "返回", value: "back" }] }, { label: "流程表单功能", type: "workflow", options: [{ label: "暂存", value: "workflowSave" }, { label: "提交流程", value: "submitProcess" }, { label: "提交任务", value: "submitTask" }, { label: "同意", value: "approve" }, { label: "不同意", value: "refuse" }, { label: "指派", value: "assign" }, { label: "领取", value: "drawTask" }, { label: "放弃领取", value: "abandonReceive" }, { label: "已阅", value: "readed" }, { label: "加签", value: "addSigner" }, { label: "减签", value: "removeSigner" }, { label: "抄送", value: "copyTask" }, { label: "取回", value: "retrieveTask" }, { label: "驳回", value: "returnToPreviousTask" }, { label: "退回", value: "returnTaskTo" }, { label: "强制结束", value: "endInstance" }, { label: "赞成", value: "agreement" }, { label: "反对", value: "oppose" }, { label: "弃权", value: "kiken" }] }, { label: "列表功能", type: "list", options: [{ label: "删除", value: "delete" }, { label: "提交", value: "submitList" }, { label: "同意", value: "agreeList" }, { label: "不同意", value: "disagreeList" }, { label: "下载导入模板", value: "downloadTemplate" }, { label: "导入", value: "import" }, { label: "导出", value: "export" }, { label: "刷新列表", value: "search" }, { label: "显示查询区域", value: "showSearch" }] }, { label: "列表行编辑功能", type: "list-edit", options: [{ label: "新建", value: "lineEditCreate" }, { label: "保存", value: "lineEditSave" }, { label: "删除", value: "lineEditDelete" }, { label: "修改", value: "lineEditUpdate" }, { label: "取消编辑", value: "restoreEdit" }] }, { label: "统计图功能", type: "chart", options: [{ label: "统计", value: "queryCharts" }, { label: "重置", value: "resetCharts" }, { label: "导出", value: "exportCharts" }] }];
|
|
73
|
+
const oe = [{ label: "表单标准功能", type: "form", options: [{ label: "暂存", value: "save" }, { label: "提交", value: "submit" }, { label: "同意", value: "agree" }, { label: "不同意", value: "disagree" }, { label: "导出报告", value: "exportForm" }, { label: "导出PDF", value: "exportPDF" }, { label: "返回", value: "back" }] }, { label: "流程表单功能", type: "workflow", options: [{ label: "暂存", value: "workflowSave" }, { label: "提交流程", value: "submitProcess" }, { label: "提交任务", value: "submitTask" }, { label: "同意", value: "approve" }, { label: "不同意", value: "refuse" }, { label: "指派", value: "assign" }, { label: "领取", value: "drawTask" }, { label: "放弃领取", value: "abandonReceive" }, { label: "已阅", value: "readed" }, { label: "加签", value: "addSigner" }, { label: "减签", value: "removeSigner" }, { label: "抄送", value: "copyTask" }, { label: "取回", value: "retrieveTask" }, { label: "驳回", value: "returnToPreviousTask" }, { label: "退回", value: "returnTaskTo" }, { label: "强制结束", value: "endInstance" }, { label: "赞成", value: "agreement" }, { label: "反对", value: "oppose" }, { label: "弃权", value: "kiken" }] }, { label: "列表功能", type: "list", options: [{ label: "删除", value: "delete" }, { label: "提交", value: "submitList" }, { label: "同意", value: "agreeList" }, { label: "不同意", value: "disagreeList" }, { label: "下载导入模板", value: "downloadTemplate" }, { label: "导入", value: "import" }, { label: "导出", value: "export" }, { label: "刷新列表", value: "search" }, { label: "显示查询区域", value: "showSearch" }] }, { label: "列表行编辑功能", type: "list-edit", options: [{ label: "新建", value: "lineEditCreate" }, { label: "保存", value: "lineEditSave" }, { label: "删除", value: "lineEditDelete" }, { label: "修改", value: "lineEditUpdate" }, { label: "取消编辑", value: "restoreEdit" }] }, { label: "统计图功能", type: "chart", options: [{ label: "统计", value: "queryCharts" }, { label: "重置", value: "resetCharts" }, { label: "导出", value: "exportCharts" }, { label: "保存条件", value: "saveQueryCharts" }] }];
|
|
74
74
|
function se(e2) {
|
|
75
75
|
if (!e2) return null;
|
|
76
76
|
for (let t2 = 0; t2 < ee.length; t2++) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./tabs-design.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const s = t(e, [["__scopeId", "data-v-
|
|
4
|
+
const s = t(e, [["__scopeId", "data-v-96609f3b"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as e, ref as a, computed as l, resolveComponent as i, createBlock as o, openBlock as t, withCtx as n, createElementVNode as r, createVNode as s, createCommentVNode as u, withDirectives as d, renderSlot as p, createTextVNode as c, unref as g, vShow as m, createElementBlock as f, Fragment as v, renderList as b, normalizeClass as y, toDisplayString as V } from "vue";
|
|
2
|
-
import O from "../../form/common/dataorigin-input-table.
|
|
2
|
+
import O from "../../form/common/dataorigin-input-table.vue.js";
|
|
3
3
|
import { Codemirror as _ } from "vue-codemirror";
|
|
4
4
|
import C from "../../workflow/component/combination.vue.js";
|
|
5
5
|
import S from "./return-set-table.vue.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as e, ref as l, onMounted as a, resolveComponent as t, createBlock as o, openBlock as u, withCtx as i, createElementVNode as n, createVNode as s, createCommentVNode as d, withDirectives as r, unref as m, createElementBlock as p, Fragment as c, renderList as b, createTextVNode as f, vShow as v, normalizeClass as y } from "vue";
|
|
2
|
-
import V from "./dataorigin-input-table.
|
|
2
|
+
import V from "./dataorigin-input-table.vue.js";
|
|
3
3
|
import g from "./condition.vue.js";
|
|
4
4
|
import S from "./row-ul-li.vue.js";
|
|
5
5
|
import "uuid";
|
|
@@ -1,4 +1,28 @@
|
|
|
1
|
-
import t from "
|
|
1
|
+
import { defineComponent as e, ref as l, watch as a, resolveComponent as t, createElementBlock as o, openBlock as d, Fragment as u, createVNode as n, withCtx as i, unref as s, createElementVNode as m, createTextVNode as r } from "vue";
|
|
2
|
+
import { Search as p } from "@element-plus/icons-vue";
|
|
3
|
+
const v = { class: "dialog-footer" }, c = e({ __name: "dataorigin-input-table", props: { modelValue: { type: String, default: "" } }, emits: ["update:modelValue"], setup(e2, { emit: c2 }) {
|
|
4
|
+
const f = e2, g = l(f.modelValue), V = c2, h = [{ id: 1, date: "2016-05-03", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 2, date: "2016-05-02", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 3, date: "2016-05-04", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 4, date: "2016-05-01", name: "Tom", address: "No. 189, Grove St, Los Angeles" }], b = l(false), _ = l([]);
|
|
5
|
+
function S() {
|
|
6
|
+
if (_.value.length > 0) {
|
|
7
|
+
let e3 = "";
|
|
8
|
+
_.value.forEach((l2) => {
|
|
9
|
+
e3 = e3 + l2.name + ",";
|
|
10
|
+
}), e3 = e3.substring(0, e3.length - 1), V("update:modelValue", e3), b.value = false;
|
|
11
|
+
} else b.value = false;
|
|
12
|
+
}
|
|
13
|
+
function w(e3) {
|
|
14
|
+
_.value = e3;
|
|
15
|
+
}
|
|
16
|
+
function y() {
|
|
17
|
+
b.value = true;
|
|
18
|
+
}
|
|
19
|
+
return a(() => f.modelValue, (e3) => {
|
|
20
|
+
g.value = e3;
|
|
21
|
+
}), (e3, l2) => {
|
|
22
|
+
const a2 = t("el-icon"), c3 = t("el-input"), f2 = t("el-table-column"), V2 = t("el-table"), _2 = t("el-button"), A = t("el-dialog");
|
|
23
|
+
return d(), o(u, null, [n(c3, { modelValue: g.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e4) => g.value = e4), placeholder: "请选择", onClick: y }, { suffix: i(() => [n(a2, { onClick: y }, { default: i(() => [n(s(p))]), _: 1 })]), _: 1 }, 8, ["modelValue"]), n(A, { modelValue: b.value, "onUpdate:modelValue": l2[2] || (l2[2] = (e4) => b.value = e4), title: "Tips", width: "500" }, { footer: i(() => [m("div", v, [n(_2, { onClick: l2[1] || (l2[1] = (e4) => b.value = false) }, { default: i(() => l2[3] || (l2[3] = [r("取消")])), _: 1 }), n(_2, { type: "primary", onClick: S }, { default: i(() => l2[4] || (l2[4] = [r(" 确定 ")])), _: 1 })])]), default: i(() => [n(V2, { data: h, style: { width: "100%" }, onSelectionChange: w }, { default: i(() => [n(f2, { type: "selection", width: "55" }), n(f2, { prop: "date", label: "Date", width: "180" }), n(f2, { prop: "name", label: "Name", width: "180" }), n(f2, { prop: "address", label: "Address" })]), _: 1 })]), _: 1 }, 8, ["modelValue"])], 64);
|
|
24
|
+
};
|
|
25
|
+
} });
|
|
2
26
|
export {
|
|
3
|
-
|
|
27
|
+
c as default
|
|
4
28
|
};
|
package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js
CHANGED
|
@@ -1,28 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { Search as p } from "@element-plus/icons-vue";
|
|
3
|
-
const v = { class: "dialog-footer" }, c = e({ __name: "dataorigin-input-table", props: { modelValue: { type: String, default: "" } }, emits: ["update:modelValue"], setup(e2, { emit: c2 }) {
|
|
4
|
-
const f = e2, g = l(f.modelValue), V = c2, h = [{ id: 1, date: "2016-05-03", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 2, date: "2016-05-02", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 3, date: "2016-05-04", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 4, date: "2016-05-01", name: "Tom", address: "No. 189, Grove St, Los Angeles" }], b = l(false), _ = l([]);
|
|
5
|
-
function S() {
|
|
6
|
-
if (_.value.length > 0) {
|
|
7
|
-
let e3 = "";
|
|
8
|
-
_.value.forEach((l2) => {
|
|
9
|
-
e3 = e3 + l2.name + ",";
|
|
10
|
-
}), e3 = e3.substring(0, e3.length - 1), V("update:modelValue", e3), b.value = false;
|
|
11
|
-
} else b.value = false;
|
|
12
|
-
}
|
|
13
|
-
function w(e3) {
|
|
14
|
-
_.value = e3;
|
|
15
|
-
}
|
|
16
|
-
function y() {
|
|
17
|
-
b.value = true;
|
|
18
|
-
}
|
|
19
|
-
return a(() => f.modelValue, (e3) => {
|
|
20
|
-
g.value = e3;
|
|
21
|
-
}), (e3, l2) => {
|
|
22
|
-
const a2 = t("el-icon"), c3 = t("el-input"), f2 = t("el-table-column"), V2 = t("el-table"), _2 = t("el-button"), A = t("el-dialog");
|
|
23
|
-
return d(), o(u, null, [n(c3, { modelValue: g.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e4) => g.value = e4), placeholder: "请选择", onClick: y }, { suffix: i(() => [n(a2, { onClick: y }, { default: i(() => [n(s(p))]), _: 1 })]), _: 1 }, 8, ["modelValue"]), n(A, { modelValue: b.value, "onUpdate:modelValue": l2[2] || (l2[2] = (e4) => b.value = e4), title: "Tips", width: "500" }, { footer: i(() => [m("div", v, [n(_2, { onClick: l2[1] || (l2[1] = (e4) => b.value = false) }, { default: i(() => l2[3] || (l2[3] = [r("取消")])), _: 1 }), n(_2, { type: "primary", onClick: S }, { default: i(() => l2[4] || (l2[4] = [r(" 确定 ")])), _: 1 })])]), default: i(() => [n(V2, { data: h, style: { width: "100%" }, onSelectionChange: w }, { default: i(() => [n(f2, { type: "selection", width: "55" }), n(f2, { prop: "date", label: "Date", width: "180" }), n(f2, { prop: "name", label: "Name", width: "180" }), n(f2, { prop: "address", label: "Address" })]), _: 1 })]), _: 1 }, 8, ["modelValue"])], 64);
|
|
24
|
-
};
|
|
25
|
-
} });
|
|
1
|
+
import t from "./dataorigin-input-table.vue.js";
|
|
26
2
|
export {
|
|
27
|
-
|
|
3
|
+
t as default
|
|
28
4
|
};
|
package/dist/es/style.css
CHANGED
|
@@ -164,6 +164,9 @@
|
|
|
164
164
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
165
165
|
padding-bottom: 100px;
|
|
166
166
|
}
|
|
167
|
+
.amb-design-board .el-row > div {
|
|
168
|
+
width: 100%;
|
|
169
|
+
}
|
|
167
170
|
.amb-item-ghost {
|
|
168
171
|
background-color: rgba(64, 158, 255, .1);
|
|
169
172
|
overflow: hidden;
|
|
@@ -419,6 +422,9 @@
|
|
|
419
422
|
border: 1px solid #e6a23c !important;
|
|
420
423
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
421
424
|
}
|
|
425
|
+
.amb-design-item-default > div {
|
|
426
|
+
width: 100%;
|
|
427
|
+
}
|
|
422
428
|
.amb-design-attr-group-header > button {
|
|
423
429
|
background: #f5f6f8;
|
|
424
430
|
padding-left: 10px;
|
|
@@ -702,21 +708,20 @@ fieldset.amb-design-item-selected {
|
|
|
702
708
|
}
|
|
703
709
|
._amb-page-container_1k9lg_1 ._amb-page-container-header_1k9lg_6 ~ ._amb-page-container-main_1k9lg_9 {
|
|
704
710
|
height: calc(100vh - 60px);
|
|
705
|
-
}.runtime-page-container-tabs-view[data-v-
|
|
711
|
+
}.runtime-page-container-tabs-view[data-v-96609f3b] > .el-tabs__content > .el-tab-pane {
|
|
706
712
|
display: flex;
|
|
707
713
|
flex-direction: column;
|
|
708
714
|
align-content: flex-start;
|
|
709
715
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
710
716
|
}
|
|
711
|
-
.runtime-page-container-tabs-view[data-v-
|
|
717
|
+
.runtime-page-container-tabs-view[data-v-96609f3b] > .el-tabs__content > .el-tab-pane > .amb-design-item-default {
|
|
712
718
|
display: flex;
|
|
713
719
|
flex-direction: column;
|
|
714
720
|
align-content: flex-start;
|
|
715
721
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
716
722
|
}
|
|
717
|
-
.runtime-page-container-tabs-view[data-v-
|
|
723
|
+
.runtime-page-container-tabs-view[data-v-96609f3b] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div {
|
|
718
724
|
width: 100%;
|
|
719
|
-
max-width: 100%;
|
|
720
725
|
}
|
|
721
726
|
.amb-design-attr-header[data-v-226997f7] {
|
|
722
727
|
position: sticky;
|
|
@@ -906,6 +911,9 @@ fieldset.amb-design-item-selected {
|
|
|
906
911
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
907
912
|
padding-bottom: 100px;
|
|
908
913
|
}
|
|
914
|
+
.amb-design-board .el-row > div {
|
|
915
|
+
width: 100%;
|
|
916
|
+
}
|
|
909
917
|
.amb-item-ghost {
|
|
910
918
|
background-color: rgba(64, 158, 255, .1);
|
|
911
919
|
overflow: hidden;
|
|
@@ -1157,6 +1165,9 @@ fieldset.amb-design-item-selected {
|
|
|
1157
1165
|
border: 1px solid #e6a23c !important;
|
|
1158
1166
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
1159
1167
|
}
|
|
1168
|
+
.amb-design-item-default > div {
|
|
1169
|
+
width: 100%;
|
|
1170
|
+
}
|
|
1160
1171
|
.amb-design-attr-group-header > button {
|
|
1161
1172
|
background: #f5f6f8;
|
|
1162
1173
|
padding-left: 10px;
|
|
@@ -1505,6 +1516,9 @@ fieldset.amb-design-item-selected {
|
|
|
1505
1516
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
1506
1517
|
padding-bottom: 100px;
|
|
1507
1518
|
}
|
|
1519
|
+
.amb-design-board .el-row > div {
|
|
1520
|
+
width: 100%;
|
|
1521
|
+
}
|
|
1508
1522
|
.amb-item-ghost {
|
|
1509
1523
|
background-color: rgba(64, 158, 255, .1);
|
|
1510
1524
|
overflow: hidden;
|
|
@@ -1756,6 +1770,9 @@ fieldset.amb-design-item-selected {
|
|
|
1756
1770
|
border: 1px solid #e6a23c !important;
|
|
1757
1771
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
1758
1772
|
}
|
|
1773
|
+
.amb-design-item-default > div {
|
|
1774
|
+
width: 100%;
|
|
1775
|
+
}
|
|
1759
1776
|
.amb-design-attr-group-header > button {
|
|
1760
1777
|
background: #f5f6f8;
|
|
1761
1778
|
padding-left: 10px;
|
|
@@ -2095,6 +2112,9 @@ fieldset.amb-design-item-selected {
|
|
|
2095
2112
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
2096
2113
|
padding-bottom: 100px;
|
|
2097
2114
|
}
|
|
2115
|
+
.amb-design-board .el-row > div {
|
|
2116
|
+
width: 100%;
|
|
2117
|
+
}
|
|
2098
2118
|
.amb-item-ghost {
|
|
2099
2119
|
background-color: rgba(64, 158, 255, .1);
|
|
2100
2120
|
overflow: hidden;
|
|
@@ -2346,6 +2366,9 @@ fieldset.amb-design-item-selected {
|
|
|
2346
2366
|
border: 1px solid #e6a23c !important;
|
|
2347
2367
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
2348
2368
|
}
|
|
2369
|
+
.amb-design-item-default > div {
|
|
2370
|
+
width: 100%;
|
|
2371
|
+
}
|
|
2349
2372
|
.amb-design-attr-group-header > button {
|
|
2350
2373
|
background: #f5f6f8;
|
|
2351
2374
|
padding-left: 10px;
|
|
@@ -2685,6 +2708,9 @@ fieldset.amb-design-item-selected {
|
|
|
2685
2708
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
2686
2709
|
padding-bottom: 100px;
|
|
2687
2710
|
}
|
|
2711
|
+
.amb-design-board .el-row > div {
|
|
2712
|
+
width: 100%;
|
|
2713
|
+
}
|
|
2688
2714
|
.amb-item-ghost {
|
|
2689
2715
|
background-color: rgba(64, 158, 255, .1);
|
|
2690
2716
|
overflow: hidden;
|
|
@@ -2936,6 +2962,9 @@ fieldset.amb-design-item-selected {
|
|
|
2936
2962
|
border: 1px solid #e6a23c !important;
|
|
2937
2963
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
2938
2964
|
}
|
|
2965
|
+
.amb-design-item-default > div {
|
|
2966
|
+
width: 100%;
|
|
2967
|
+
}
|
|
2939
2968
|
.amb-design-attr-group-header > button {
|
|
2940
2969
|
background: #f5f6f8;
|
|
2941
2970
|
padding-left: 10px;
|
|
@@ -3275,6 +3304,9 @@ fieldset.amb-design-item-selected {
|
|
|
3275
3304
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
3276
3305
|
padding-bottom: 100px;
|
|
3277
3306
|
}
|
|
3307
|
+
.amb-design-board .el-row > div {
|
|
3308
|
+
width: 100%;
|
|
3309
|
+
}
|
|
3278
3310
|
.amb-item-ghost {
|
|
3279
3311
|
background-color: rgba(64, 158, 255, .1);
|
|
3280
3312
|
overflow: hidden;
|
|
@@ -3526,6 +3558,9 @@ fieldset.amb-design-item-selected {
|
|
|
3526
3558
|
border: 1px solid #e6a23c !important;
|
|
3527
3559
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
3528
3560
|
}
|
|
3561
|
+
.amb-design-item-default > div {
|
|
3562
|
+
width: 100%;
|
|
3563
|
+
}
|
|
3529
3564
|
.amb-design-attr-group-header > button {
|
|
3530
3565
|
background: #f5f6f8;
|
|
3531
3566
|
padding-left: 10px;
|
|
@@ -3865,6 +3900,9 @@ fieldset.amb-design-item-selected {
|
|
|
3865
3900
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
3866
3901
|
padding-bottom: 100px;
|
|
3867
3902
|
}
|
|
3903
|
+
.amb-design-board .el-row > div {
|
|
3904
|
+
width: 100%;
|
|
3905
|
+
}
|
|
3868
3906
|
.amb-item-ghost {
|
|
3869
3907
|
background-color: rgba(64, 158, 255, .1);
|
|
3870
3908
|
overflow: hidden;
|
|
@@ -4116,6 +4154,9 @@ fieldset.amb-design-item-selected {
|
|
|
4116
4154
|
border: 1px solid #e6a23c !important;
|
|
4117
4155
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
4118
4156
|
}
|
|
4157
|
+
.amb-design-item-default > div {
|
|
4158
|
+
width: 100%;
|
|
4159
|
+
}
|
|
4119
4160
|
.amb-design-attr-group-header > button {
|
|
4120
4161
|
background: #f5f6f8;
|
|
4121
4162
|
padding-left: 10px;
|
|
@@ -4455,6 +4496,9 @@ fieldset.amb-design-item-selected {
|
|
|
4455
4496
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
4456
4497
|
padding-bottom: 100px;
|
|
4457
4498
|
}
|
|
4499
|
+
.amb-design-board .el-row > div {
|
|
4500
|
+
width: 100%;
|
|
4501
|
+
}
|
|
4458
4502
|
.amb-item-ghost {
|
|
4459
4503
|
background-color: rgba(64, 158, 255, .1);
|
|
4460
4504
|
overflow: hidden;
|
|
@@ -4706,6 +4750,9 @@ fieldset.amb-design-item-selected {
|
|
|
4706
4750
|
border: 1px solid #e6a23c !important;
|
|
4707
4751
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
4708
4752
|
}
|
|
4753
|
+
.amb-design-item-default > div {
|
|
4754
|
+
width: 100%;
|
|
4755
|
+
}
|
|
4709
4756
|
.amb-design-attr-group-header > button {
|
|
4710
4757
|
background: #f5f6f8;
|
|
4711
4758
|
padding-left: 10px;
|
|
@@ -5049,6 +5096,9 @@ fieldset.amb-design-item-selected {
|
|
|
5049
5096
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
5050
5097
|
padding-bottom: 100px;
|
|
5051
5098
|
}
|
|
5099
|
+
.amb-design-board .el-row > div {
|
|
5100
|
+
width: 100%;
|
|
5101
|
+
}
|
|
5052
5102
|
.amb-item-ghost {
|
|
5053
5103
|
background-color: rgba(64, 158, 255, .1);
|
|
5054
5104
|
overflow: hidden;
|
|
@@ -5300,6 +5350,9 @@ fieldset.amb-design-item-selected {
|
|
|
5300
5350
|
border: 1px solid #e6a23c !important;
|
|
5301
5351
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
5302
5352
|
}
|
|
5353
|
+
.amb-design-item-default > div {
|
|
5354
|
+
width: 100%;
|
|
5355
|
+
}
|
|
5303
5356
|
.amb-design-attr-group-header > button {
|
|
5304
5357
|
background: #f5f6f8;
|
|
5305
5358
|
padding-left: 10px;
|
|
@@ -5639,6 +5692,9 @@ fieldset.amb-design-item-selected {
|
|
|
5639
5692
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
5640
5693
|
padding-bottom: 100px;
|
|
5641
5694
|
}
|
|
5695
|
+
.amb-design-board .el-row > div {
|
|
5696
|
+
width: 100%;
|
|
5697
|
+
}
|
|
5642
5698
|
.amb-item-ghost {
|
|
5643
5699
|
background-color: rgba(64, 158, 255, .1);
|
|
5644
5700
|
overflow: hidden;
|
|
@@ -5890,6 +5946,9 @@ fieldset.amb-design-item-selected {
|
|
|
5890
5946
|
border: 1px solid #e6a23c !important;
|
|
5891
5947
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
5892
5948
|
}
|
|
5949
|
+
.amb-design-item-default > div {
|
|
5950
|
+
width: 100%;
|
|
5951
|
+
}
|
|
5893
5952
|
.amb-design-attr-group-header > button {
|
|
5894
5953
|
background: #f5f6f8;
|
|
5895
5954
|
padding-left: 10px;
|
|
@@ -6229,6 +6288,9 @@ fieldset.amb-design-item-selected {
|
|
|
6229
6288
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
6230
6289
|
padding-bottom: 100px;
|
|
6231
6290
|
}
|
|
6291
|
+
.amb-design-board .el-row > div {
|
|
6292
|
+
width: 100%;
|
|
6293
|
+
}
|
|
6232
6294
|
.amb-item-ghost {
|
|
6233
6295
|
background-color: rgba(64, 158, 255, .1);
|
|
6234
6296
|
overflow: hidden;
|
|
@@ -6480,6 +6542,9 @@ fieldset.amb-design-item-selected {
|
|
|
6480
6542
|
border: 1px solid #e6a23c !important;
|
|
6481
6543
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
6482
6544
|
}
|
|
6545
|
+
.amb-design-item-default > div {
|
|
6546
|
+
width: 100%;
|
|
6547
|
+
}
|
|
6483
6548
|
.amb-design-attr-group-header > button {
|
|
6484
6549
|
background: #f5f6f8;
|
|
6485
6550
|
padding-left: 10px;
|
|
@@ -6819,6 +6884,9 @@ fieldset.amb-design-item-selected {
|
|
|
6819
6884
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
6820
6885
|
padding-bottom: 100px;
|
|
6821
6886
|
}
|
|
6887
|
+
.amb-design-board .el-row > div {
|
|
6888
|
+
width: 100%;
|
|
6889
|
+
}
|
|
6822
6890
|
.amb-item-ghost {
|
|
6823
6891
|
background-color: rgba(64, 158, 255, .1);
|
|
6824
6892
|
overflow: hidden;
|
|
@@ -7070,6 +7138,9 @@ fieldset.amb-design-item-selected {
|
|
|
7070
7138
|
border: 1px solid #e6a23c !important;
|
|
7071
7139
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
7072
7140
|
}
|
|
7141
|
+
.amb-design-item-default > div {
|
|
7142
|
+
width: 100%;
|
|
7143
|
+
}
|
|
7073
7144
|
.amb-design-attr-group-header > button {
|
|
7074
7145
|
background: #f5f6f8;
|
|
7075
7146
|
padding-left: 10px;
|
|
@@ -7409,6 +7480,9 @@ fieldset.amb-design-item-selected {
|
|
|
7409
7480
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
7410
7481
|
padding-bottom: 100px;
|
|
7411
7482
|
}
|
|
7483
|
+
.amb-design-board .el-row > div {
|
|
7484
|
+
width: 100%;
|
|
7485
|
+
}
|
|
7412
7486
|
.amb-item-ghost {
|
|
7413
7487
|
background-color: rgba(64, 158, 255, .1);
|
|
7414
7488
|
overflow: hidden;
|
|
@@ -7660,6 +7734,9 @@ fieldset.amb-design-item-selected {
|
|
|
7660
7734
|
border: 1px solid #e6a23c !important;
|
|
7661
7735
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
7662
7736
|
}
|
|
7737
|
+
.amb-design-item-default > div {
|
|
7738
|
+
width: 100%;
|
|
7739
|
+
}
|
|
7663
7740
|
.amb-design-attr-group-header > button {
|
|
7664
7741
|
background: #f5f6f8;
|
|
7665
7742
|
padding-left: 10px;
|
|
@@ -7999,6 +8076,9 @@ fieldset.amb-design-item-selected {
|
|
|
7999
8076
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
8000
8077
|
padding-bottom: 100px;
|
|
8001
8078
|
}
|
|
8079
|
+
.amb-design-board .el-row > div {
|
|
8080
|
+
width: 100%;
|
|
8081
|
+
}
|
|
8002
8082
|
.amb-item-ghost {
|
|
8003
8083
|
background-color: rgba(64, 158, 255, .1);
|
|
8004
8084
|
overflow: hidden;
|
|
@@ -8250,6 +8330,9 @@ fieldset.amb-design-item-selected {
|
|
|
8250
8330
|
border: 1px solid #e6a23c !important;
|
|
8251
8331
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
8252
8332
|
}
|
|
8333
|
+
.amb-design-item-default > div {
|
|
8334
|
+
width: 100%;
|
|
8335
|
+
}
|
|
8253
8336
|
.amb-design-attr-group-header > button {
|
|
8254
8337
|
background: #f5f6f8;
|
|
8255
8338
|
padding-left: 10px;
|
|
@@ -8626,6 +8709,9 @@ fieldset.amb-design-item-selected {
|
|
|
8626
8709
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
8627
8710
|
padding-bottom: 100px;
|
|
8628
8711
|
}
|
|
8712
|
+
.amb-design-board .el-row > div {
|
|
8713
|
+
width: 100%;
|
|
8714
|
+
}
|
|
8629
8715
|
.amb-item-ghost {
|
|
8630
8716
|
background-color: rgba(64, 158, 255, .1);
|
|
8631
8717
|
overflow: hidden;
|
|
@@ -8877,6 +8963,9 @@ fieldset.amb-design-item-selected {
|
|
|
8877
8963
|
border: 1px solid #e6a23c !important;
|
|
8878
8964
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
8879
8965
|
}
|
|
8966
|
+
.amb-design-item-default > div {
|
|
8967
|
+
width: 100%;
|
|
8968
|
+
}
|
|
8880
8969
|
.amb-design-attr-group-header > button {
|
|
8881
8970
|
background: #f5f6f8;
|
|
8882
8971
|
padding-left: 10px;
|
|
@@ -9330,6 +9419,9 @@ li[data-v-dbd1c08b] {
|
|
|
9330
9419
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
9331
9420
|
padding-bottom: 100px;
|
|
9332
9421
|
}
|
|
9422
|
+
.amb-design-board .el-row > div {
|
|
9423
|
+
width: 100%;
|
|
9424
|
+
}
|
|
9333
9425
|
.amb-item-ghost {
|
|
9334
9426
|
background-color: rgba(64, 158, 255, .1);
|
|
9335
9427
|
overflow: hidden;
|
|
@@ -9581,6 +9673,9 @@ li[data-v-dbd1c08b] {
|
|
|
9581
9673
|
border: 1px solid #e6a23c !important;
|
|
9582
9674
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
9583
9675
|
}
|
|
9676
|
+
.amb-design-item-default > div {
|
|
9677
|
+
width: 100%;
|
|
9678
|
+
}
|
|
9584
9679
|
.amb-design-attr-group-header > button {
|
|
9585
9680
|
background: #f5f6f8;
|
|
9586
9681
|
padding-left: 10px;
|
|
@@ -9928,6 +10023,9 @@ fieldset.amb-design-item-selected {
|
|
|
9928
10023
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
9929
10024
|
padding-bottom: 100px;
|
|
9930
10025
|
}
|
|
10026
|
+
.amb-design-board .el-row > div {
|
|
10027
|
+
width: 100%;
|
|
10028
|
+
}
|
|
9931
10029
|
.amb-item-ghost {
|
|
9932
10030
|
background-color: rgba(64, 158, 255, .1);
|
|
9933
10031
|
overflow: hidden;
|
|
@@ -10179,6 +10277,9 @@ fieldset.amb-design-item-selected {
|
|
|
10179
10277
|
border: 1px solid #e6a23c !important;
|
|
10180
10278
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
10181
10279
|
}
|
|
10280
|
+
.amb-design-item-default > div {
|
|
10281
|
+
width: 100%;
|
|
10282
|
+
}
|
|
10182
10283
|
.amb-design-attr-group-header > button {
|
|
10183
10284
|
background: #f5f6f8;
|
|
10184
10285
|
padding-left: 10px;
|
|
@@ -10518,6 +10619,9 @@ fieldset.amb-design-item-selected {
|
|
|
10518
10619
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
10519
10620
|
padding-bottom: 100px;
|
|
10520
10621
|
}
|
|
10622
|
+
.amb-design-board .el-row > div {
|
|
10623
|
+
width: 100%;
|
|
10624
|
+
}
|
|
10521
10625
|
.amb-item-ghost {
|
|
10522
10626
|
background-color: rgba(64, 158, 255, .1);
|
|
10523
10627
|
overflow: hidden;
|
|
@@ -10769,6 +10873,9 @@ fieldset.amb-design-item-selected {
|
|
|
10769
10873
|
border: 1px solid #e6a23c !important;
|
|
10770
10874
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
10771
10875
|
}
|
|
10876
|
+
.amb-design-item-default > div {
|
|
10877
|
+
width: 100%;
|
|
10878
|
+
}
|
|
10772
10879
|
.amb-design-attr-group-header > button {
|
|
10773
10880
|
background: #f5f6f8;
|
|
10774
10881
|
padding-left: 10px;
|
|
@@ -11116,6 +11223,9 @@ fieldset.amb-design-item-selected {
|
|
|
11116
11223
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
11117
11224
|
padding-bottom: 100px;
|
|
11118
11225
|
}
|
|
11226
|
+
.amb-design-board .el-row > div {
|
|
11227
|
+
width: 100%;
|
|
11228
|
+
}
|
|
11119
11229
|
.amb-item-ghost {
|
|
11120
11230
|
background-color: rgba(64, 158, 255, .1);
|
|
11121
11231
|
overflow: hidden;
|
|
@@ -11367,6 +11477,9 @@ fieldset.amb-design-item-selected {
|
|
|
11367
11477
|
border: 1px solid #e6a23c !important;
|
|
11368
11478
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
11369
11479
|
}
|
|
11480
|
+
.amb-design-item-default > div {
|
|
11481
|
+
width: 100%;
|
|
11482
|
+
}
|
|
11370
11483
|
.amb-design-attr-group-header > button {
|
|
11371
11484
|
background: #f5f6f8;
|
|
11372
11485
|
padding-left: 10px;
|
|
@@ -11706,6 +11819,9 @@ fieldset.amb-design-item-selected {
|
|
|
11706
11819
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
11707
11820
|
padding-bottom: 100px;
|
|
11708
11821
|
}
|
|
11822
|
+
.amb-design-board .el-row > div {
|
|
11823
|
+
width: 100%;
|
|
11824
|
+
}
|
|
11709
11825
|
.amb-item-ghost {
|
|
11710
11826
|
background-color: rgba(64, 158, 255, .1);
|
|
11711
11827
|
overflow: hidden;
|
|
@@ -11957,6 +12073,9 @@ fieldset.amb-design-item-selected {
|
|
|
11957
12073
|
border: 1px solid #e6a23c !important;
|
|
11958
12074
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
11959
12075
|
}
|
|
12076
|
+
.amb-design-item-default > div {
|
|
12077
|
+
width: 100%;
|
|
12078
|
+
}
|
|
11960
12079
|
.amb-design-attr-group-header > button {
|
|
11961
12080
|
background: #f5f6f8;
|
|
11962
12081
|
padding-left: 10px;
|
|
@@ -12296,6 +12415,9 @@ fieldset.amb-design-item-selected {
|
|
|
12296
12415
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
12297
12416
|
padding-bottom: 100px;
|
|
12298
12417
|
}
|
|
12418
|
+
.amb-design-board .el-row > div {
|
|
12419
|
+
width: 100%;
|
|
12420
|
+
}
|
|
12299
12421
|
.amb-item-ghost {
|
|
12300
12422
|
background-color: rgba(64, 158, 255, .1);
|
|
12301
12423
|
overflow: hidden;
|
|
@@ -12547,6 +12669,9 @@ fieldset.amb-design-item-selected {
|
|
|
12547
12669
|
border: 1px solid #e6a23c !important;
|
|
12548
12670
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
12549
12671
|
}
|
|
12672
|
+
.amb-design-item-default > div {
|
|
12673
|
+
width: 100%;
|
|
12674
|
+
}
|
|
12550
12675
|
.amb-design-attr-group-header > button {
|
|
12551
12676
|
background: #f5f6f8;
|
|
12552
12677
|
padding-left: 10px;
|
|
@@ -12886,6 +13011,9 @@ fieldset.amb-design-item-selected {
|
|
|
12886
13011
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
12887
13012
|
padding-bottom: 100px;
|
|
12888
13013
|
}
|
|
13014
|
+
.amb-design-board .el-row > div {
|
|
13015
|
+
width: 100%;
|
|
13016
|
+
}
|
|
12889
13017
|
.amb-item-ghost {
|
|
12890
13018
|
background-color: rgba(64, 158, 255, .1);
|
|
12891
13019
|
overflow: hidden;
|
|
@@ -13137,6 +13265,9 @@ fieldset.amb-design-item-selected {
|
|
|
13137
13265
|
border: 1px solid #e6a23c !important;
|
|
13138
13266
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
13139
13267
|
}
|
|
13268
|
+
.amb-design-item-default > div {
|
|
13269
|
+
width: 100%;
|
|
13270
|
+
}
|
|
13140
13271
|
.amb-design-attr-group-header > button {
|
|
13141
13272
|
background: #f5f6f8;
|
|
13142
13273
|
padding-left: 10px;
|
|
@@ -13476,6 +13607,9 @@ fieldset.amb-design-item-selected {
|
|
|
13476
13607
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
13477
13608
|
padding-bottom: 100px;
|
|
13478
13609
|
}
|
|
13610
|
+
.amb-design-board .el-row > div {
|
|
13611
|
+
width: 100%;
|
|
13612
|
+
}
|
|
13479
13613
|
.amb-item-ghost {
|
|
13480
13614
|
background-color: rgba(64, 158, 255, .1);
|
|
13481
13615
|
overflow: hidden;
|
|
@@ -13727,6 +13861,9 @@ fieldset.amb-design-item-selected {
|
|
|
13727
13861
|
border: 1px solid #e6a23c !important;
|
|
13728
13862
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
13729
13863
|
}
|
|
13864
|
+
.amb-design-item-default > div {
|
|
13865
|
+
width: 100%;
|
|
13866
|
+
}
|
|
13730
13867
|
.amb-design-attr-group-header > button {
|
|
13731
13868
|
background: #f5f6f8;
|
|
13732
13869
|
padding-left: 10px;
|
|
@@ -14066,6 +14203,9 @@ fieldset.amb-design-item-selected {
|
|
|
14066
14203
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
14067
14204
|
padding-bottom: 100px;
|
|
14068
14205
|
}
|
|
14206
|
+
.amb-design-board .el-row > div {
|
|
14207
|
+
width: 100%;
|
|
14208
|
+
}
|
|
14069
14209
|
.amb-item-ghost {
|
|
14070
14210
|
background-color: rgba(64, 158, 255, .1);
|
|
14071
14211
|
overflow: hidden;
|
|
@@ -14317,6 +14457,9 @@ fieldset.amb-design-item-selected {
|
|
|
14317
14457
|
border: 1px solid #e6a23c !important;
|
|
14318
14458
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
14319
14459
|
}
|
|
14460
|
+
.amb-design-item-default > div {
|
|
14461
|
+
width: 100%;
|
|
14462
|
+
}
|
|
14320
14463
|
.amb-design-attr-group-header > button {
|
|
14321
14464
|
background: #f5f6f8;
|
|
14322
14465
|
padding-left: 10px;
|
|
@@ -14656,6 +14799,9 @@ fieldset.amb-design-item-selected {
|
|
|
14656
14799
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
14657
14800
|
padding-bottom: 100px;
|
|
14658
14801
|
}
|
|
14802
|
+
.amb-design-board .el-row > div {
|
|
14803
|
+
width: 100%;
|
|
14804
|
+
}
|
|
14659
14805
|
.amb-item-ghost {
|
|
14660
14806
|
background-color: rgba(64, 158, 255, .1);
|
|
14661
14807
|
overflow: hidden;
|
|
@@ -14907,6 +15053,9 @@ fieldset.amb-design-item-selected {
|
|
|
14907
15053
|
border: 1px solid #e6a23c !important;
|
|
14908
15054
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
14909
15055
|
}
|
|
15056
|
+
.amb-design-item-default > div {
|
|
15057
|
+
width: 100%;
|
|
15058
|
+
}
|
|
14910
15059
|
.amb-design-attr-group-header > button {
|
|
14911
15060
|
background: #f5f6f8;
|
|
14912
15061
|
padding-left: 10px;
|
|
@@ -15246,6 +15395,9 @@ fieldset.amb-design-item-selected {
|
|
|
15246
15395
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
15247
15396
|
padding-bottom: 100px;
|
|
15248
15397
|
}
|
|
15398
|
+
.amb-design-board .el-row > div {
|
|
15399
|
+
width: 100%;
|
|
15400
|
+
}
|
|
15249
15401
|
.amb-item-ghost {
|
|
15250
15402
|
background-color: rgba(64, 158, 255, .1);
|
|
15251
15403
|
overflow: hidden;
|
|
@@ -15497,6 +15649,9 @@ fieldset.amb-design-item-selected {
|
|
|
15497
15649
|
border: 1px solid #e6a23c !important;
|
|
15498
15650
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
15499
15651
|
}
|
|
15652
|
+
.amb-design-item-default > div {
|
|
15653
|
+
width: 100%;
|
|
15654
|
+
}
|
|
15500
15655
|
.amb-design-attr-group-header > button {
|
|
15501
15656
|
background: #f5f6f8;
|
|
15502
15657
|
padding-left: 10px;
|
|
@@ -15901,6 +16056,9 @@ li[data-v-21af26bc] {
|
|
|
15901
16056
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
15902
16057
|
padding-bottom: 100px;
|
|
15903
16058
|
}
|
|
16059
|
+
.amb-design-board .el-row > div {
|
|
16060
|
+
width: 100%;
|
|
16061
|
+
}
|
|
15904
16062
|
.amb-item-ghost {
|
|
15905
16063
|
background-color: rgba(64, 158, 255, .1);
|
|
15906
16064
|
overflow: hidden;
|
|
@@ -16152,6 +16310,9 @@ li[data-v-21af26bc] {
|
|
|
16152
16310
|
border: 1px solid #e6a23c !important;
|
|
16153
16311
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
16154
16312
|
}
|
|
16313
|
+
.amb-design-item-default > div {
|
|
16314
|
+
width: 100%;
|
|
16315
|
+
}
|
|
16155
16316
|
.amb-design-attr-group-header > button {
|
|
16156
16317
|
background: #f5f6f8;
|
|
16157
16318
|
padding-left: 10px;
|
|
@@ -16495,6 +16656,9 @@ fieldset.amb-design-item-selected {
|
|
|
16495
16656
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
16496
16657
|
padding-bottom: 100px;
|
|
16497
16658
|
}
|
|
16659
|
+
.amb-design-board .el-row > div {
|
|
16660
|
+
width: 100%;
|
|
16661
|
+
}
|
|
16498
16662
|
.amb-item-ghost {
|
|
16499
16663
|
background-color: rgba(64, 158, 255, .1);
|
|
16500
16664
|
overflow: hidden;
|
|
@@ -16746,6 +16910,9 @@ fieldset.amb-design-item-selected {
|
|
|
16746
16910
|
border: 1px solid #e6a23c !important;
|
|
16747
16911
|
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
16748
16912
|
}
|
|
16913
|
+
.amb-design-item-default > div {
|
|
16914
|
+
width: 100%;
|
|
16915
|
+
}
|
|
16749
16916
|
.amb-design-attr-group-header > button {
|
|
16750
16917
|
background: #f5f6f8;
|
|
16751
16918
|
padding-left: 10px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.58",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
30
30
|
"@vueuse/core": "^10.9.0",
|
|
31
31
|
"agilebuilder-private-libs": "1.0.26",
|
|
32
|
-
"agilebuilder-ui": "1.1.
|
|
32
|
+
"agilebuilder-ui": "1.1.22",
|
|
33
33
|
"echarts": "^5.5.0",
|
|
34
34
|
"element-plus": "^2.6.1",
|
|
35
35
|
"font-awesome": "^4.7.0",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"pinia": "^2.1.7",
|
|
41
41
|
"qrcode": "^1.5.3",
|
|
42
42
|
"quill": "^2.0.1",
|
|
43
|
-
"service-flow-designer": "2.2.
|
|
44
|
-
"super-page-runtime": "2.2.
|
|
43
|
+
"service-flow-designer": "2.2.57",
|
|
44
|
+
"super-page-runtime": "2.2.56",
|
|
45
45
|
"uuid": "^9.0.1",
|
|
46
46
|
"vite": "^5.1.6",
|
|
47
47
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|