|
@@ -222,6 +222,13 @@ export const iframeCustom = [
|
|
|
label: '网页地址',
|
|
|
type: 'string',
|
|
|
},
|
|
|
+ {
|
|
|
+ key: 'zIndex',
|
|
|
+ label: 'dom层级(z-index)',
|
|
|
+ type: 'number',
|
|
|
+ min: 0,
|
|
|
+ placeholder: '默认4',
|
|
|
+ },
|
|
|
{
|
|
|
key: 'operationalRect.x',
|
|
|
label: '可操作x',
|
|
@@ -3005,7 +3012,6 @@ export const templates: any[] = [
|
|
|
{ name: '布局', list: [] },
|
|
|
];
|
|
|
|
|
|
-
|
|
|
export const defaultPureColor: string[] = [
|
|
|
'#ff925c',
|
|
|
'#e6d950',
|
|
@@ -3026,7 +3032,7 @@ export const defaultPureColor: string[] = [
|
|
|
'#000000',
|
|
|
'#FFFFFF',
|
|
|
'#FFFFFF00',
|
|
|
-]
|
|
|
+];
|
|
|
|
|
|
// export const defaultGradientColor: string[] = [
|
|
|
// 'linear-gradient(90deg, #E52600 0%, #CC0000 12%, #FF925C 80%, #FF622E 100%)',
|
|
@@ -3042,7 +3048,6 @@ export const defaultPureColor: string[] = [
|
|
|
// 'linear-gradient(90deg, #bac2c9 0%, #bac2c9 18%,#7b7f8c 20%,#bac2c9 50%, #7b7f8c 80%,#bac2c9 82%, #bac2c9 100%)'
|
|
|
// ]
|
|
|
|
|
|
-
|
|
|
export const defaultGradientColor: string[] = [
|
|
|
'#ff925c',
|
|
|
'#e6d950',
|
|
@@ -3062,4 +3067,4 @@ export const defaultGradientColor: string[] = [
|
|
|
'#FF85C0',
|
|
|
'#000000',
|
|
|
'#FFFFFF',
|
|
|
-]
|
|
|
+];
|