@fangzhongya/page 0.0.30 → 0.0.32
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/_virtual/browser-detector.cjs +4 -0
- package/dist/_virtual/browser-detector.js +4 -0
- package/dist/_virtual/collection-utils.cjs +4 -0
- package/dist/_virtual/collection-utils.js +4 -0
- package/dist/_virtual/element-resize-detector.cjs +7 -0
- package/dist/_virtual/element-resize-detector.js +7 -0
- package/dist/_virtual/utils.cjs +4 -0
- package/dist/_virtual/utils.js +4 -0
- package/dist/components/control/design.cjs +1 -39
- package/dist/components/control/design.d.ts +0 -3
- package/dist/components/control/design.js +2 -40
- package/dist/components/control/draggable.d.ts +2 -2
- package/dist/components/design/design-grids2.cjs +15 -7
- package/dist/components/design/design-grids2.js +17 -9
- package/dist/components/design/design-operate2.cjs +2 -6
- package/dist/components/design/design-operate2.js +2 -6
- package/dist/components/design/design-resizable2.cjs +8 -3
- package/dist/components/design/design-resizable2.js +9 -4
- package/dist/components/design/grids/components/GridItem.cjs +5 -0
- package/dist/components/design/grids/components/GridItem.css +60 -0
- package/dist/components/design/grids/components/GridItem.js +5 -0
- package/dist/components/design/grids/components/GridItem2.cjs +502 -0
- package/dist/components/design/grids/components/GridItem2.js +502 -0
- package/dist/components/design/grids/components/GridLayout.cjs +5 -0
- package/dist/components/design/grids/components/GridLayout.css +5 -0
- package/dist/components/design/grids/components/GridLayout.js +5 -0
- package/dist/components/design/grids/components/GridLayout2.cjs +432 -0
- package/dist/components/design/grids/components/GridLayout2.js +432 -0
- package/dist/components/design/grids/composables/useGridProvider.cjs +13 -0
- package/dist/components/design/grids/composables/useGridProvider.d.ts +1 -0
- package/dist/components/design/grids/composables/useGridProvider.js +13 -0
- package/dist/components/design/grids/constants.cjs +8 -0
- package/dist/components/design/grids/constants.d.ts +5 -0
- package/dist/components/design/grids/constants.js +8 -0
- package/dist/components/design/grids/helpers/DOM.cjs +15 -0
- package/dist/components/design/grids/helpers/DOM.d.ts +2 -0
- package/dist/components/design/grids/helpers/DOM.js +15 -0
- package/dist/components/design/grids/helpers/draggableUtils.cjs +17 -0
- package/dist/components/design/grids/helpers/draggableUtils.d.ts +12 -0
- package/dist/components/design/grids/helpers/draggableUtils.js +17 -0
- package/dist/components/design/grids/helpers/responsiveUtils.cjs +43 -0
- package/dist/components/design/grids/helpers/responsiveUtils.d.ts +5 -0
- package/dist/components/design/grids/helpers/responsiveUtils.js +43 -0
- package/dist/components/design/grids/helpers/utils.cjs +222 -0
- package/dist/components/design/grids/helpers/utils.d.ts +24 -0
- package/dist/components/design/grids/helpers/utils.js +222 -0
- package/dist/components/design/grids/types/components.d.ts +20 -0
- package/dist/components/design/grids/types/grid-item.d.ts +45 -0
- package/dist/components/design/grids/types/grid-layout.d.ts +48 -0
- package/dist/components/design/grids/types/helpers.cjs +10 -0
- package/dist/components/design/grids/types/helpers.d.ts +33 -0
- package/dist/components/design/grids/types/helpers.js +10 -0
- package/dist/components/design/grids/types/index.d.ts +4 -0
- package/dist/components/design/{resizable2.cjs → resizable/resizable2.cjs} +21 -20
- package/dist/components/design/{resizable2.js → resizable/resizable2.js} +21 -20
- package/dist/components/index.css +51 -85
- package/dist/components/index2.cjs +22 -13
- package/dist/components/index2.js +23 -14
- package/dist/components/output/gener.cjs +0 -1
- package/dist/components/output/gener.js +0 -1
- package/dist/components/output/gener2.cjs +12 -8
- package/dist/components/output/gener2.js +11 -7
- package/dist/components/set/util.cjs +4 -2
- package/dist/components/set/util.d.ts +1 -0
- package/dist/components/set/util.js +4 -2
- package/dist/components/top/index2.cjs +47 -21
- package/dist/components/top/index2.js +53 -27
- package/dist/config/basics.cjs +2 -2
- package/dist/config/basics.js +2 -2
- package/dist/config/util.d.ts +20 -10
- package/dist/css/style.css +1361 -0
- package/dist/css/style2.css +5 -0
- package/dist/css/style3.css +3 -0
- package/dist/css/style4.css +117 -0
- package/dist/css/style5.css +5 -0
- package/dist/css/style6.css +60 -0
- package/dist/design/design.d.ts +1 -1
- package/dist/effect/design.cjs +2 -42
- package/dist/effect/design.d.ts +0 -3
- package/dist/effect/design.js +3 -43
- package/dist/effect/draggable.d.ts +1 -1
- package/dist/effect/effect.d.ts +1 -1
- package/dist/expand/{chunk-IRHQSEMT.cjs → chunk-QFRDDTJR.cjs} +1 -1
- package/dist/expand/{chunk-ZPHCUID5.js → chunk-WMN3TQLR.js} +1 -1
- package/dist/expand/components.cjs +3 -3
- package/dist/expand/components.js +1 -1
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/index.css +1554 -0
- package/dist/node_modules/.pnpm/batch-processor@1.0.0/node_modules/batch-processor/src/batch-processor.cjs +121 -0
- package/dist/node_modules/.pnpm/batch-processor@1.0.0/node_modules/batch-processor/src/batch-processor.js +121 -0
- package/dist/node_modules/.pnpm/batch-processor@1.0.0/node_modules/batch-processor/src/utils.cjs +22 -0
- package/dist/node_modules/.pnpm/batch-processor@1.0.0/node_modules/batch-processor/src/utils.js +22 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/browser-detector.cjs +37 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/browser-detector.js +37 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/collection-utils.cjs +22 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/collection-utils.js +22 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/detection-strategy/object.cjs +165 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/detection-strategy/object.js +165 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/detection-strategy/scroll.cjs +493 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/detection-strategy/scroll.js +493 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/element-resize-detector.cjs +241 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/element-resize-detector.js +241 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/element-utils.cjs +34 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/element-utils.js +34 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/id-generator.cjs +21 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/id-generator.js +21 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/id-handler.cjs +36 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/id-handler.js +36 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/listener-handler.cjs +51 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/listener-handler.js +51 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/reporter.cjs +39 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/reporter.js +39 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/state-handler.cjs +28 -0
- package/dist/node_modules/.pnpm/element-resize-detector@1.2.4/node_modules/element-resize-detector/src/state-handler.js +28 -0
- package/dist/render/common.cjs +4 -4
- package/dist/render/common.d.ts +1 -1
- package/dist/render/common.js +4 -4
- package/dist/render/config.cjs +1 -2
- package/dist/render/config.js +1 -2
- package/dist/render/render.d.ts +1 -1
- package/dist/viewer/design.cjs +1 -1
- package/dist/viewer/design.js +2 -2
- package/dist/viewer/draggable.d.ts +1 -1
- package/dist/viewer/viewer.d.ts +1 -1
- package/package.json +6 -4
- package/dist/components/output/gener.css +0 -18
- package/dist/node_modules/.pnpm/@derpierre65_vue3-dragable-_7ae65b0afcc3e3050cfdea0ae383bda4/node_modules/@derpierre65/vue3-dragable-grid-layout/dist/vue3-drr-grid-layout.cjs +0 -5963
- package/dist/node_modules/.pnpm/@derpierre65_vue3-dragable-_7ae65b0afcc3e3050cfdea0ae383bda4/node_modules/@derpierre65/vue3-dragable-grid-layout/dist/vue3-drr-grid-layout.js +0 -5963
- /package/dist/components/design/{resizable.cjs → resizable/resizable.cjs} +0 -0
- /package/dist/components/design/{resizable.js → resizable/resizable.js} +0 -0
package/dist/index.css
ADDED
|
@@ -0,0 +1,1554 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
.el-collapse-item__header {
|
|
5
|
+
box-sizing: border-box;
|
|
6
|
+
}
|
|
7
|
+
.ml-10 {
|
|
8
|
+
margin-left: 10px;
|
|
9
|
+
}
|
|
10
|
+
.mr-10 {
|
|
11
|
+
margin-right: 10px;
|
|
12
|
+
}
|
|
13
|
+
.flex-1 {
|
|
14
|
+
flex: 1;
|
|
15
|
+
}
|
|
16
|
+
.fang-page-page {
|
|
17
|
+
--page-min-put-size: 30px;
|
|
18
|
+
--page-min-com-size: 30px;
|
|
19
|
+
--page-put-backg: rgba(255, 255, 226, 0.5);
|
|
20
|
+
--page-drag-backg: rgb(255, 213, 218, 0.5);
|
|
21
|
+
--page-on-backg: rgba(183, 211, 255, 0.5);
|
|
22
|
+
--page-padding: 12px;
|
|
23
|
+
--page-margin: 6px;
|
|
24
|
+
--page-border: 1px dashed #336699;
|
|
25
|
+
--page-on-border: 1px solid #267afb;
|
|
26
|
+
--page-drag-border: 1px dashed rgb(177, 215, 252);
|
|
27
|
+
--page-on-min-width: 96px;
|
|
28
|
+
--page-on-min-height: 54px;
|
|
29
|
+
--page-scale: 1;
|
|
30
|
+
--page-resizable-handle-size: 6px;
|
|
31
|
+
width: 100%;
|
|
32
|
+
height: 100%;
|
|
33
|
+
box-sizing: border-box;
|
|
34
|
+
background: #f2f3f5;
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
display: flex;
|
|
37
|
+
flex-direction: column;
|
|
38
|
+
}
|
|
39
|
+
.fang-page-page-top {
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
justify-content: space-between;
|
|
43
|
+
background-color: #fff;
|
|
44
|
+
}
|
|
45
|
+
.fang-page-page-top-left {
|
|
46
|
+
margin-left: 10px;
|
|
47
|
+
display: flex;
|
|
48
|
+
align-items: center;
|
|
49
|
+
text-align: left;
|
|
50
|
+
}
|
|
51
|
+
.fang-page-page-top-left-scale {
|
|
52
|
+
margin-left: 10px;
|
|
53
|
+
width: 300px;
|
|
54
|
+
display: flex;
|
|
55
|
+
align-items: center;
|
|
56
|
+
}
|
|
57
|
+
.fang-page-page-top-right {
|
|
58
|
+
display: flex;
|
|
59
|
+
align-items: center;
|
|
60
|
+
justify-content: flex-end;
|
|
61
|
+
margin-right: 10px;
|
|
62
|
+
}
|
|
63
|
+
.fang-page-page-top .el-button {
|
|
64
|
+
padding: 2px 5px;
|
|
65
|
+
}
|
|
66
|
+
.fang-page-page-grid {
|
|
67
|
+
width: 100%;
|
|
68
|
+
flex: 1;
|
|
69
|
+
display: flex;
|
|
70
|
+
}
|
|
71
|
+
.fang-page-page-grid-design {
|
|
72
|
+
margin-right: 8px;
|
|
73
|
+
flex: 1;
|
|
74
|
+
position: relative;
|
|
75
|
+
transform: translate3d(0, 0, 0);
|
|
76
|
+
width: 100%;
|
|
77
|
+
height: 100%;
|
|
78
|
+
}
|
|
79
|
+
.fang-page-page-grid-design-div {
|
|
80
|
+
position: absolute;
|
|
81
|
+
inset: 0;
|
|
82
|
+
overflow: auto;
|
|
83
|
+
}
|
|
84
|
+
.fang-page-page-grid-design-div-transform {
|
|
85
|
+
transform: scale(var(--page-scale));
|
|
86
|
+
transform-origin: 0 0;
|
|
87
|
+
height: 100%;
|
|
88
|
+
}
|
|
89
|
+
.fang-page-left {
|
|
90
|
+
width: 260px;
|
|
91
|
+
height: 100%;
|
|
92
|
+
background: #fff;
|
|
93
|
+
position: relative;
|
|
94
|
+
display: flex;
|
|
95
|
+
flex-direction: column;
|
|
96
|
+
}
|
|
97
|
+
.fang-page-left .el-tabs__header {
|
|
98
|
+
margin-bottom: 0;
|
|
99
|
+
}
|
|
100
|
+
.fang-page-left .el-tabs__item {
|
|
101
|
+
font-weight: bold;
|
|
102
|
+
}
|
|
103
|
+
.fang-page-left .el-collapse-item .el-collapse-item__header {
|
|
104
|
+
padding-left: 10px;
|
|
105
|
+
}
|
|
106
|
+
.fang-page-left .el-collapse-item {
|
|
107
|
+
border-bottom: 1px solid var(--el-collapse-border-color);
|
|
108
|
+
}
|
|
109
|
+
.fang-page-left .el-collapse-item .el-collapse-item__content {
|
|
110
|
+
padding-bottom: 6px;
|
|
111
|
+
color: #333;
|
|
112
|
+
}
|
|
113
|
+
.fang-page-left-body {
|
|
114
|
+
overflow: hidden;
|
|
115
|
+
position: relative;
|
|
116
|
+
flex: 1;
|
|
117
|
+
width: 100%;
|
|
118
|
+
}
|
|
119
|
+
.fang-page-left-body-roll {
|
|
120
|
+
position: absolute;
|
|
121
|
+
inset: 0;
|
|
122
|
+
overflow-y: auto;
|
|
123
|
+
}
|
|
124
|
+
.fang-page-left-custom-draggable {
|
|
125
|
+
padding-left: 10px;
|
|
126
|
+
display: flex;
|
|
127
|
+
flex-wrap: wrap;
|
|
128
|
+
}
|
|
129
|
+
.fang-page-left-custom-item {
|
|
130
|
+
margin: 2px 6px 6px 0;
|
|
131
|
+
width: 110px;
|
|
132
|
+
height: 36px;
|
|
133
|
+
line-height: 16px;
|
|
134
|
+
background: #f2f7ff;
|
|
135
|
+
border: 1px solid #f2f7ff;
|
|
136
|
+
border-radius: 3px;
|
|
137
|
+
margin-bottom: 12px;
|
|
138
|
+
cursor: pointer;
|
|
139
|
+
padding: 0 12px;
|
|
140
|
+
box-sizing: border-box;
|
|
141
|
+
display: inline-flex;
|
|
142
|
+
align-items: center;
|
|
143
|
+
}
|
|
144
|
+
.fang-page-left-custom-item:hover {
|
|
145
|
+
color: var(--el-color-primary);
|
|
146
|
+
border-color: var(--el-color-primary);
|
|
147
|
+
}
|
|
148
|
+
.fang-page-left-custom-item > span {
|
|
149
|
+
display: inline-flex;
|
|
150
|
+
word-break: break-all;
|
|
151
|
+
}
|
|
152
|
+
.fang-page-left-icons-draggable {
|
|
153
|
+
padding-left: 10px;
|
|
154
|
+
display: flex;
|
|
155
|
+
flex-wrap: wrap;
|
|
156
|
+
}
|
|
157
|
+
.fang-page-left-icons-top {
|
|
158
|
+
padding: 10px;
|
|
159
|
+
border: 1px solid #eee;
|
|
160
|
+
}
|
|
161
|
+
.fang-page-left-icons-top-item {
|
|
162
|
+
display: inline-flex;
|
|
163
|
+
margin: 2px 6px 6px 0;
|
|
164
|
+
width: 110px;
|
|
165
|
+
height: 36px;
|
|
166
|
+
line-height: 16px;
|
|
167
|
+
background: #f2f7ff;
|
|
168
|
+
border: 1px solid #f2f7ff;
|
|
169
|
+
border-radius: 3px;
|
|
170
|
+
margin-bottom: 12px;
|
|
171
|
+
cursor: pointer;
|
|
172
|
+
padding: 0 12px;
|
|
173
|
+
align-items: center;
|
|
174
|
+
box-sizing: border-box;
|
|
175
|
+
}
|
|
176
|
+
.fang-page-left-icons-top-item:hover {
|
|
177
|
+
color: var(--el-color-primary);
|
|
178
|
+
border-color: var(--el-color-primary);
|
|
179
|
+
}
|
|
180
|
+
.fang-page-left-icons-list {
|
|
181
|
+
padding: 10px;
|
|
182
|
+
}
|
|
183
|
+
.fang-page-left-icons-list-draggable {
|
|
184
|
+
display: flex;
|
|
185
|
+
flex-wrap: wrap;
|
|
186
|
+
}
|
|
187
|
+
.fang-page-left-icons-list-item {
|
|
188
|
+
margin: 5px;
|
|
189
|
+
padding: 5px;
|
|
190
|
+
width: 30px;
|
|
191
|
+
height: 30px;
|
|
192
|
+
background: #f2f7ff;
|
|
193
|
+
border: 1px solid #f2f7ff;
|
|
194
|
+
border-radius: 3px;
|
|
195
|
+
margin-bottom: 12px;
|
|
196
|
+
cursor: pointer;
|
|
197
|
+
}
|
|
198
|
+
.fang-page-left-icons-list-item:hover {
|
|
199
|
+
color: var(--el-color-primary);
|
|
200
|
+
border-color: var(--el-color-primary);
|
|
201
|
+
}
|
|
202
|
+
.fang-page-left-search-top {
|
|
203
|
+
padding: 10px;
|
|
204
|
+
border: 1px solid #eee;
|
|
205
|
+
}
|
|
206
|
+
.fang-page-left-search-list {
|
|
207
|
+
padding: 10px;
|
|
208
|
+
box-sizing: border-box;
|
|
209
|
+
position: absolute;
|
|
210
|
+
top: 60px;
|
|
211
|
+
bottom: 0;
|
|
212
|
+
left: 0;
|
|
213
|
+
right: 0;
|
|
214
|
+
overflow-y: auto;
|
|
215
|
+
z-index: 100;
|
|
216
|
+
background-color: #fff;
|
|
217
|
+
}
|
|
218
|
+
.fang-page-left-search-item {
|
|
219
|
+
margin: 5px;
|
|
220
|
+
padding: 5px;
|
|
221
|
+
text-align: center;
|
|
222
|
+
box-sizing: border-box;
|
|
223
|
+
height: 40px;
|
|
224
|
+
background: #f2f7ff;
|
|
225
|
+
border: 1px solid #f2f7ff;
|
|
226
|
+
border-radius: 3px;
|
|
227
|
+
margin-bottom: 12px;
|
|
228
|
+
cursor: pointer;
|
|
229
|
+
}
|
|
230
|
+
.fang-page-left-search-item:hover {
|
|
231
|
+
color: var(--el-color-primary);
|
|
232
|
+
border-color: var(--el-color-primary);
|
|
233
|
+
}
|
|
234
|
+
.fang-page-left-moulds-top {
|
|
235
|
+
padding: 10px;
|
|
236
|
+
border: 1px solid #eee;
|
|
237
|
+
}
|
|
238
|
+
.fang-page-left-mould {
|
|
239
|
+
width: 100%;
|
|
240
|
+
padding: 8px;
|
|
241
|
+
box-sizing: border-box;
|
|
242
|
+
}
|
|
243
|
+
.fang-page-left-mould-li {
|
|
244
|
+
border: 1px solid #8896b3;
|
|
245
|
+
padding: 10px;
|
|
246
|
+
margin-top: 3px;
|
|
247
|
+
margin-bottom: 10px;
|
|
248
|
+
border-radius: 4px;
|
|
249
|
+
background-color: #fff;
|
|
250
|
+
}
|
|
251
|
+
.fang-page-left-mould-li-top {
|
|
252
|
+
display: flex;
|
|
253
|
+
align-items: center;
|
|
254
|
+
justify-content: space-between;
|
|
255
|
+
}
|
|
256
|
+
.fang-page-left-mould-name {
|
|
257
|
+
display: flex;
|
|
258
|
+
align-items: center;
|
|
259
|
+
font-size: 13px;
|
|
260
|
+
}
|
|
261
|
+
.fang-page-left-mould-name-handle {
|
|
262
|
+
flex: 1;
|
|
263
|
+
display: inline-flex;
|
|
264
|
+
width: 110px;
|
|
265
|
+
height: 36px;
|
|
266
|
+
line-height: 16px;
|
|
267
|
+
background: #f2f7ff;
|
|
268
|
+
border: 1px solid #f2f7ff;
|
|
269
|
+
border-radius: 3px;
|
|
270
|
+
cursor: pointer;
|
|
271
|
+
padding: 0 12px;
|
|
272
|
+
align-items: center;
|
|
273
|
+
box-sizing: border-box;
|
|
274
|
+
}
|
|
275
|
+
.fang-page-left-mould-name-handle:hover {
|
|
276
|
+
color: var(--el-color-primary);
|
|
277
|
+
border-color: var(--el-color-primary);
|
|
278
|
+
}
|
|
279
|
+
.fang-page-left-mould-grid {
|
|
280
|
+
margin: 10px auto;
|
|
281
|
+
height: 108px;
|
|
282
|
+
width: 192px;
|
|
283
|
+
overflow: hidden;
|
|
284
|
+
}
|
|
285
|
+
.fang-page-left-mould-grid .fang-page-left-mould-grid-render {
|
|
286
|
+
transform: scale(0.1);
|
|
287
|
+
transform-origin: 0 0;
|
|
288
|
+
width: 1920px;
|
|
289
|
+
height: 1080px;
|
|
290
|
+
}
|
|
291
|
+
.fang-page-left-mould-popover {
|
|
292
|
+
box-sizing: content-box !important;
|
|
293
|
+
height: 540px;
|
|
294
|
+
width: 960px;
|
|
295
|
+
overflow: auto;
|
|
296
|
+
}
|
|
297
|
+
.fang-page-left-mould-popover .fang-page-left-mould-grid-render {
|
|
298
|
+
width: 100%;
|
|
299
|
+
height: 100%;
|
|
300
|
+
}
|
|
301
|
+
.fang-page-right {
|
|
302
|
+
height: 100%;
|
|
303
|
+
width: 340px;
|
|
304
|
+
background-color: #fff;
|
|
305
|
+
display: flex;
|
|
306
|
+
flex-direction: column;
|
|
307
|
+
}
|
|
308
|
+
.fang-page-right .el-tabs__header {
|
|
309
|
+
margin-bottom: 0;
|
|
310
|
+
}
|
|
311
|
+
.fang-page-right .el-tabs__item {
|
|
312
|
+
font-weight: bold;
|
|
313
|
+
}
|
|
314
|
+
.fang-page-right .el-collapse-item .el-collapse-item__header {
|
|
315
|
+
font-weight: 700;
|
|
316
|
+
}
|
|
317
|
+
.fang-page-right .el-collapse-item .el-collapse-item__header i.bt {
|
|
318
|
+
margin-right: 15px;
|
|
319
|
+
height: 16px;
|
|
320
|
+
width: 5px;
|
|
321
|
+
background: #267afb;
|
|
322
|
+
border-radius: 3px;
|
|
323
|
+
}
|
|
324
|
+
.fang-page-right .el-collapse-item {
|
|
325
|
+
border-bottom: 1px solid var(--el-collapse-border-color);
|
|
326
|
+
}
|
|
327
|
+
.fang-page-right .el-collapse-item .el-collapse-item__content {
|
|
328
|
+
padding-bottom: 6px;
|
|
329
|
+
color: #333;
|
|
330
|
+
}
|
|
331
|
+
.fang-page-right-body {
|
|
332
|
+
overflow: hidden;
|
|
333
|
+
position: relative;
|
|
334
|
+
flex: 1;
|
|
335
|
+
width: 100%;
|
|
336
|
+
}
|
|
337
|
+
.fang-page-right-body-roll {
|
|
338
|
+
position: absolute;
|
|
339
|
+
inset: 10px;
|
|
340
|
+
overflow-y: auto;
|
|
341
|
+
}
|
|
342
|
+
.fang-page-tree {
|
|
343
|
+
height: 100%;
|
|
344
|
+
width: 200px;
|
|
345
|
+
display: flex;
|
|
346
|
+
flex-direction: column;
|
|
347
|
+
}
|
|
348
|
+
.fang-page-tree-title {
|
|
349
|
+
height: 40px;
|
|
350
|
+
display: flex;
|
|
351
|
+
align-items: center;
|
|
352
|
+
justify-content: space-between;
|
|
353
|
+
}
|
|
354
|
+
.fang-page-tree-div {
|
|
355
|
+
flex: 1;
|
|
356
|
+
background-color: #ffffff;
|
|
357
|
+
position: relative;
|
|
358
|
+
overflow: hidden;
|
|
359
|
+
z-index: 100;
|
|
360
|
+
}
|
|
361
|
+
.fang-page-tree-menu {
|
|
362
|
+
position: absolute;
|
|
363
|
+
inset: 0;
|
|
364
|
+
overflow: auto;
|
|
365
|
+
--el-menu-item-height: 36px;
|
|
366
|
+
--el-menu-level-padding: 10px;
|
|
367
|
+
--el-menu-base-level-padding: 10px;
|
|
368
|
+
--el-menu-sub-item-height: 30px;
|
|
369
|
+
}
|
|
370
|
+
.fang-page-tree .on {
|
|
371
|
+
background-color: var(--page-on-backg);
|
|
372
|
+
}
|
|
373
|
+
.fang-page-tree .on > .right-key > div > .el-sub-menu > .el-sub-menu__title {
|
|
374
|
+
background-color: var(--page-on-backg);
|
|
375
|
+
}
|
|
376
|
+
.fang-page-tree-drag-draggable {
|
|
377
|
+
min-height: var(--page-min-put-size);
|
|
378
|
+
background-color: var(--page-put-backg);
|
|
379
|
+
}
|
|
380
|
+
.fang-page-tree-drag-draggable-empty {
|
|
381
|
+
height: var(--page-min-put-size);
|
|
382
|
+
display: flex;
|
|
383
|
+
align-items: center;
|
|
384
|
+
justify-content: center;
|
|
385
|
+
color: #ccc;
|
|
386
|
+
white-space: nowrap;
|
|
387
|
+
overflow: hidden;
|
|
388
|
+
}
|
|
389
|
+
.fang-page-render {
|
|
390
|
+
width: 100%;
|
|
391
|
+
height: 100%;
|
|
392
|
+
background-color: #fff;
|
|
393
|
+
box-sizing: border-box;
|
|
394
|
+
padding: var(--page-padding);
|
|
395
|
+
}
|
|
396
|
+
.fang-page-design {
|
|
397
|
+
min-width: 100%;
|
|
398
|
+
min-height: 100%;
|
|
399
|
+
display: table;
|
|
400
|
+
box-sizing: border-box;
|
|
401
|
+
background-color: #fff;
|
|
402
|
+
padding: var(--page-padding);
|
|
403
|
+
}
|
|
404
|
+
.fang-page-design > .right-key {
|
|
405
|
+
display: contents;
|
|
406
|
+
}
|
|
407
|
+
.fang-page-design > .right-key > .fang-page-design-drag > .fang-page-design-drag-draggable {
|
|
408
|
+
display: table-cell;
|
|
409
|
+
height: 100%;
|
|
410
|
+
}
|
|
411
|
+
.com-fang-icon {
|
|
412
|
+
--color: inherit;
|
|
413
|
+
height: 1em;
|
|
414
|
+
width: 1em;
|
|
415
|
+
line-height: 1em;
|
|
416
|
+
display: flex;
|
|
417
|
+
justify-content: center;
|
|
418
|
+
align-items: center;
|
|
419
|
+
position: relative;
|
|
420
|
+
fill: currentcolor;
|
|
421
|
+
color: var(--el-color-primary) !important;
|
|
422
|
+
font-size: 14px !important;
|
|
423
|
+
}
|
|
424
|
+
.com-fang-icon > i {
|
|
425
|
+
--icon-svg-com: inherit;
|
|
426
|
+
-webkit-mask: var(--icon-svg-com) no-repeat;
|
|
427
|
+
mask: var(--icon-svg-com) no-repeat;
|
|
428
|
+
background-color: currentColor;
|
|
429
|
+
-webkit-mask-size: 100% 100%;
|
|
430
|
+
mask-size: 100% 100%;
|
|
431
|
+
border: 0px;
|
|
432
|
+
display: inline-flex;
|
|
433
|
+
align-items: center;
|
|
434
|
+
object-fit: contain;
|
|
435
|
+
justify-content: center;
|
|
436
|
+
font-size: inherit;
|
|
437
|
+
width: inherit;
|
|
438
|
+
height: inherit;
|
|
439
|
+
}
|
|
440
|
+
.fang-page-viewer {
|
|
441
|
+
height: 100%;
|
|
442
|
+
width: 100%;
|
|
443
|
+
background-color: #fff;
|
|
444
|
+
box-sizing: border-box;
|
|
445
|
+
padding: var(--page-padding);
|
|
446
|
+
}
|
|
447
|
+
.fang-page-viewer-drag {
|
|
448
|
+
display: contents;
|
|
449
|
+
}
|
|
450
|
+
.fang-page-viewer-drag-item {
|
|
451
|
+
border: var(--page-border) !important;
|
|
452
|
+
}
|
|
453
|
+
.fang-page-viewer-drag-item.__page_on {
|
|
454
|
+
border: var(--page-on-border) !important;
|
|
455
|
+
background-color: var(--page-on-backg) !important;
|
|
456
|
+
}
|
|
457
|
+
.fang-page-effect {
|
|
458
|
+
height: 100%;
|
|
459
|
+
width: 100%;
|
|
460
|
+
box-sizing: border-box;
|
|
461
|
+
background-color: #fff;
|
|
462
|
+
padding: var(--page-padding);
|
|
463
|
+
}
|
|
464
|
+
.fang-page-effect-drag .effect-fang-icon-plus {
|
|
465
|
+
--icon-svg-com: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z'%3E%3C/path%3E%3C/svg%3E");
|
|
466
|
+
}
|
|
467
|
+
.fang-page-effect-drag .effect-fang-icon-star {
|
|
468
|
+
--icon-svg-com: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M213.875 956.375c-78.75 0-146.25-61.875-146.25-146.25V450.125c0-78.75 61.875-146.25 146.25-146.25h365.62500001c78.75 0 146.25 61.875 146.24999999 146.25v365.625c0 78.75-61.875 146.25-146.25000001 146.25l-365.62499999-5.625z m0-579.375c-45 0-78.75 33.75-78.75 78.75v365.625c0 45 33.75 78.75 78.75 78.75h365.62500001c45 0 78.75-33.75 78.74999999-78.75V450.125c0-45-33.75-78.75-78.74999999-78.75H213.875z'%3E%3C/path%3E%3Cpath d='M810.125 78.875H444.49999999C360.125 78.875 298.25 146.375 298.25 225.125v22.5h61.875v-22.5c0-45 33.75-78.75 78.75-78.75h360c45 0 78.75 33.75 78.75 78.75v360c0 45-33.75 78.75-78.75 78.75h-33.75V737h45c84.375 0 146.25-67.50000001 146.25-146.25V225.125c0-84.375-67.50000001-146.25-146.25-146.25z'%3E%3C/path%3E%3C/svg%3E");
|
|
469
|
+
}
|
|
470
|
+
.fang-page-effect-drag .effect-fang-icon-delete {
|
|
471
|
+
color: red;
|
|
472
|
+
--icon-svg-com: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32'%3E%3C/path%3E%3C/svg%3E");
|
|
473
|
+
}
|
|
474
|
+
.fang-page-effect-drag .effect-fang-icon-lock {
|
|
475
|
+
--icon-svg-com: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180.59820247 375.9327346h718.03722841v607.5699617H180.59820247V375.9327346z m55.23363335 55.23363205v497.1026963h607.56996171v-497.1026963H235.83183582z m55.23363206 0H180.59820247v-55.23363205h110.46726541V293.08228521C291.06546788 154.99820248 401.53273459 44.53093706 539.61681602 44.53093706S788.16816418 154.99820248 788.16816418 293.08228521V375.9327346h110.4672667v55.23363205h-165.70089876V293.08228521C732.93453212 188.13838222 644.56071902 99.76456912 539.61681602 99.76456912S346.29910124 188.13838222 346.29910124 293.08228521V431.16636665H291.06546788z m248.55134814 331.40179754c-44.18690591 0-82.85044939-38.66354348-82.85044937-82.85044939s38.66354348-82.85044939 82.85044937-82.85044939 82.85044939 38.66354348 82.85044939 82.85044939-38.66354348 82.85044939-82.85044939 82.85044939z'%3E%3C/path%3E%3C/svg%3E");
|
|
476
|
+
}
|
|
477
|
+
.fang-page-effect-drag .effect-fang-icon-clear {
|
|
478
|
+
color: red;
|
|
479
|
+
--icon-svg-com: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z'%3E%3C/path%3E%3Cpath d='M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z'%3E%3C/path%3E%3C/svg%3E");
|
|
480
|
+
}
|
|
481
|
+
.fang-page-effect-drag .effect-fang-icon-set {
|
|
482
|
+
--icon-svg-com: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M919.6 405.6l-57.2-8c-12.7-1.8-23-10.4-28-22.1-11.3-26.7-25.7-51.7-42.9-74.5-7.7-10.2-10-23.5-5.2-35.3l21.7-53.5c6.7-16.4 0.2-35.3-15.2-44.1L669.1 96.6c-15.4-8.9-34.9-5.1-45.8 8.9l-35.4 45.3c-7.9 10.2-20.7 14.9-33.5 13.3-14-1.8-28.3-2.8-42.8-2.8-14.5 0-28.8 1-42.8 2.8-12.8 1.6-25.6-3.1-33.5-13.3l-35.4-45.3c-10.9-14-30.4-17.8-45.8-8.9L230.4 168c-15.4 8.9-21.8 27.7-15.2 44.1l21.7 53.5c4.8 11.9 2.5 25.1-5.2 35.3-17.2 22.8-31.7 47.8-42.9 74.5-5 11.8-15.3 20.4-28 22.1l-57.2 8C86 408 72.9 423 72.9 440.8v142.9c0 17.7 13.1 32.7 30.6 35.2l57.2 8c12.7 1.8 23 10.4 28 22.1 11.3 26.7 25.7 51.7 42.9 74.5 7.7 10.2 10 23.5 5.2 35.3l-21.7 53.5c-6.7 16.4-0.2 35.3 15.2 44.1L354 927.8c15.4 8.9 34.9 5.1 45.8-8.9l35.4-45.3c7.9-10.2 20.7-14.9 33.5-13.3 14 1.8 28.3 2.8 42.8 2.8 14.5 0 28.8-1 42.8-2.8 12.8-1.6 25.6 3.1 33.5 13.3l35.4 45.3c10.9 14 30.4 17.8 45.8 8.9l123.7-71.4c15.4-8.9 21.8-27.7 15.2-44.1l-21.7-53.5c-4.8-11.8-2.5-25.1 5.2-35.3 17.2-22.8 31.7-47.8 42.9-74.5 5-11.8 15.3-20.4 28-22.1l57.2-8c17.6-2.5 30.6-17.5 30.6-35.2V440.8c0.2-17.8-12.9-32.8-30.5-35.2z m-408 245.5c-76.7 0-138.9-62.2-138.9-138.9s62.2-138.9 138.9-138.9 138.9 62.2 138.9 138.9-62.2 138.9-138.9 138.9z' fill=''%3E%3C/path%3E%3C/svg%3E");
|
|
483
|
+
}
|
|
484
|
+
.fang-page-effect-drag {
|
|
485
|
+
display: contents;
|
|
486
|
+
}
|
|
487
|
+
.fang-page-effect-drag-draggable {
|
|
488
|
+
position: relative;
|
|
489
|
+
display: contents;
|
|
490
|
+
}
|
|
491
|
+
.fang-page-effect-drag-draggable-name {
|
|
492
|
+
position: absolute;
|
|
493
|
+
top: 0;
|
|
494
|
+
left: 50%;
|
|
495
|
+
transform: translateX(-50%);
|
|
496
|
+
font-size: 12px;
|
|
497
|
+
color: #ccc;
|
|
498
|
+
}
|
|
499
|
+
.fang-page-effect-drag-draggable-empty {
|
|
500
|
+
height: 100%;
|
|
501
|
+
display: flex;
|
|
502
|
+
align-items: center;
|
|
503
|
+
justify-content: center;
|
|
504
|
+
color: #ccc;
|
|
505
|
+
white-space: nowrap;
|
|
506
|
+
overflow: hidden;
|
|
507
|
+
background: var(--page-put-backg);
|
|
508
|
+
}
|
|
509
|
+
.fang-page-effect-drag-draggable-item {
|
|
510
|
+
border: var(--page-border) !important;
|
|
511
|
+
margin: var(--page-margin);
|
|
512
|
+
position: relative !important;
|
|
513
|
+
}
|
|
514
|
+
.fang-page-effect-drag-draggable-item > .fang-page-design-operate-operates {
|
|
515
|
+
display: contents;
|
|
516
|
+
}
|
|
517
|
+
.fang-page-effect-drag-draggable-item:hover {
|
|
518
|
+
background-color: var(--page-on-backg) !important;
|
|
519
|
+
}
|
|
520
|
+
.fang-page-effect-drag-draggable-item:hover > .fang-page-design-operate-operates > .fang-page-design-operate-names {
|
|
521
|
+
display: block;
|
|
522
|
+
}
|
|
523
|
+
.fang-page-effect-drag-draggable-item:hover > .fang-page-design-operate-operates > .fang-page-design-operate-operate > .fang-page-design-operate-operate-hide {
|
|
524
|
+
display: block;
|
|
525
|
+
}
|
|
526
|
+
.fang-page-effect-drag-draggable-item.__page_on {
|
|
527
|
+
min-height: var(--page-on-min-height);
|
|
528
|
+
min-width: var(--page-on-min-width);
|
|
529
|
+
border: var(--page-on-border) !important;
|
|
530
|
+
background-color: var(--page-on-backg) !important;
|
|
531
|
+
}
|
|
532
|
+
.fang-page-effect-drag-draggable-item.__page_on > .fang-page-design-operate-operates > .fang-page-design-operate-names {
|
|
533
|
+
color: #267afb;
|
|
534
|
+
display: block;
|
|
535
|
+
}
|
|
536
|
+
.fang-page-effect-drag-draggable-item.__page_on > .fang-page-design-operate-operates > .fang-page-design-operate-operate > .fang-page-design-operate-operate-hide {
|
|
537
|
+
display: block;
|
|
538
|
+
}
|
|
539
|
+
.fang-page-effect-drag-draggable-item.__page_on::before {
|
|
540
|
+
content: "";
|
|
541
|
+
position: absolute;
|
|
542
|
+
height: 20px;
|
|
543
|
+
width: 50%;
|
|
544
|
+
left: 0;
|
|
545
|
+
top: 0;
|
|
546
|
+
text-align: right;
|
|
547
|
+
z-index: 102;
|
|
548
|
+
background-color: var(--page-drag-backg);
|
|
549
|
+
cursor: move;
|
|
550
|
+
}
|
|
551
|
+
.fang-page-effect-drag-draggable-item.__page_is-inline {
|
|
552
|
+
min-height: var(--page-min-com-size);
|
|
553
|
+
min-width: var(--page-min-com-size);
|
|
554
|
+
display: inline-flex;
|
|
555
|
+
}
|
|
556
|
+
.fang-page-effect-drag-draggable-item.__page_is-inline.__page_on {
|
|
557
|
+
min-height: var(--page-on-min-height);
|
|
558
|
+
min-width: var(--page-on-min-width);
|
|
559
|
+
display: inline-grid;
|
|
560
|
+
}
|
|
561
|
+
.fang-page-effect-drag-draggable-item.__page_full {
|
|
562
|
+
position: fixed !important;
|
|
563
|
+
background-color: #fff !important;
|
|
564
|
+
inset: 0 !important;
|
|
565
|
+
width: calc(100% - var(--page-margin) * 2) !important;
|
|
566
|
+
height: calc(100% - var(--page-margin) * 2) !important;
|
|
567
|
+
z-index: 10000;
|
|
568
|
+
box-sizing: border-box !important;
|
|
569
|
+
padding: 20px !important;
|
|
570
|
+
}
|
|
571
|
+
.fang-page-effect-drag-draggable-item.__page_full > .fang-page-design-operate-operates > .fang-page-design-operate-operate > .fang-page-design-operate-operate-hide {
|
|
572
|
+
display: none;
|
|
573
|
+
}
|
|
574
|
+
.fang-page-effect-drag-draggable-item.__page_full > .fang-page-design-operate-operates > .fang-page-design-operate-fulls {
|
|
575
|
+
display: block;
|
|
576
|
+
}
|
|
577
|
+
.fang-page-design-drag {
|
|
578
|
+
display: contents;
|
|
579
|
+
}
|
|
580
|
+
.fang-page-design-drag-draggable {
|
|
581
|
+
height: 100%;
|
|
582
|
+
box-sizing: border-box;
|
|
583
|
+
padding: var(--page-padding);
|
|
584
|
+
border: var(--page-drag-border);
|
|
585
|
+
margin: var(--page-margin);
|
|
586
|
+
position: relative;
|
|
587
|
+
background-color: var(--page-put-backg);
|
|
588
|
+
}
|
|
589
|
+
.fang-page-design-drag-draggable-empty {
|
|
590
|
+
height: var(--page-min-put-size);
|
|
591
|
+
display: flex;
|
|
592
|
+
align-items: center;
|
|
593
|
+
justify-content: center;
|
|
594
|
+
color: #ccc;
|
|
595
|
+
white-space: nowrap;
|
|
596
|
+
overflow: hidden;
|
|
597
|
+
}
|
|
598
|
+
.fang-page-design-drag-draggable-item:has(.on) {
|
|
599
|
+
box-sizing: border-box;
|
|
600
|
+
}
|
|
601
|
+
.fang-page-design-drag-draggable-item {
|
|
602
|
+
box-sizing: border-box;
|
|
603
|
+
margin-top: var(--page-margin);
|
|
604
|
+
}
|
|
605
|
+
.fang-page-design-drag-draggable-item:first-child {
|
|
606
|
+
margin-top: 0;
|
|
607
|
+
}
|
|
608
|
+
.fang-page-design-drag-draggable-item.on {
|
|
609
|
+
min-height: var(--page-on-min-height);
|
|
610
|
+
min-width: var(--page-on-min-width);
|
|
611
|
+
background-color: var(--page-on-backg);
|
|
612
|
+
}
|
|
613
|
+
.fang-page-design-drag-draggable-item.on > .fang-page-design-operate {
|
|
614
|
+
border: var(--page-on-border);
|
|
615
|
+
background-color: var(--page-on-backg);
|
|
616
|
+
}
|
|
617
|
+
.fang-page-design-drag-draggable-item.on > .fang-page-design-operate > .fang-page-design-operate-names {
|
|
618
|
+
color: #267afb;
|
|
619
|
+
display: block;
|
|
620
|
+
}
|
|
621
|
+
.fang-page-design-drag-draggable-item.on > .fang-page-design-operate > .fang-page-design-operate-operate > .fang-page-design-operate-operate-hide {
|
|
622
|
+
display: block;
|
|
623
|
+
}
|
|
624
|
+
.fang-page-design-drag-draggable-item.is-inline.on {
|
|
625
|
+
display: inline-grid;
|
|
626
|
+
}
|
|
627
|
+
.fang-page-design-drag-draggable-item.is-inline {
|
|
628
|
+
display: inline-flex;
|
|
629
|
+
margin-left: var(--page-margin);
|
|
630
|
+
}
|
|
631
|
+
.fang-page-design-drag-draggable-item.is-inline:first-child {
|
|
632
|
+
margin-left: 0;
|
|
633
|
+
}
|
|
634
|
+
.fang-page-design-drag-draggable-item.is-inline > .fang-page-design-operate {
|
|
635
|
+
display: inline-flex;
|
|
636
|
+
}
|
|
637
|
+
.fang-page-design-operate {
|
|
638
|
+
position: relative;
|
|
639
|
+
height: 100%;
|
|
640
|
+
width: 100%;
|
|
641
|
+
padding: 0;
|
|
642
|
+
margin: 0;
|
|
643
|
+
box-sizing: border-box;
|
|
644
|
+
min-height: var(--page-min-com-size);
|
|
645
|
+
min-width: var(--page-min-com-size);
|
|
646
|
+
background-color: #fff;
|
|
647
|
+
border: var(--page-border);
|
|
648
|
+
}
|
|
649
|
+
.fang-page-design-operate:hover {
|
|
650
|
+
background-color: #e5f0ff;
|
|
651
|
+
}
|
|
652
|
+
.fang-page-design-operate:hover > .fang-page-design-operate-names {
|
|
653
|
+
display: block;
|
|
654
|
+
}
|
|
655
|
+
.fang-page-design-operate:hover > .fang-page-design-operate-operate > .fang-page-design-operate-operate-hide {
|
|
656
|
+
display: block;
|
|
657
|
+
}
|
|
658
|
+
.fang-page-design-operate-names {
|
|
659
|
+
display: none;
|
|
660
|
+
white-space: nowrap;
|
|
661
|
+
overflow: hidden;
|
|
662
|
+
color: #999;
|
|
663
|
+
position: absolute;
|
|
664
|
+
height: 20px;
|
|
665
|
+
left: 0;
|
|
666
|
+
font-size: 14px !important;
|
|
667
|
+
top: -5px;
|
|
668
|
+
text-align: right;
|
|
669
|
+
z-index: 101;
|
|
670
|
+
}
|
|
671
|
+
.fang-page-design-operate-operate {
|
|
672
|
+
position: absolute;
|
|
673
|
+
white-space: nowrap;
|
|
674
|
+
height: 20px;
|
|
675
|
+
right: -5px;
|
|
676
|
+
font-size: 14px !important;
|
|
677
|
+
top: -5px;
|
|
678
|
+
text-align: right;
|
|
679
|
+
z-index: 102;
|
|
680
|
+
display: flex;
|
|
681
|
+
cursor: pointer;
|
|
682
|
+
}
|
|
683
|
+
.fang-page-design-operate-operate-hide {
|
|
684
|
+
display: none;
|
|
685
|
+
}
|
|
686
|
+
.fang-page-design-operate-operate-hide > span {
|
|
687
|
+
padding: 3px;
|
|
688
|
+
margin: 0 1px;
|
|
689
|
+
}
|
|
690
|
+
.fang-page-design-operate-operate-show {
|
|
691
|
+
display: block;
|
|
692
|
+
}
|
|
693
|
+
.fang-page-design-operate-operate-show > span {
|
|
694
|
+
padding: 3px;
|
|
695
|
+
margin: 0 1px;
|
|
696
|
+
}
|
|
697
|
+
.fang-page-design-operate-fulls {
|
|
698
|
+
pointer-events: all;
|
|
699
|
+
display: none;
|
|
700
|
+
position: fixed;
|
|
701
|
+
right: 12px;
|
|
702
|
+
top: 8px;
|
|
703
|
+
height: 20px;
|
|
704
|
+
cursor: pointer;
|
|
705
|
+
z-index: 140;
|
|
706
|
+
font-size: 20px;
|
|
707
|
+
}
|
|
708
|
+
.fang-page-design-operate-full {
|
|
709
|
+
display: contents;
|
|
710
|
+
}
|
|
711
|
+
.fang-page-design-operate-full.full {
|
|
712
|
+
position: fixed;
|
|
713
|
+
background-color: #fff;
|
|
714
|
+
display: block;
|
|
715
|
+
inset: 0;
|
|
716
|
+
z-index: 1000;
|
|
717
|
+
border-radius: 4px;
|
|
718
|
+
border: var(--page-border);
|
|
719
|
+
box-sizing: border-box;
|
|
720
|
+
padding: 20px;
|
|
721
|
+
}
|
|
722
|
+
.fang-page-design-operate-full.full > .fang-page-design-operate-full-close {
|
|
723
|
+
pointer-events: all;
|
|
724
|
+
display: block;
|
|
725
|
+
position: fixed;
|
|
726
|
+
right: 6px;
|
|
727
|
+
top: 6px;
|
|
728
|
+
height: 20px;
|
|
729
|
+
cursor: pointer;
|
|
730
|
+
z-index: 140;
|
|
731
|
+
}
|
|
732
|
+
.fang-page-design-operate-full.full > .fang-page-design-operate-full-names {
|
|
733
|
+
pointer-events: all;
|
|
734
|
+
display: block;
|
|
735
|
+
position: fixed;
|
|
736
|
+
left: 30px;
|
|
737
|
+
top: 0;
|
|
738
|
+
height: 20px;
|
|
739
|
+
z-index: 140;
|
|
740
|
+
}
|
|
741
|
+
.fang-page-design-operate-full.full > .fang-page-design-operate-full-com {
|
|
742
|
+
position: relative;
|
|
743
|
+
display: block;
|
|
744
|
+
height: 100% !important;
|
|
745
|
+
width: 100% !important;
|
|
746
|
+
}
|
|
747
|
+
.fang-page-design-operate-full.full > .fang-page-design-operate-full-com > * {
|
|
748
|
+
width: 100% !important;
|
|
749
|
+
height: 100% !important;
|
|
750
|
+
}
|
|
751
|
+
.fang-page-design-operate-full-names, .fang-page-design-operate-full-close {
|
|
752
|
+
display: none;
|
|
753
|
+
}
|
|
754
|
+
.fang-page-design-operate-full > .fang-page-design-operate-full-com {
|
|
755
|
+
display: contents;
|
|
756
|
+
}
|
|
757
|
+
.fang-page-design-operate-full > .fang-page-design-operate-full-com > * {
|
|
758
|
+
height: auto;
|
|
759
|
+
}
|
|
760
|
+
.fang-page-design-icon {
|
|
761
|
+
display: flex;
|
|
762
|
+
box-sizing: border-box;
|
|
763
|
+
}
|
|
764
|
+
.fang-page-design-icon > * {
|
|
765
|
+
flex: 1;
|
|
766
|
+
min-width: 16px;
|
|
767
|
+
}
|
|
768
|
+
.page-page-position {
|
|
769
|
+
min-height: calc(var(--page-padding) * 2 + var(--page-min-put-size));
|
|
770
|
+
}
|
|
771
|
+
.page-page-position > .fang-page-design-operate > .fang-page-design-operate-full > .fang-page-design-operate-full-com > div > .fang-page-design-resizable {
|
|
772
|
+
display: block;
|
|
773
|
+
}
|
|
774
|
+
.page-page-position > .fang-page-design-operate > .fang-page-design-operate-full > .fang-page-design-operate-full-com.is-position > div > .fang-page-design-resizable {
|
|
775
|
+
display: none;
|
|
776
|
+
}
|
|
777
|
+
.fang-page-design-vif-item {
|
|
778
|
+
display: flex;
|
|
779
|
+
flex-direction: column;
|
|
780
|
+
}
|
|
781
|
+
.fang-page-design-vif-item-title {
|
|
782
|
+
padding: 0 10px;
|
|
783
|
+
height: 16px;
|
|
784
|
+
line-height: 16px;
|
|
785
|
+
font-size: 16px;
|
|
786
|
+
background: #f5f5f5;
|
|
787
|
+
}
|
|
788
|
+
.fang-page-design-vif-item-div {
|
|
789
|
+
flex: 1;
|
|
790
|
+
}
|
|
791
|
+
.fang-page-design-grids {
|
|
792
|
+
position: relative;
|
|
793
|
+
padding: 0;
|
|
794
|
+
margin: 0;
|
|
795
|
+
}
|
|
796
|
+
.fang-page-design-grids .vue-grid-layout {
|
|
797
|
+
background-color: #f2f2f2;
|
|
798
|
+
}
|
|
799
|
+
.fang-page-design-grids-layout {
|
|
800
|
+
min-height: var(--page-min-put-size);
|
|
801
|
+
min-width: var(--page-min-put-size);
|
|
802
|
+
height: auto;
|
|
803
|
+
padding: var(--page-padding);
|
|
804
|
+
box-sizing: border-box;
|
|
805
|
+
}
|
|
806
|
+
.fang-page-design-grids-allow {
|
|
807
|
+
display: none;
|
|
808
|
+
position: absolute;
|
|
809
|
+
height: 20px;
|
|
810
|
+
width: 50%;
|
|
811
|
+
left: 0;
|
|
812
|
+
top: 0;
|
|
813
|
+
text-align: right;
|
|
814
|
+
z-index: 100;
|
|
815
|
+
background-color: var(--page-drag-backg);
|
|
816
|
+
}
|
|
817
|
+
.fang-page-design-grids-item {
|
|
818
|
+
overflow: hidden;
|
|
819
|
+
}
|
|
820
|
+
.fang-page-design-grids-item.on {
|
|
821
|
+
min-height: auto;
|
|
822
|
+
min-width: auto;
|
|
823
|
+
}
|
|
824
|
+
.fang-page-design-grids-item.on > .fang-page-design-grids-allow {
|
|
825
|
+
display: block;
|
|
826
|
+
}
|
|
827
|
+
.fang-page-design-grids-item > .fang-page-design-operate > .fang-page-design-operate-full > .fang-page-design-operate-full-com > .fang-page-design-drag > .fang-page-design-drag-draggable {
|
|
828
|
+
height: calc(100% - var(--page-margin) * 2);
|
|
829
|
+
}
|
|
830
|
+
.fang-page-design-grids-position {
|
|
831
|
+
position: absolute;
|
|
832
|
+
inset: 0;
|
|
833
|
+
z-index: 130;
|
|
834
|
+
}
|
|
835
|
+
.fang-page-design-resizable {
|
|
836
|
+
padding: var(--page-padding);
|
|
837
|
+
position: absolute;
|
|
838
|
+
inset: 0;
|
|
839
|
+
box-sizing: border-box;
|
|
840
|
+
}
|
|
841
|
+
.fang-page-design-resizable-draggable {
|
|
842
|
+
height: 100%;
|
|
843
|
+
width: 100%;
|
|
844
|
+
background-color: var(--page-put-backg);
|
|
845
|
+
}
|
|
846
|
+
.fang-page-design-resizable-draggable-draggable {
|
|
847
|
+
height: 100%;
|
|
848
|
+
width: 100%;
|
|
849
|
+
display: inherit;
|
|
850
|
+
pointer-events: all;
|
|
851
|
+
box-sizing: border-box;
|
|
852
|
+
position: relative;
|
|
853
|
+
}
|
|
854
|
+
.fang-page-design-resizable-resizable {
|
|
855
|
+
min-height: var(--page-min-put-size);
|
|
856
|
+
min-width: var(--page-min-put-size);
|
|
857
|
+
position: relative;
|
|
858
|
+
background-color: #808080;
|
|
859
|
+
background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);
|
|
860
|
+
background-size: 10px 10px, 10px 10px;
|
|
861
|
+
background-position: 10px 10px;
|
|
862
|
+
height: 100%;
|
|
863
|
+
width: 100%;
|
|
864
|
+
box-sizing: content-box;
|
|
865
|
+
}
|
|
866
|
+
.fang-page-design-resizable-resizable-item.on {
|
|
867
|
+
min-height: auto;
|
|
868
|
+
min-width: auto;
|
|
869
|
+
}
|
|
870
|
+
.fang-page-design-resizable-resizable-item.is-inline {
|
|
871
|
+
width: auto;
|
|
872
|
+
height: auto;
|
|
873
|
+
}
|
|
874
|
+
.fang-page-design-resizable-resizable-item > .fang-page-design-operate {
|
|
875
|
+
overflow: hidden;
|
|
876
|
+
}
|
|
877
|
+
.fang-page-design-resizable-resizable-item > .fang-page-design-operate > .fang-page-design-operate-full > .fang-page-design-operate-full-com > * {
|
|
878
|
+
position: static !important;
|
|
879
|
+
}
|
|
880
|
+
.fang-page-design-resizable-allow {
|
|
881
|
+
position: absolute;
|
|
882
|
+
height: 20px;
|
|
883
|
+
width: 50%;
|
|
884
|
+
left: 0;
|
|
885
|
+
top: 0;
|
|
886
|
+
text-align: right;
|
|
887
|
+
z-index: 110;
|
|
888
|
+
background-color: var(--page-drag-backg);
|
|
889
|
+
}
|
|
890
|
+
.fang-page-look-over {
|
|
891
|
+
width: 100%;
|
|
892
|
+
height: 100%;
|
|
893
|
+
display: flex;
|
|
894
|
+
flex-direction: column;
|
|
895
|
+
}
|
|
896
|
+
.fang-page-look-over-top {
|
|
897
|
+
position: relative;
|
|
898
|
+
padding: 0 10px 10px;
|
|
899
|
+
}
|
|
900
|
+
.fang-page-look-over-top-but {
|
|
901
|
+
position: absolute;
|
|
902
|
+
right: 0;
|
|
903
|
+
top: -10px;
|
|
904
|
+
}
|
|
905
|
+
.fang-page-look-over-input {
|
|
906
|
+
flex: 1;
|
|
907
|
+
}
|
|
908
|
+
.fang-page-look-over-input .el-textarea {
|
|
909
|
+
width: 100%;
|
|
910
|
+
height: 100%;
|
|
911
|
+
}
|
|
912
|
+
.fang-page-look-over-input .el-textarea textarea {
|
|
913
|
+
width: 100%;
|
|
914
|
+
height: 100%;
|
|
915
|
+
}
|
|
916
|
+
.fang-page-look-over-footer {
|
|
917
|
+
margin-top: 20px;
|
|
918
|
+
text-align: right;
|
|
919
|
+
}
|
|
920
|
+
.fang-page-operate-right .right-key-box-list .right-key-box-list-li {
|
|
921
|
+
border-top: 1px solid #eee;
|
|
922
|
+
}
|
|
923
|
+
.fang-page-operate-right .right-key-box-list .right-key-box-list-li:first-child {
|
|
924
|
+
border-top: 0;
|
|
925
|
+
}
|
|
926
|
+
.fang-page-tree-level-hide {
|
|
927
|
+
background-color: #fff;
|
|
928
|
+
}
|
|
929
|
+
.fang-page-tree-level-hide .el-icon {
|
|
930
|
+
display: none;
|
|
931
|
+
}
|
|
932
|
+
.fang-page-tree-level-li {
|
|
933
|
+
width: 100%;
|
|
934
|
+
display: flex;
|
|
935
|
+
align-items: center;
|
|
936
|
+
justify-content: space-between;
|
|
937
|
+
}
|
|
938
|
+
.fang-page-tree-level-li-operat {
|
|
939
|
+
display: flex;
|
|
940
|
+
align-items: center;
|
|
941
|
+
}
|
|
942
|
+
.fang-page-tree-level-li-operat > span {
|
|
943
|
+
margin: 0 5px;
|
|
944
|
+
}
|
|
945
|
+
.fang-page-tree-level-slot-name {
|
|
946
|
+
padding-left: calc(var(--el-menu-base-level-padding) + var(--el-menu-level) * var(--el-menu-level-padding) - 5px);
|
|
947
|
+
font-size: 14px;
|
|
948
|
+
}
|
|
949
|
+
.fang-page-generated-box {
|
|
950
|
+
width: 100%;
|
|
951
|
+
height: 100%;
|
|
952
|
+
display: flex;
|
|
953
|
+
flex-direction: column;
|
|
954
|
+
}
|
|
955
|
+
.fang-page-generated-box-div {
|
|
956
|
+
flex: 1;
|
|
957
|
+
}
|
|
958
|
+
.fang-page-generated-box-footer {
|
|
959
|
+
margin-top: 20px;
|
|
960
|
+
text-align: right;
|
|
961
|
+
}
|
|
962
|
+
.fang-page-editor {
|
|
963
|
+
width: 100%;
|
|
964
|
+
height: 100%;
|
|
965
|
+
display: flex;
|
|
966
|
+
flex-direction: column;
|
|
967
|
+
}
|
|
968
|
+
.fang-page-editor-code {
|
|
969
|
+
width: 100%;
|
|
970
|
+
height: 100%;
|
|
971
|
+
}
|
|
972
|
+
.fang-page-editor-code .inputs {
|
|
973
|
+
width: 100%;
|
|
974
|
+
height: 100%;
|
|
975
|
+
flex: 1;
|
|
976
|
+
}
|
|
977
|
+
.fang-page-editor-code .el-textarea {
|
|
978
|
+
width: 100%;
|
|
979
|
+
height: 100%;
|
|
980
|
+
}
|
|
981
|
+
.fang-page-editor-code .el-textarea textarea {
|
|
982
|
+
width: 100%;
|
|
983
|
+
height: 100%;
|
|
984
|
+
}
|
|
985
|
+
.fang-page-editor-view {
|
|
986
|
+
margin: 0 10px;
|
|
987
|
+
}
|
|
988
|
+
.fang-page-editor-top {
|
|
989
|
+
background-color: var(--el-color-info-light-9);
|
|
990
|
+
padding: 10px;
|
|
991
|
+
}
|
|
992
|
+
.fang-page-editor-top-type {
|
|
993
|
+
margin-right: 10px;
|
|
994
|
+
font-weight: bold;
|
|
995
|
+
}
|
|
996
|
+
.fang-page-editor-content {
|
|
997
|
+
flex: 1;
|
|
998
|
+
width: 100%;
|
|
999
|
+
position: relative;
|
|
1000
|
+
}
|
|
1001
|
+
.fang-page-editor-editor {
|
|
1002
|
+
position: absolute;
|
|
1003
|
+
inset: 0;
|
|
1004
|
+
}
|
|
1005
|
+
.fang-page-editor-footer {
|
|
1006
|
+
margin-top: 20px;
|
|
1007
|
+
text-align: right;
|
|
1008
|
+
}
|
|
1009
|
+
.fang-page-right-box-input {
|
|
1010
|
+
display: flex;
|
|
1011
|
+
align-items: center;
|
|
1012
|
+
}
|
|
1013
|
+
.fang-page-right-box-box {
|
|
1014
|
+
width: 100%;
|
|
1015
|
+
height: 100%;
|
|
1016
|
+
display: flex;
|
|
1017
|
+
flex-direction: column;
|
|
1018
|
+
}
|
|
1019
|
+
.fang-page-right-box-box-div {
|
|
1020
|
+
flex: 1;
|
|
1021
|
+
width: 100%;
|
|
1022
|
+
display: flex;
|
|
1023
|
+
flex-direction: column;
|
|
1024
|
+
}
|
|
1025
|
+
.fang-page-right-box-box-footer {
|
|
1026
|
+
margin-top: 10px;
|
|
1027
|
+
text-align: right;
|
|
1028
|
+
}
|
|
1029
|
+
.fang-page-right-item .el-form-item__label {
|
|
1030
|
+
padding-right: 6px;
|
|
1031
|
+
}
|
|
1032
|
+
.fang-page-right-item-label {
|
|
1033
|
+
height: 100%;
|
|
1034
|
+
display: flex;
|
|
1035
|
+
align-items: center;
|
|
1036
|
+
}
|
|
1037
|
+
.fang-page-right-item-label > span {
|
|
1038
|
+
line-height: 18px;
|
|
1039
|
+
}
|
|
1040
|
+
.fang-page-right-editdata-variables {
|
|
1041
|
+
display: flex;
|
|
1042
|
+
align-items: center;
|
|
1043
|
+
flex-wrap: wrap;
|
|
1044
|
+
}
|
|
1045
|
+
.fang-page-right-editdata-params-li {
|
|
1046
|
+
border: 1px solid #ccc;
|
|
1047
|
+
padding: 5px;
|
|
1048
|
+
}
|
|
1049
|
+
.fang-page-right-editdata-module-li {
|
|
1050
|
+
border: 1px solid #ccc;
|
|
1051
|
+
padding: 5px;
|
|
1052
|
+
}
|
|
1053
|
+
.fang-page-right-editdata-designer {
|
|
1054
|
+
width: 100%;
|
|
1055
|
+
height: 100%;
|
|
1056
|
+
display: flex;
|
|
1057
|
+
flex-direction: column;
|
|
1058
|
+
}
|
|
1059
|
+
.fang-page-right-editdata-designer-scroll {
|
|
1060
|
+
position: absolute;
|
|
1061
|
+
inset: 0;
|
|
1062
|
+
overflow-y: auto;
|
|
1063
|
+
display: flex;
|
|
1064
|
+
flex-direction: column;
|
|
1065
|
+
}
|
|
1066
|
+
.fang-page-right-editdata-designer-main {
|
|
1067
|
+
flex: 1;
|
|
1068
|
+
display: flex;
|
|
1069
|
+
flex-direction: column;
|
|
1070
|
+
position: relative;
|
|
1071
|
+
}
|
|
1072
|
+
.fang-page-right-editdata-designer-main-tabs {
|
|
1073
|
+
flex: 1;
|
|
1074
|
+
width: 100%;
|
|
1075
|
+
display: flex;
|
|
1076
|
+
flex-direction: column;
|
|
1077
|
+
}
|
|
1078
|
+
.fang-page-right-editdata-designer-main-tabs-flex {
|
|
1079
|
+
display: flex;
|
|
1080
|
+
align-items: center;
|
|
1081
|
+
flex-wrap: wrap;
|
|
1082
|
+
}
|
|
1083
|
+
.fang-page-right-custom {
|
|
1084
|
+
position: static;
|
|
1085
|
+
height: 100%;
|
|
1086
|
+
width: 100%;
|
|
1087
|
+
}
|
|
1088
|
+
.fang-page-right-custom-name {
|
|
1089
|
+
width: 100%;
|
|
1090
|
+
display: flex;
|
|
1091
|
+
align-items: center;
|
|
1092
|
+
justify-content: space-between;
|
|
1093
|
+
}
|
|
1094
|
+
.design-sortable-ghost {
|
|
1095
|
+
width: 40px !important;
|
|
1096
|
+
height: 30px !important;
|
|
1097
|
+
min-width: 0 !important;
|
|
1098
|
+
min-height: 0 !important;
|
|
1099
|
+
overflow: hidden;
|
|
1100
|
+
white-space: normal;
|
|
1101
|
+
background-color: #267afb !important;
|
|
1102
|
+
color: #267afb !important;
|
|
1103
|
+
}
|
|
1104
|
+
.design-sortable-ghost > * {
|
|
1105
|
+
display: none;
|
|
1106
|
+
}
|
|
1107
|
+
.is-mouse > .fang-page-design-operate-names {
|
|
1108
|
+
color: #91bfff;
|
|
1109
|
+
}
|
|
1110
|
+
.is-mouse > .fang-page-design-operate-full > .fang-page-design-operate-full-com:hover {
|
|
1111
|
+
background-color: #91bfff;
|
|
1112
|
+
}
|
|
1113
|
+
.fang-page-right-tree {
|
|
1114
|
+
width: 100%;
|
|
1115
|
+
height: 100%;
|
|
1116
|
+
flex: 1;
|
|
1117
|
+
display: flex;
|
|
1118
|
+
flex-direction: column;
|
|
1119
|
+
}
|
|
1120
|
+
.fang-page-right-tree-top {
|
|
1121
|
+
display: flex;
|
|
1122
|
+
align-items: center;
|
|
1123
|
+
justify-content: space-between;
|
|
1124
|
+
}
|
|
1125
|
+
.fang-page-right-tree-name {
|
|
1126
|
+
display: flex;
|
|
1127
|
+
align-items: center;
|
|
1128
|
+
}
|
|
1129
|
+
.fang-page-right-tree-tabs {
|
|
1130
|
+
margin-top: 10px;
|
|
1131
|
+
flex: 1;
|
|
1132
|
+
}
|
|
1133
|
+
.fang-page-right-tree .el-tab-pane {
|
|
1134
|
+
height: calc(100% - 10px);
|
|
1135
|
+
}
|
|
1136
|
+
.fang-page-right-tree .el-tab-pane .inputs {
|
|
1137
|
+
width: 100%;
|
|
1138
|
+
height: 100%;
|
|
1139
|
+
}
|
|
1140
|
+
.fang-page-right-tree .el-tab-pane .inputs textarea {
|
|
1141
|
+
width: 100%;
|
|
1142
|
+
height: 100%;
|
|
1143
|
+
}
|
|
1144
|
+
.fang-page-right-tree-menu {
|
|
1145
|
+
--el-menu-item-height: 36px;
|
|
1146
|
+
}
|
|
1147
|
+
.fang-page-right-tree-level {
|
|
1148
|
+
display: flex;
|
|
1149
|
+
align-items: center;
|
|
1150
|
+
}
|
|
1151
|
+
.fang-page-right-tree-drag {
|
|
1152
|
+
background-color: rgb(255, 248, 238);
|
|
1153
|
+
}
|
|
1154
|
+
.fang-page-right-tree-drag.first {
|
|
1155
|
+
background-color: #fff;
|
|
1156
|
+
}
|
|
1157
|
+
.fang-page-right-tree-drag-footer {
|
|
1158
|
+
width: 100%;
|
|
1159
|
+
text-align: center;
|
|
1160
|
+
color: #ccc;
|
|
1161
|
+
}
|
|
1162
|
+
.fang-page-right-tree-drag-data {
|
|
1163
|
+
display: flex;
|
|
1164
|
+
width: 100%;
|
|
1165
|
+
}
|
|
1166
|
+
.fang-page-right-tree-drag-data-slot {
|
|
1167
|
+
flex: 1;
|
|
1168
|
+
}
|
|
1169
|
+
.fang-page-right-tree-drag-data-add {
|
|
1170
|
+
width: 20px;
|
|
1171
|
+
cursor: pointer;
|
|
1172
|
+
text-align: center;
|
|
1173
|
+
display: inline-flex;
|
|
1174
|
+
align-items: center;
|
|
1175
|
+
color: var(--el-color-primary);
|
|
1176
|
+
height: 36px;
|
|
1177
|
+
}
|
|
1178
|
+
.fang-page-right-tree-drag-data-delete {
|
|
1179
|
+
width: 20px;
|
|
1180
|
+
cursor: pointer;
|
|
1181
|
+
text-align: center;
|
|
1182
|
+
color: red;
|
|
1183
|
+
display: inline-flex;
|
|
1184
|
+
align-items: center;
|
|
1185
|
+
height: 36px;
|
|
1186
|
+
}
|
|
1187
|
+
.fang-page-currency-codes-ul {
|
|
1188
|
+
margin: 5px;
|
|
1189
|
+
margin-bottom: 18px;
|
|
1190
|
+
padding: 5px;
|
|
1191
|
+
}
|
|
1192
|
+
.fang-page-currency-codes-ul-li {
|
|
1193
|
+
padding: 5px;
|
|
1194
|
+
display: flex;
|
|
1195
|
+
}
|
|
1196
|
+
.fang-page-currency-codes-box {
|
|
1197
|
+
width: 100%;
|
|
1198
|
+
height: 100%;
|
|
1199
|
+
display: flex;
|
|
1200
|
+
flex-direction: column;
|
|
1201
|
+
}
|
|
1202
|
+
.fang-page-currency-codes-box-dfrac {
|
|
1203
|
+
display: flex;
|
|
1204
|
+
align-items: center;
|
|
1205
|
+
flex-wrap: wrap;
|
|
1206
|
+
}
|
|
1207
|
+
.fang-page-currency-codes-box-code {
|
|
1208
|
+
flex: 1;
|
|
1209
|
+
}
|
|
1210
|
+
.fang-page-currency-codes-box-footer {
|
|
1211
|
+
margin-top: 10px;
|
|
1212
|
+
text-align: right;
|
|
1213
|
+
}
|
|
1214
|
+
.fang-page-currency-props-ul {
|
|
1215
|
+
margin: 5px;
|
|
1216
|
+
margin-bottom: 18px;
|
|
1217
|
+
padding: 5px;
|
|
1218
|
+
}
|
|
1219
|
+
.fang-page-currency-props-ul-li {
|
|
1220
|
+
padding: 5px;
|
|
1221
|
+
display: flex;
|
|
1222
|
+
}
|
|
1223
|
+
.fang-page-currency-props-box {
|
|
1224
|
+
width: 100%;
|
|
1225
|
+
height: 100%;
|
|
1226
|
+
display: flex;
|
|
1227
|
+
flex-direction: column;
|
|
1228
|
+
}
|
|
1229
|
+
.fang-page-currency-props-box-div {
|
|
1230
|
+
flex: 1;
|
|
1231
|
+
}
|
|
1232
|
+
.fang-page-currency-props-box-div-li {
|
|
1233
|
+
width: 100%;
|
|
1234
|
+
}
|
|
1235
|
+
.fang-page-currency-props-box-footer {
|
|
1236
|
+
margin-top: 10px;
|
|
1237
|
+
text-align: right;
|
|
1238
|
+
}
|
|
1239
|
+
.fang-page-operate-right-key-box {
|
|
1240
|
+
width: 140px;
|
|
1241
|
+
position: fixed;
|
|
1242
|
+
padding: 10px;
|
|
1243
|
+
z-index: 9999;
|
|
1244
|
+
background: #ffffff;
|
|
1245
|
+
border: 1px solid #cfd7e5;
|
|
1246
|
+
border-radius: 8px;
|
|
1247
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
1248
|
+
}
|
|
1249
|
+
.fang-page-operate-right-key-box-list-li:hover {
|
|
1250
|
+
background: #ecf5ff;
|
|
1251
|
+
color: #66b1ff;
|
|
1252
|
+
}
|
|
1253
|
+
.fang-page-operate-right-key-box-list-li {
|
|
1254
|
+
white-space: nowrap;
|
|
1255
|
+
display: flex;
|
|
1256
|
+
align-items: center;
|
|
1257
|
+
box-sizing: border-box;
|
|
1258
|
+
height: 40px;
|
|
1259
|
+
padding: 8px 14px 8px 10px;
|
|
1260
|
+
border-radius: 4px;
|
|
1261
|
+
font-size: 16px;
|
|
1262
|
+
cursor: pointer;
|
|
1263
|
+
}
|
|
1264
|
+
.fang-page-operate-right-key-box-list-li i {
|
|
1265
|
+
margin-right: 10px;
|
|
1266
|
+
}
|
|
1267
|
+
.fang-page-output-gener {
|
|
1268
|
+
width: 100%;
|
|
1269
|
+
height: 100%;
|
|
1270
|
+
display: flex;
|
|
1271
|
+
flex-direction: column;
|
|
1272
|
+
}
|
|
1273
|
+
.fang-page-output-gener-code {
|
|
1274
|
+
flex: 1;
|
|
1275
|
+
width: 100%;
|
|
1276
|
+
}
|
|
1277
|
+
.fang-page-output-gener-code .el-textarea {
|
|
1278
|
+
width: 100%;
|
|
1279
|
+
height: 100%;
|
|
1280
|
+
}
|
|
1281
|
+
.fang-page-output-gener-code .el-textarea textarea {
|
|
1282
|
+
width: 100%;
|
|
1283
|
+
height: 100%;
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
/* 关键:移除所有position/left/top/width/height样式定义,由JS控制 */
|
|
1287
|
+
.resizable {
|
|
1288
|
+
position: absolute; /* 仅保留position,其他由JS设置 */
|
|
1289
|
+
box-sizing: border-box;
|
|
1290
|
+
touch-action: none;
|
|
1291
|
+
}
|
|
1292
|
+
.resizable.active {
|
|
1293
|
+
outline: var(--page-on-border);
|
|
1294
|
+
}
|
|
1295
|
+
.resizable.dragging {
|
|
1296
|
+
opacity: 0.9;
|
|
1297
|
+
cursor: move !important;
|
|
1298
|
+
}
|
|
1299
|
+
.resizable.resizing {
|
|
1300
|
+
opacity: 0.9;
|
|
1301
|
+
}
|
|
1302
|
+
.resizable.active .handle {
|
|
1303
|
+
opacity: 1;
|
|
1304
|
+
}
|
|
1305
|
+
.resizable .handle {
|
|
1306
|
+
position: absolute;
|
|
1307
|
+
box-sizing: border-box;
|
|
1308
|
+
background-color: #6fc0ff;
|
|
1309
|
+
border-radius: 4px;
|
|
1310
|
+
width: var(--page-resizable-handle-size);
|
|
1311
|
+
height: var(--page-resizable-handle-size);
|
|
1312
|
+
z-index: 1000;
|
|
1313
|
+
opacity: 0.7;
|
|
1314
|
+
transition: opacity 0.2s;
|
|
1315
|
+
}
|
|
1316
|
+
.resizable .handle:hover {
|
|
1317
|
+
opacity: 1;
|
|
1318
|
+
transform: scale(1.2);
|
|
1319
|
+
}
|
|
1320
|
+
.resizable .handle-tl {
|
|
1321
|
+
top: calc(var(--page-resizable-handle-size) * -1);
|
|
1322
|
+
left: calc(var(--page-resizable-handle-size) * -1);
|
|
1323
|
+
cursor: nwse-resize;
|
|
1324
|
+
}
|
|
1325
|
+
.resizable .handle-tm {
|
|
1326
|
+
top: calc(var(--page-resizable-handle-size) * -1);
|
|
1327
|
+
left: 50%;
|
|
1328
|
+
margin-left: calc(var(--page-resizable-handle-size) * -1 / 2);
|
|
1329
|
+
cursor: ns-resize;
|
|
1330
|
+
}
|
|
1331
|
+
.resizable .handle-tr {
|
|
1332
|
+
top: calc(var(--page-resizable-handle-size) * -1);
|
|
1333
|
+
right: calc(var(--page-resizable-handle-size) * -1);
|
|
1334
|
+
cursor: nesw-resize;
|
|
1335
|
+
}
|
|
1336
|
+
.resizable .handle-mr {
|
|
1337
|
+
top: 50%;
|
|
1338
|
+
right: calc(var(--page-resizable-handle-size) * -1);
|
|
1339
|
+
margin-top: calc(var(--page-resizable-handle-size) * -1 / 2);
|
|
1340
|
+
cursor: ew-resize;
|
|
1341
|
+
}
|
|
1342
|
+
.resizable .handle-br {
|
|
1343
|
+
bottom: calc(var(--page-resizable-handle-size) * -1);
|
|
1344
|
+
right: calc(var(--page-resizable-handle-size) * -1);
|
|
1345
|
+
cursor: nwse-resize;
|
|
1346
|
+
}
|
|
1347
|
+
.resizable .handle-bm {
|
|
1348
|
+
bottom: calc(var(--page-resizable-handle-size) * -1);
|
|
1349
|
+
left: 50%;
|
|
1350
|
+
margin-left: calc(var(--page-resizable-handle-size) * -1 / 2);
|
|
1351
|
+
cursor: ns-resize;
|
|
1352
|
+
}
|
|
1353
|
+
.resizable .handle-bl {
|
|
1354
|
+
bottom: calc(var(--page-resizable-handle-size) * -1);
|
|
1355
|
+
left: calc(var(--page-resizable-handle-size) * -1);
|
|
1356
|
+
cursor: nesw-resize;
|
|
1357
|
+
}
|
|
1358
|
+
.resizable .handle-ml {
|
|
1359
|
+
top: 50%;
|
|
1360
|
+
left: calc(var(--page-resizable-handle-size) * -1);
|
|
1361
|
+
margin-top: calc(var(--page-resizable-handle-size) * -1 / 2);
|
|
1362
|
+
cursor: ew-resize;
|
|
1363
|
+
}
|
|
1364
|
+
.grid-item {
|
|
1365
|
+
background-color: #fff;
|
|
1366
|
+
}
|
|
1367
|
+
.grid-layout {
|
|
1368
|
+
position: relative;
|
|
1369
|
+
transition: height 200ms ease;
|
|
1370
|
+
background-color: #f2f2f2;
|
|
1371
|
+
}
|
|
1372
|
+
pre code.hljs {
|
|
1373
|
+
display: block;
|
|
1374
|
+
overflow-x: auto;
|
|
1375
|
+
padding: 1em
|
|
1376
|
+
}
|
|
1377
|
+
code.hljs {
|
|
1378
|
+
padding: 3px 5px
|
|
1379
|
+
}
|
|
1380
|
+
/*!
|
|
1381
|
+
Theme: StackOverflow Light
|
|
1382
|
+
Description: Light theme as used on stackoverflow.com
|
|
1383
|
+
Author: stackoverflow.com
|
|
1384
|
+
Maintainer: @Hirse
|
|
1385
|
+
Website: https://github.com/StackExchange/Stacks
|
|
1386
|
+
License: MIT
|
|
1387
|
+
Updated: 2021-05-15
|
|
1388
|
+
|
|
1389
|
+
Updated for @stackoverflow/stacks v0.64.0
|
|
1390
|
+
Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
|
|
1391
|
+
Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
|
|
1392
|
+
*/
|
|
1393
|
+
.hljs {
|
|
1394
|
+
/* var(--highlight-color) */
|
|
1395
|
+
color: #2f3337;
|
|
1396
|
+
/* var(--highlight-bg) */
|
|
1397
|
+
background: #f6f6f6
|
|
1398
|
+
}
|
|
1399
|
+
.hljs-subst {
|
|
1400
|
+
/* var(--highlight-color) */
|
|
1401
|
+
color: #2f3337
|
|
1402
|
+
}
|
|
1403
|
+
.hljs-comment {
|
|
1404
|
+
/* var(--highlight-comment) */
|
|
1405
|
+
color: #656e77
|
|
1406
|
+
}
|
|
1407
|
+
.hljs-keyword,
|
|
1408
|
+
.hljs-selector-tag,
|
|
1409
|
+
.hljs-meta .hljs-keyword,
|
|
1410
|
+
.hljs-doctag,
|
|
1411
|
+
.hljs-section {
|
|
1412
|
+
/* var(--highlight-keyword) */
|
|
1413
|
+
color: #015692
|
|
1414
|
+
}
|
|
1415
|
+
.hljs-attr {
|
|
1416
|
+
/* var(--highlight-attribute); */
|
|
1417
|
+
color: #015692
|
|
1418
|
+
}
|
|
1419
|
+
.hljs-attribute {
|
|
1420
|
+
/* var(--highlight-symbol) */
|
|
1421
|
+
color: #803378
|
|
1422
|
+
}
|
|
1423
|
+
.hljs-name,
|
|
1424
|
+
.hljs-type,
|
|
1425
|
+
.hljs-number,
|
|
1426
|
+
.hljs-selector-id,
|
|
1427
|
+
.hljs-quote,
|
|
1428
|
+
.hljs-template-tag {
|
|
1429
|
+
/* var(--highlight-namespace) */
|
|
1430
|
+
color: #b75501
|
|
1431
|
+
}
|
|
1432
|
+
.hljs-selector-class {
|
|
1433
|
+
/* var(--highlight-keyword) */
|
|
1434
|
+
color: #015692
|
|
1435
|
+
}
|
|
1436
|
+
.hljs-string,
|
|
1437
|
+
.hljs-regexp,
|
|
1438
|
+
.hljs-symbol,
|
|
1439
|
+
.hljs-variable,
|
|
1440
|
+
.hljs-template-variable,
|
|
1441
|
+
.hljs-link,
|
|
1442
|
+
.hljs-selector-attr {
|
|
1443
|
+
/* var(--highlight-variable) */
|
|
1444
|
+
color: #54790d
|
|
1445
|
+
}
|
|
1446
|
+
.hljs-meta,
|
|
1447
|
+
.hljs-selector-pseudo {
|
|
1448
|
+
/* var(--highlight-keyword) */
|
|
1449
|
+
color: #015692
|
|
1450
|
+
}
|
|
1451
|
+
.hljs-built_in,
|
|
1452
|
+
.hljs-title,
|
|
1453
|
+
.hljs-literal {
|
|
1454
|
+
/* var(--highlight-literal) */
|
|
1455
|
+
color: #b75501
|
|
1456
|
+
}
|
|
1457
|
+
.hljs-bullet,
|
|
1458
|
+
.hljs-code {
|
|
1459
|
+
/* var(--highlight-punctuation) */
|
|
1460
|
+
color: #535a60
|
|
1461
|
+
}
|
|
1462
|
+
.hljs-meta .hljs-string {
|
|
1463
|
+
/* var(--highlight-variable) */
|
|
1464
|
+
color: #54790d
|
|
1465
|
+
}
|
|
1466
|
+
.hljs-deletion {
|
|
1467
|
+
/* var(--highlight-deletion) */
|
|
1468
|
+
color: #c02d2e
|
|
1469
|
+
}
|
|
1470
|
+
.hljs-addition {
|
|
1471
|
+
/* var(--highlight-addition) */
|
|
1472
|
+
color: #2f6f44
|
|
1473
|
+
}
|
|
1474
|
+
.hljs-emphasis {
|
|
1475
|
+
font-style: italic
|
|
1476
|
+
}
|
|
1477
|
+
.hljs-strong {
|
|
1478
|
+
font-weight: bold
|
|
1479
|
+
}
|
|
1480
|
+
.hljs-formula,
|
|
1481
|
+
.hljs-operator,
|
|
1482
|
+
.hljs-params,
|
|
1483
|
+
.hljs-property,
|
|
1484
|
+
.hljs-punctuation,
|
|
1485
|
+
.hljs-tag {
|
|
1486
|
+
/* purposely ignored */
|
|
1487
|
+
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
.vue-grid-layout {
|
|
1491
|
+
position: relative;
|
|
1492
|
+
transition: height 0.2s ease;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
.vue-grid-item {
|
|
1496
|
+
box-sizing: border-box;
|
|
1497
|
+
touch-action: none;
|
|
1498
|
+
transition: all 0.2s ease;
|
|
1499
|
+
transition-property: left, top, right;
|
|
1500
|
+
}
|
|
1501
|
+
.vue-grid-item.no-touch {
|
|
1502
|
+
touch-action: none;
|
|
1503
|
+
}
|
|
1504
|
+
.vue-grid-item.css-transforms {
|
|
1505
|
+
right: auto;
|
|
1506
|
+
left: 0;
|
|
1507
|
+
transition-property: transform;
|
|
1508
|
+
}
|
|
1509
|
+
.vue-grid-item.resizing {
|
|
1510
|
+
z-index: 3;
|
|
1511
|
+
opacity: 0.6;
|
|
1512
|
+
}
|
|
1513
|
+
.vue-grid-item.vue-draggable-dragging {
|
|
1514
|
+
z-index: 3;
|
|
1515
|
+
transition: none;
|
|
1516
|
+
}
|
|
1517
|
+
.vue-grid-item.vue-grid-placeholder {
|
|
1518
|
+
z-index: 2;
|
|
1519
|
+
user-select: none;
|
|
1520
|
+
background: red;
|
|
1521
|
+
opacity: 0.2;
|
|
1522
|
+
transition-duration: 0.1s;
|
|
1523
|
+
}
|
|
1524
|
+
.vue-grid-item > .vue-resizable-handle {
|
|
1525
|
+
position: absolute;
|
|
1526
|
+
right: 0;
|
|
1527
|
+
bottom: 0;
|
|
1528
|
+
z-index: 20;
|
|
1529
|
+
box-sizing: border-box;
|
|
1530
|
+
display: flex;
|
|
1531
|
+
align-items: center;
|
|
1532
|
+
justify-content: center;
|
|
1533
|
+
width: 1rem;
|
|
1534
|
+
height: 1rem;
|
|
1535
|
+
cursor: se-resize;
|
|
1536
|
+
}
|
|
1537
|
+
.vue-grid-item > .vue-resizable-handle:hover .corner-handle {
|
|
1538
|
+
opacity: 1;
|
|
1539
|
+
}
|
|
1540
|
+
.vue-grid-item > .vue-resizable-handle:active .corner-handle {
|
|
1541
|
+
transform: scale(120%);
|
|
1542
|
+
}
|
|
1543
|
+
.vue-grid-item > .vue-resizable-handle .corner-handle {
|
|
1544
|
+
width: 4px;
|
|
1545
|
+
height: 4px;
|
|
1546
|
+
background-color: gray;
|
|
1547
|
+
border-radius: 999px;
|
|
1548
|
+
opacity: 0.5;
|
|
1549
|
+
transition: 0.2s;
|
|
1550
|
+
transition-property: opacity, transform;
|
|
1551
|
+
}
|
|
1552
|
+
.vue-grid-item.disable-user-select {
|
|
1553
|
+
user-select: none;
|
|
1554
|
+
}
|