@ajaxjs/ui 1.6.8 → 1.6.9
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/ajaxjs-ui.cjs.js +73 -27
- package/dist/ajaxjs-ui.es.js +26155 -6740
- package/dist/ajaxjs-ui.umd.js +73 -27
- package/dist/types/index.d.ts +83 -0
- package/dist/types/pages/iam/profile/Account.vue.d.ts +51 -0
- package/dist/types/pages/iam/profile/Layer.vue.d.ts +17 -0
- package/dist/types/pages/iam/profile/Main.vue.d.ts +19 -0
- package/dist/types/pages/iam/profile/Oauth.vue.d.ts +4 -0
- package/dist/types/pages/iam/profile/ProcessLine.vue.d.ts +30 -0
- package/dist/types/pages/iam/profile/index.vue.d.ts +72 -3
- package/dist/ui.css +1 -1
- package/package.json +1 -1
- package/dist/types/pages/pages.d.ts +0 -0
- /package/dist/types/{App.vue.d.ts → pages/App.vue.d.ts} +0 -0
package/dist/types/index.d.ts
CHANGED
|
@@ -323,6 +323,89 @@ export declare const IAM: {
|
|
|
323
323
|
Tenant: import('vue').DefineComponent<{}, {}, any>;
|
|
324
324
|
Token: import('vue').DefineComponent<{}, {}, any>;
|
|
325
325
|
User: import('vue').DefineComponent<{}, {}, any>;
|
|
326
|
+
UserCenter: import('vue').DefineComponent<{}, {}, {
|
|
327
|
+
showing: string;
|
|
328
|
+
isShow: boolean;
|
|
329
|
+
loginState: boolean;
|
|
330
|
+
userLoginId: string;
|
|
331
|
+
avatarUrl: string;
|
|
332
|
+
USER: {};
|
|
333
|
+
}, {}, {
|
|
334
|
+
logout(): void;
|
|
335
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
336
|
+
Main: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
337
|
+
user: {
|
|
338
|
+
type: ObjectConstructor;
|
|
339
|
+
default: () => void;
|
|
340
|
+
};
|
|
341
|
+
}>, {}, {
|
|
342
|
+
editMode: boolean;
|
|
343
|
+
}, {}, {
|
|
344
|
+
onEdit(): void;
|
|
345
|
+
dateFilter(v: string): string;
|
|
346
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
347
|
+
user: {
|
|
348
|
+
type: ObjectConstructor;
|
|
349
|
+
default: () => void;
|
|
350
|
+
};
|
|
351
|
+
}>> & Readonly<{}>, {
|
|
352
|
+
user: Record<string, any>;
|
|
353
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
354
|
+
Account: import('vue').DefineComponent<{}, {}, {
|
|
355
|
+
userMail: null;
|
|
356
|
+
userPhone: null;
|
|
357
|
+
isEmailVerified: null;
|
|
358
|
+
isShowDelAccount: boolean;
|
|
359
|
+
showSetPhone: boolean;
|
|
360
|
+
showSetEmail: boolean;
|
|
361
|
+
showChangePsw: boolean;
|
|
362
|
+
}, {}, {
|
|
363
|
+
delAccount(): void;
|
|
364
|
+
sendPhoneCode(): void;
|
|
365
|
+
savePhone(): void;
|
|
366
|
+
sendEmailCode(): void;
|
|
367
|
+
saveEmail(): void;
|
|
368
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
369
|
+
'aj-layer': {
|
|
370
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
371
|
+
P: {};
|
|
372
|
+
B: {};
|
|
373
|
+
D: {};
|
|
374
|
+
C: {};
|
|
375
|
+
M: {};
|
|
376
|
+
Defaults: {};
|
|
377
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
378
|
+
__isFragment?: never;
|
|
379
|
+
__isTeleport?: never;
|
|
380
|
+
__isSuspense?: never;
|
|
381
|
+
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
382
|
+
$slots: {
|
|
383
|
+
default?(_: {}): any;
|
|
384
|
+
};
|
|
385
|
+
});
|
|
386
|
+
'aj-process-line': import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
387
|
+
items: {
|
|
388
|
+
type: ArrayConstructor;
|
|
389
|
+
default(): string[];
|
|
390
|
+
};
|
|
391
|
+
}>, {}, any, {}, {
|
|
392
|
+
go(i: number): void;
|
|
393
|
+
perv(): void;
|
|
394
|
+
next(): void;
|
|
395
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
396
|
+
items: {
|
|
397
|
+
type: ArrayConstructor;
|
|
398
|
+
default(): string[];
|
|
399
|
+
};
|
|
400
|
+
}>> & Readonly<{}>, {
|
|
401
|
+
items: unknown[];
|
|
402
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
403
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
404
|
+
Oauth: import('vue').DefineComponent<{}, {}, {
|
|
405
|
+
userOauth: {};
|
|
406
|
+
}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
407
|
+
LoginLog: import('vue').DefineComponent<{}, {}, any>;
|
|
408
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
326
409
|
};
|
|
327
410
|
export declare const ConfigWdiget: {
|
|
328
411
|
ListMgr: import('vue').DefineComponent<{}, {
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
2
|
+
userMail: null;
|
|
3
|
+
userPhone: null;
|
|
4
|
+
isEmailVerified: null;
|
|
5
|
+
isShowDelAccount: boolean;
|
|
6
|
+
showSetPhone: boolean;
|
|
7
|
+
showSetEmail: boolean;
|
|
8
|
+
showChangePsw: boolean;
|
|
9
|
+
}, {}, {
|
|
10
|
+
delAccount(): void;
|
|
11
|
+
sendPhoneCode(): void;
|
|
12
|
+
savePhone(): void;
|
|
13
|
+
sendEmailCode(): void;
|
|
14
|
+
saveEmail(): void;
|
|
15
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
16
|
+
'aj-layer': {
|
|
17
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
18
|
+
P: {};
|
|
19
|
+
B: {};
|
|
20
|
+
D: {};
|
|
21
|
+
C: {};
|
|
22
|
+
M: {};
|
|
23
|
+
Defaults: {};
|
|
24
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
25
|
+
__isFragment?: never;
|
|
26
|
+
__isTeleport?: never;
|
|
27
|
+
__isSuspense?: never;
|
|
28
|
+
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
29
|
+
$slots: {
|
|
30
|
+
default?(_: {}): any;
|
|
31
|
+
};
|
|
32
|
+
});
|
|
33
|
+
'aj-process-line': import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
34
|
+
items: {
|
|
35
|
+
type: ArrayConstructor;
|
|
36
|
+
default(): string[];
|
|
37
|
+
};
|
|
38
|
+
}>, {}, any, {}, {
|
|
39
|
+
go(i: number): void;
|
|
40
|
+
perv(): void;
|
|
41
|
+
next(): void;
|
|
42
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
43
|
+
items: {
|
|
44
|
+
type: ArrayConstructor;
|
|
45
|
+
default(): string[];
|
|
46
|
+
};
|
|
47
|
+
}>> & Readonly<{}>, {
|
|
48
|
+
items: unknown[];
|
|
49
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
50
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
51
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
user: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {
|
|
7
|
+
editMode: boolean;
|
|
8
|
+
}, {}, {
|
|
9
|
+
onEdit(): void;
|
|
10
|
+
dateFilter(v: string): string;
|
|
11
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
user: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: () => void;
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{}>, {
|
|
17
|
+
user: Record<string, any>;
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
2
|
+
userOauth: {};
|
|
3
|
+
}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 进度条
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
items: {
|
|
6
|
+
type: ArrayConstructor;
|
|
7
|
+
default(): string[];
|
|
8
|
+
};
|
|
9
|
+
}>, {}, any, {}, {
|
|
10
|
+
/**
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
go(i: number): void;
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
perv(): void;
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
next(): void;
|
|
22
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
|
+
items: {
|
|
24
|
+
type: ArrayConstructor;
|
|
25
|
+
default(): string[];
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
28
|
+
items: unknown[];
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
export default _default;
|
|
@@ -8,8 +8,77 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
8
8
|
}, {}, {
|
|
9
9
|
logout(): void;
|
|
10
10
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
11
|
-
Main: import('vue').DefineComponent<{
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
Main: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12
|
+
user: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: () => void;
|
|
15
|
+
};
|
|
16
|
+
}>, {}, {
|
|
17
|
+
editMode: boolean;
|
|
18
|
+
}, {}, {
|
|
19
|
+
onEdit(): void;
|
|
20
|
+
dateFilter(v: string): string;
|
|
21
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
+
user: {
|
|
23
|
+
type: ObjectConstructor;
|
|
24
|
+
default: () => void;
|
|
25
|
+
};
|
|
26
|
+
}>> & Readonly<{}>, {
|
|
27
|
+
user: Record<string, any>;
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
Account: import('vue').DefineComponent<{}, {}, {
|
|
30
|
+
userMail: null;
|
|
31
|
+
userPhone: null;
|
|
32
|
+
isEmailVerified: null;
|
|
33
|
+
isShowDelAccount: boolean;
|
|
34
|
+
showSetPhone: boolean;
|
|
35
|
+
showSetEmail: boolean;
|
|
36
|
+
showChangePsw: boolean;
|
|
37
|
+
}, {}, {
|
|
38
|
+
delAccount(): void;
|
|
39
|
+
sendPhoneCode(): void;
|
|
40
|
+
savePhone(): void;
|
|
41
|
+
sendEmailCode(): void;
|
|
42
|
+
saveEmail(): void;
|
|
43
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
44
|
+
'aj-layer': {
|
|
45
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
46
|
+
P: {};
|
|
47
|
+
B: {};
|
|
48
|
+
D: {};
|
|
49
|
+
C: {};
|
|
50
|
+
M: {};
|
|
51
|
+
Defaults: {};
|
|
52
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
53
|
+
__isFragment?: never;
|
|
54
|
+
__isTeleport?: never;
|
|
55
|
+
__isSuspense?: never;
|
|
56
|
+
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
57
|
+
$slots: {
|
|
58
|
+
default?(_: {}): any;
|
|
59
|
+
};
|
|
60
|
+
});
|
|
61
|
+
'aj-process-line': import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
62
|
+
items: {
|
|
63
|
+
type: ArrayConstructor;
|
|
64
|
+
default(): string[];
|
|
65
|
+
};
|
|
66
|
+
}>, {}, any, {}, {
|
|
67
|
+
go(i: number): void;
|
|
68
|
+
perv(): void;
|
|
69
|
+
next(): void;
|
|
70
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
71
|
+
items: {
|
|
72
|
+
type: ArrayConstructor;
|
|
73
|
+
default(): string[];
|
|
74
|
+
};
|
|
75
|
+
}>> & Readonly<{}>, {
|
|
76
|
+
items: unknown[];
|
|
77
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
78
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
79
|
+
Oauth: import('vue').DefineComponent<{}, {}, {
|
|
80
|
+
userOauth: {};
|
|
81
|
+
}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
82
|
+
LoginLog: import('vue').DefineComponent<{}, {}, any>;
|
|
14
83
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15
84
|
export default _default;
|
package/dist/ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.aj-form-html-editor ul.toolbar{border:1px solid #C5C5C5;border-radius:4px 4px 0 0;border-bottom:0;background-color:#e8e7e4;width:100%;min-height:30px;margin:0;box-sizing:border-box;padding:3px 4px}.aj-form-html-editor ul.toolbar>li{list-style:none;float:left;cursor:pointer}.aj-form-html-editor ul.toolbar>li>i{border:1px solid transparent;min-width:25px;height:20px;line-height:20px;text-align:center;display:block}.aj-form-html-editor ul.toolbar>li>i.text-icon{font-family:Times New Roman;font-weight:700;font-style:normal}.aj-form-html-editor ul.toolbar>li>i.fontAwesome{padding-top:2px;font: 18px/1 FontAwesome}.aj-form-html-editor ul.toolbar>li>i:hover{border-right-color:#aaa;border-bottom-color:#aaa;border-top-color:#fff;border-left-color:#fff}.aj-form-html-editor ul.toolbar>li>i:active{border-right-color:#f3f8fc;border-bottom-color:#f3f8fc;border-top-color:#ccc;border-left-color:#ccc}.aj-form-html-editor ul.toolbar>li ul li{padding:3px;cursor:pointer}.aj-form-html-editor ul.toolbar>li ul li:hover{background-color:#d3d3d3}.aj-form-html-editor ul.toolbar>li .cleanHTML{background-size:16px 16px}.aj-form-html-editor ul.toolbar>li .noBg{background-image:none}.aj-form-html-editor .editorBody iframe,.aj-form-html-editor .editorBody textarea{border:1px solid #C5C5C5;border-radius:0 0 4px 4px;border-top-width:0;box-sizing:border-box;background-color:#fff;min-height:300px;width:100%}.aj-form-html-editor .editorBody iframe.hide{display:none}.aj-form-html-editor .editorBody textarea{resize:none;display:none}.aj-form-html-editor .editorBody textarea.show{display:block}.aj-form-html-editor .colorPicker{width:210px;border:1px solid #D3D3D3;position:absolute}.aj-form-html-editor .colorPicker table{border-collapse:collapse}.aj-form-html-editor .colorPicker .colorhead{height:23px;line-height:23px;font-weight:700;width:100%}.aj-form-html-editor .colorPicker .colortitle{margin-left:6px;font-size:12px}.aj-form-html-editor .colorPicker .colorpanel td{border:1px solid #000;height:10px;width:10px;overflow:hidden;font-size:1px;cursor:pointer}.aj-form-html-editor .fontfamilyChoser a,.aj-form-html-editor .fontsizeChoser a{display:block;padding:2px;color:#000;line-height:120%;text-decoration:none}.aj-form-html-editor .fontfamilyChoser a:hover,.aj-form-html-editor .fontsizeChoser a:hover{background:#e5e5e5}.aj-form-html-editor .dorpdown{position:relative}.aj-form-html-editor .dorpdown:hover .fontfamilyChoser,.aj-form-html-editor .dorpdown .fontfamilyChoser:hover,.aj-form-html-editor .dorpdown:hover .fontsizeChoser,.aj-form-html-editor .dorpdown .fontsizeChoser:hover,.aj-form-html-editor .dorpdown:hover .colorPicker,.aj-form-html-editor .dorpdown .colorPicker:hover{display:block}.aj-form-html-editor .dorpdown>div{display:none;position:absolute;top:22px;left:0;background-color:#f5f5f5;border:1px solid lightgray;border-top:0;padding:5px;width:230px}.aj-form-html-editor .dorpdown .fontsizeChoser{top:inherit;right:0}.mask[data-v-2149b790]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;-webkit-backdrop-filter:blur(2px) opacity(.7);backdrop-filter:blur(2px) opacity(.7);background:#000000b3}.login[data-v-2149b790]{width:400px;margin:10% auto 0;background-color:#fff;padding:3%;border-radius:5px;box-shadow:2px 4px 5px #0006}.login h1[data-v-2149b790]{font-size:20px;letter-spacing:2px;margin-bottom:20px}.login .auto-login[data-v-2149b790]{margin-bottom:14px;text-align:left}.login .auto-login span[data-v-2149b790]{color:red}.login a[data-v-2149b790]{float:right}.html-content img{max-width:60%}.btns[data-v-6ef96497]{text-align:center;padding:20px 0}.btns Button[data-v-6ef96497]{width:130px;letter-spacing:3px;margin-right:30px}.toolbar[data-v-ed548002]{margin-bottom:20px;overflow:hidden;float:right}.toolbar .ivu-ml[data-v-ed548002]{float:right;padding-top:10px}.ivu-mt.ivu-text-right[data-v-ed548002]{text-align:right;margin-top:20px}.common-search-panel[data-v-ed548002]{width:380px;float:left}.common-search-panel .ivu-input-type-text[data-v-ed548002]{width:200px;margin:0 10px 16px 0}Button[data-v-80f72d55]{margin-right:10px}h1[data-v-d890a0b4]{margin:0% 1%}Form[data-v-d890a0b4]{max-width:1500px;margin:3% 0%}.toolbar[data-v-99c09796]{margin-bottom:20px;overflow:hidden}.toolbar .ivu-ml[data-v-99c09796]{float:right;padding-top:10px}.ivu-mt.ivu-text-right[data-v-99c09796]{text-align:right;margin-top:20px}.common-search-panel .ivu-input-type-text[data-v-99c09796]{width:280px;margin:0 10px 16px 0}.searchFieldInput[data-v-f55d5850]{width:240px;margin:10px 10px 0 0}.more-attrib.input[data-v-b491a8d2]{width:260px}.more-attrib.input.small[data-v-b491a8d2]{width:100px}ul[data-v-b491a8d2]{width:350px;max-height:400px;border:1px solid lightgray;overflow-x:auto}li[data-v-b491a8d2]{list-style:none}li[data-v-b491a8d2]:hover{color:#000}li:hover .isChecked a[data-v-b491a8d2]{display:inline}li[data-v-b491a8d2]:nth-child(odd){background-color:#f0f0f0}li>div[data-v-b491a8d2]{display:inline-block;width:33%;text-align:center}li>div div[data-v-b491a8d2]{width:20px;display:inline-block}li>div input[data-v-b491a8d2]{border:none;text-align:center;width:90%;background-color:transparent;outline:none}li .isChecked a[data-v-b491a8d2]{color:red}.box[data-v-b491a8d2]{position:relative}.box .plus[data-v-b491a8d2]{color:green;position:absolute;right:0;bottom:0;cursor:pointer}.box.disabled[data-v-b491a8d2]{filter:grayscale(1) opacity(.4)}.notTooLong[data-v-280d1c62]{display:inline-block;color:gray;overflow:hidden;text-overflow:ellipsis;max-width:190px;white-space:nowrap;vertical-align:middle}.box[data-v-280d1c62]{width:400px;height:400px;border:1px solid lightgray;overflow-x:auto}.box li[data-v-280d1c62]{list-style:none;padding:5px 15px}.box li[data-v-280d1c62]:hover{color:#000}.box li span.right[data-v-280d1c62]{float:right}.box li label[data-v-280d1c62]{cursor:pointer}.box.even li[data-v-280d1c62]:nth-child(2n){background-color:#f0f0f0}.box.odd li[data-v-280d1c62]:nth-child(odd){background-color:#f0f0f0}.rightMargin{margin-right:10px}ul.table{width:100%;margin:30px 0 0;overflow-x:auto}ul.table li{list-style:none;white-space:nowrap;border-bottom:1px solid #e8eaec;transition:background-color .2s ease-in-out}ul.table li .checkbox-width{width:50px;text-align:center}ul.table li .field,ul.table li .uiLabel,ul.table li .input-width{width:150px}ul.table li .input-width-small{width:110px}ul.table li .number-width{width:100px}ul.table li .action{width:160px;float:right;height:20px}ul.table li:hover{background-color:#ebf7ff}ul.table header{background-color:#f8f8f9;color:#3b4251;white-space:nowrap;font-weight:700}ul.table section{max-height:500px;overflow-y:auto;overflow-x:hidden}ul.table>header>li>div,ul.table>section>li>div{text-align:center;padding:10px 5px;display:inline-block}.list-factory ul.table header,.list-factory ul.table section{width:100%}.config-table{overflow:hidden;padding:10px}.config-table .main{float:left;width:100%}.config-table .main.small{width:60%}.config-table .live-perview{float:right;width:39%;overflow:auto;min-height:500px;max-height:600px}.config-table .live-perview.hide{display:none}.config-table .below-perview{float:initial;width:100%}fieldset.hr[data-v-133b4ba5]{border:none;width:90%;margin:0 auto;border-top:1px solid lightgray}fieldset.hr legend[data-v-133b4ba5]{text-align:center;padding:10px}fieldset.panel[data-v-133b4ba5]{margin-top:20px;border:1px solid lightgray;padding:10px 20px}fieldset.panel legend[data-v-133b4ba5]{text-align:center;letter-spacing:5px}.list-factory[data-v-133b4ba5]{margin:10px auto}.list-factory .center input[data-v-133b4ba5]{text-align:center}li .render[data-v-133b4ba5]{width:120px}li .align[data-v-133b4ba5]{width:90px}ul.custom[data-v-133b4ba5]{width:380px;max-height:400px;border:1px solid lightgray;overflow-x:auto}ul.custom li[data-v-133b4ba5]{list-style:none;padding:3px}ul.custom li[data-v-133b4ba5]:hover{color:#000}ul.custom li:hover .isChecked a[data-v-133b4ba5]{display:inline}ul.custom li>div[data-v-133b4ba5]{display:inline-block;width:33%;text-align:center}ul.custom li>div input[data-v-133b4ba5]{border:none;text-align:center;width:90%;background-color:transparent;outline:none}ul.custom li[data-v-133b4ba5]:nth-child(odd){background-color:#f0f0f0}ul.custom li .action a[data-v-133b4ba5]{color:red}ul.custom.disabled[data-v-133b4ba5]{filter:grayscale(1) opacity(.4)}.icons[data-v-564b2b1a] .ivu-input-group-prepend{width:40px;cursor:pointer}.modal-icons .icon-list[data-v-564b2b1a]{height:450px;margin-top:16px;overflow-y:scroll}.modal-icons .list-items[data-v-564b2b1a]{cursor:pointer}.modal-icons[data-v-564b2b1a] .ivu-modal-wrap{display:flex;align-items:center;justify-content:center}.modal-icons[data-v-564b2b1a] .ivu-modal-wrap :deep(.ivu-modal){top:0}ul[data-v-3e903f24]{width:350px;max-height:400px;border:1px solid lightgray;overflow-x:auto}li[data-v-3e903f24]{list-style:none}li[data-v-3e903f24]:hover{color:#000}li:hover .isChecked a[data-v-3e903f24]{display:inline}li[data-v-3e903f24]:nth-child(odd){background-color:#f0f0f0}li>div[data-v-3e903f24]{display:inline-block;width:33%;text-align:center}li>div div[data-v-3e903f24]{width:20px;display:inline-block}li>div input[data-v-3e903f24]{border:none;text-align:center;width:90%;background-color:transparent;outline:none}li .isChecked a[data-v-3e903f24]{color:red}.box[data-v-3e903f24]{position:relative}.box .plus[data-v-3e903f24]{color:green;position:absolute;right:0;bottom:0;cursor:pointer}.box.disabled[data-v-3e903f24]{filter:grayscale(1) opacity(.4)}.more-attrib.input[data-v-82b37fd7]{width:260px}.more-attrib.input.small[data-v-82b37fd7]{width:100px}.aj-table{border:1px lightgray solid;border-collapse:collapse;border-spacing:0}.aj-table th{background-color:#efefef;letter-spacing:3px}.aj-table td,.aj-table th{border:1px lightgray solid;line-height:160%;height:120%;padding:6px}.aj-table tr:nth-child(odd){background:#f5f5f5;box-shadow:0 1px #fffc inset}.aj-table tr:hover{background-color:#fbf8e9}.checkbox_holder{width:12px;margin:0 auto}fieldset.hr[data-v-d2273c52]{border:none;width:90%;margin:0 auto;border-top:1px solid lightgray}fieldset.hr legend[data-v-d2273c52]{text-align:center;padding:10px}fieldset.panel[data-v-d2273c52]{margin-top:20px;border:1px solid lightgray;padding:10px 20px}fieldset.panel legend[data-v-d2273c52]{text-align:center;letter-spacing:5px}.form-factory[data-v-d2273c52]{margin:10px auto;width:98%}.form-factory .center input[data-v-d2273c52]{text-align:center}.form-factory fieldset.panel[data-v-d2273c52]{margin:20px 0;border:1px solid lightgray;border-radius:5px;padding:10px 20px}.form-factory fieldset.panel legend[data-v-d2273c52]{margin-left:8px;letter-spacing:5px}.form-factory .hide[data-v-d2273c52]{display:none}.uiType[data-v-d2273c52]{width:180px}.uiLayout[data-v-d2273c52]{width:100px}a.selected[data-v-d2273c52]{font-weight:700}p[data-v-d2273c52]{margin:15px 0}
|
|
1
|
+
.aj-form-html-editor ul.toolbar{border:1px solid #C5C5C5;border-radius:4px 4px 0 0;border-bottom:0;background-color:#e8e7e4;width:100%;min-height:30px;margin:0;box-sizing:border-box;padding:3px 4px}.aj-form-html-editor ul.toolbar>li{list-style:none;float:left;cursor:pointer}.aj-form-html-editor ul.toolbar>li>i{border:1px solid transparent;min-width:25px;height:20px;line-height:20px;text-align:center;display:block}.aj-form-html-editor ul.toolbar>li>i.text-icon{font-family:Times New Roman;font-weight:700;font-style:normal}.aj-form-html-editor ul.toolbar>li>i.fontAwesome{padding-top:2px;font: 18px/1 FontAwesome}.aj-form-html-editor ul.toolbar>li>i:hover{border-right-color:#aaa;border-bottom-color:#aaa;border-top-color:#fff;border-left-color:#fff}.aj-form-html-editor ul.toolbar>li>i:active{border-right-color:#f3f8fc;border-bottom-color:#f3f8fc;border-top-color:#ccc;border-left-color:#ccc}.aj-form-html-editor ul.toolbar>li ul li{padding:3px;cursor:pointer}.aj-form-html-editor ul.toolbar>li ul li:hover{background-color:#d3d3d3}.aj-form-html-editor ul.toolbar>li .cleanHTML{background-size:16px 16px}.aj-form-html-editor ul.toolbar>li .noBg{background-image:none}.aj-form-html-editor .editorBody iframe,.aj-form-html-editor .editorBody textarea{border:1px solid #C5C5C5;border-radius:0 0 4px 4px;border-top-width:0;box-sizing:border-box;background-color:#fff;min-height:300px;width:100%}.aj-form-html-editor .editorBody iframe.hide{display:none}.aj-form-html-editor .editorBody textarea{resize:none;display:none}.aj-form-html-editor .editorBody textarea.show{display:block}.aj-form-html-editor .colorPicker{width:210px;border:1px solid #D3D3D3;position:absolute}.aj-form-html-editor .colorPicker table{border-collapse:collapse}.aj-form-html-editor .colorPicker .colorhead{height:23px;line-height:23px;font-weight:700;width:100%}.aj-form-html-editor .colorPicker .colortitle{margin-left:6px;font-size:12px}.aj-form-html-editor .colorPicker .colorpanel td{border:1px solid #000;height:10px;width:10px;overflow:hidden;font-size:1px;cursor:pointer}.aj-form-html-editor .fontfamilyChoser a,.aj-form-html-editor .fontsizeChoser a{display:block;padding:2px;color:#000;line-height:120%;text-decoration:none}.aj-form-html-editor .fontfamilyChoser a:hover,.aj-form-html-editor .fontsizeChoser a:hover{background:#e5e5e5}.aj-form-html-editor .dorpdown{position:relative}.aj-form-html-editor .dorpdown:hover .fontfamilyChoser,.aj-form-html-editor .dorpdown .fontfamilyChoser:hover,.aj-form-html-editor .dorpdown:hover .fontsizeChoser,.aj-form-html-editor .dorpdown .fontsizeChoser:hover,.aj-form-html-editor .dorpdown:hover .colorPicker,.aj-form-html-editor .dorpdown .colorPicker:hover{display:block}.aj-form-html-editor .dorpdown>div{display:none;position:absolute;top:22px;left:0;background-color:#f5f5f5;border:1px solid lightgray;border-top:0;padding:5px;width:230px}.aj-form-html-editor .dorpdown .fontsizeChoser{top:inherit;right:0}.mask[data-v-2149b790]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;-webkit-backdrop-filter:blur(2px) opacity(.7);backdrop-filter:blur(2px) opacity(.7);background:#000000b3}.login[data-v-2149b790]{width:400px;margin:10% auto 0;background-color:#fff;padding:3%;border-radius:5px;box-shadow:2px 4px 5px #0006}.login h1[data-v-2149b790]{font-size:20px;letter-spacing:2px;margin-bottom:20px}.login .auto-login[data-v-2149b790]{margin-bottom:14px;text-align:left}.login .auto-login span[data-v-2149b790]{color:red}.login a[data-v-2149b790]{float:right}.html-content img{max-width:60%}.btns[data-v-6ef96497]{text-align:center;padding:20px 0}.btns Button[data-v-6ef96497]{width:130px;letter-spacing:3px;margin-right:30px}.toolbar[data-v-ed548002]{margin-bottom:20px;overflow:hidden;float:right}.toolbar .ivu-ml[data-v-ed548002]{float:right;padding-top:10px}.ivu-mt.ivu-text-right[data-v-ed548002]{text-align:right;margin-top:20px}.common-search-panel[data-v-ed548002]{width:380px;float:left}.common-search-panel .ivu-input-type-text[data-v-ed548002]{width:200px;margin:0 10px 16px 0}Button[data-v-80f72d55]{margin-right:10px}h1[data-v-d890a0b4]{margin:0% 1%}Form[data-v-d890a0b4]{max-width:1500px;margin:3% 0%}.note{color:gray;margin:20px 0}.btn{text-align:center;padding:20px;width:100%}.btn button{width:150px}input.editMode{border-bottom:1px solid lightgray!important}textarea{width:92%!important;min-height:50px!important;padding:5px!important}textarea.editMode{border:1px solid lightgray!important;background-color:#fff!important;border-radius:5px!important}.layer[data-v-4d3e0160]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.layer-content[data-v-4d3e0160]{background-color:#fff;padding:20px;border-radius:5px;box-shadow:0 0 10px #0000004d}.aj-process-line[data-v-3aa0b34d]{display:flex;padding:5%;justify-content:center}.aj-process-line .process-line[data-v-3aa0b34d]{font-size:18px;color:#d3d3d3;font-weight:700}.aj-process-line .process-line>div[data-v-3aa0b34d]{float:left;width:156px;text-align:center;position:relative}.aj-process-line .process-line>div.current[data-v-3aa0b34d]{color:#000}.aj-process-line .process-line>div.current span[data-v-3aa0b34d]{background-color:gray}.aj-process-line .process-line>div p[data-v-3aa0b34d]{font-size:1rem;letter-spacing:3px;padding-top:5%}.aj-process-line .process-line>div span[data-v-3aa0b34d]{display:inline-block;width:32px;height:32px;border-radius:50%;color:#fff;line-height:32px;font-size:16px;background-color:#d3d3d3;position:relative;z-index:1}.aj-process-line .process-line>div[data-v-3aa0b34d]:last-child:after{display:none}.aj-process-line .process-line>div[data-v-3aa0b34d]:after{content:"";position:absolute;top:14px;left:94px;width:124px;height:4px;background-color:#d3d3d3}.aj-form>div{margin-bottom:15px}.aj-form>div.left-a{text-align:left}.aj-form>div.left-a .ivu-input-wrapper{width:193px}.login-log .ivu-card-body{padding:0}.user-center{min-height:700px;clear:both;margin:30px auto auto;height:82%;max-width:1200px}.user-center h4{padding:0 0 1% 3%;font-weight:700;letter-spacing:3px;font-size:1.1rem}.user-center .aj-hr{width:95%}.user-center .left{border-radius:20px 0 0 20px;background-color:#f5f5f5;overflow:hidden;width:22%;height:500px;float:left}.user-center .left menu{width:100%;margin:5% 0 0;padding:0 0 10%}.user-center .left menu a{text-decoration:none}.user-center .left menu li{border-top:1px solid lightgray;list-style-type:none;padding:5%;text-align:center;font-size:.95rem;cursor:pointer}.user-center .left menu li.actived{background-color:#fff;font-weight:700}.user-center .right{background-color:#fefefe;width:78%;float:left;border-radius:0 10px 10px;display:flex;flex-direction:column;border:1px solid #e6e3e3;box-sizing:border-box;min-height:600px;padding:4%}.user-center .right h3{width:80%;margin:0% auto 4%;text-align:center;font-weight:700;letter-spacing:5px;font-size:1.4rem}.user-center .right iframe{height:100%;width:100%;border:0;min-height:600px}.user-center .right .achor{text-align:right;padding-right:5%;font-size:.9rem;margin-bottom:3%}.user-center .avatar{margin:10% auto}.user-center .avatar div{margin:5% auto}.user-center .avatar div.imgHolder{width:100px;height:100px}.user-center .avatar div.imgHolder img{border-radius:50%;width:100px;height:100px}.user-center .avatar h3{text-align:center}.user-center .user-center-main table{width:100%;font-size:.95rem}.user-center .user-center-main table td{vertical-align:middle}.user-center .user-center-main table td input,.user-center .user-center-main table td textarea{border:none;background-color:transparent;outline:none}.user-center .user-center-profile{font-size:.95rem}.user-center .user-center-profile .loginId{padding:2% 5%}.user-center .user-center-profile table td{vertical-align:middle}.user-center .user-center-profile table td .aj-file-upload{width:130px;margin:0 auto}.user-center .user-center-profile table td .aj-file-upload .image-preview img{max-width:100px}.user-center .user-center-profile table tr td:nth-child(odd),.user-center .user-center-profile table tr th:nth-child(odd){color:gray}.user-center .user-center-profile .button-1{display:block;margin:2% auto}.user-center .user-center-account{min-height:600px;clear:both;overflow:hidden}.user-center .user-center-account .safe{margin:0 5%}.user-center .user-center-account .safe li{border-bottom:1px solid lightgray;padding:4% 0;list-style:none}.user-center .user-center-account .safe li div{display:inline-block;min-width:25%;box-sizing:border-box}.user-center .user-center-account .safe li div.ok{color:green}.user-center .user-center-account .safe li div.ok:before{content:"✔";border:2px solid;text-align:center;padding:3px 3px 0 2px;border-radius:50%;margin-right:10px;font-size:12px}.user-center .user-center-account .safe li div.fail{color:red}.user-center .user-center-account .safe li div.fail:before{content:"✖";border:2px solid;text-align:center;padding:3px 3px 0 2px;border-radius:50%;margin-right:10px;font-size:12px}.user-center .user-center-account .safe li a{float:right;font-weight:700}.user-center .user-center-account>.center{margin:5% auto;height:82%}.user-center .user-center-account>.center .left{border-radius:20px 0 0 20px;background-color:#f5f5f5;overflow:hidden;width:22%;height:100%;float:left}.user-center .user-center-account>.center .left menu{width:100%;margin:5% 0 0;padding:0 0 10%}.user-center .user-center-account>.center .left menu li{border-top:1px solid lightgray;list-style-type:none;padding:5%;text-align:center;font-size:.9rem}.user-center .user-center-account>.center .left menu li.selected{background-color:#fff}.user-center .user-center-account>.center .right{background-color:#fefefe;width:78%;float:left;border-radius:0 10px 10px;display:flex;flex-direction:column;border:1px solid #e6e3e3;box-sizing:border-box;min-height:600px}.user-center .user-center-account>.center .right>h3{width:80%;margin:0% auto;text-align:center;font-weight:700;letter-spacing:5px;font-size:1.8rem}.user-center .user-center-account>.center .right iframe{height:100%;width:100%;border:0;min-height:600px}.user-center .user-center-account>.center .right .achor{text-align:right;padding-right:5%;font-size:.9rem;margin-bottom:3%}.user-center .copyright{text-align:center;color:gray;font-size:.9rem;padding-top:2%;clear:both}hr{border:none;border-top:1px solid #e3e3e3}.aj-form-table{width:95%;border-collapse:collapse;border-spacing:0}.aj-form-table th{background-color:#efefef;letter-spacing:3px}.aj-form-table td,.aj-form-table th{line-height:160%;height:120%;padding:10px 15px}.aj-form-table tr{transition:background-color .4s ease-out}.aj-form-table tr:nth-child(odd){background:#f5f5f5;box-shadow:0 1px #fffc inset}.aj-form-table tr:hover{background-color:#fbf8e9}.toolbar[data-v-99c09796]{margin-bottom:20px;overflow:hidden}.toolbar .ivu-ml[data-v-99c09796]{float:right;padding-top:10px}.ivu-mt.ivu-text-right[data-v-99c09796]{text-align:right;margin-top:20px}.common-search-panel .ivu-input-type-text[data-v-99c09796]{width:280px;margin:0 10px 16px 0}.searchFieldInput[data-v-f55d5850]{width:240px;margin:10px 10px 0 0}.more-attrib.input[data-v-b491a8d2]{width:260px}.more-attrib.input.small[data-v-b491a8d2]{width:100px}ul[data-v-b491a8d2]{width:350px;max-height:400px;border:1px solid lightgray;overflow-x:auto}li[data-v-b491a8d2]{list-style:none}li[data-v-b491a8d2]:hover{color:#000}li:hover .isChecked a[data-v-b491a8d2]{display:inline}li[data-v-b491a8d2]:nth-child(odd){background-color:#f0f0f0}li>div[data-v-b491a8d2]{display:inline-block;width:33%;text-align:center}li>div div[data-v-b491a8d2]{width:20px;display:inline-block}li>div input[data-v-b491a8d2]{border:none;text-align:center;width:90%;background-color:transparent;outline:none}li .isChecked a[data-v-b491a8d2]{color:red}.box[data-v-b491a8d2]{position:relative}.box .plus[data-v-b491a8d2]{color:green;position:absolute;right:0;bottom:0;cursor:pointer}.box.disabled[data-v-b491a8d2]{filter:grayscale(1) opacity(.4)}.notTooLong[data-v-280d1c62]{display:inline-block;color:gray;overflow:hidden;text-overflow:ellipsis;max-width:190px;white-space:nowrap;vertical-align:middle}.box[data-v-280d1c62]{width:400px;height:400px;border:1px solid lightgray;overflow-x:auto}.box li[data-v-280d1c62]{list-style:none;padding:5px 15px}.box li[data-v-280d1c62]:hover{color:#000}.box li span.right[data-v-280d1c62]{float:right}.box li label[data-v-280d1c62]{cursor:pointer}.box.even li[data-v-280d1c62]:nth-child(2n){background-color:#f0f0f0}.box.odd li[data-v-280d1c62]:nth-child(odd){background-color:#f0f0f0}.rightMargin{margin-right:10px}ul.table{width:100%;margin:30px 0 0;overflow-x:auto}ul.table li{list-style:none;white-space:nowrap;border-bottom:1px solid #e8eaec;transition:background-color .2s ease-in-out}ul.table li .checkbox-width{width:50px;text-align:center}ul.table li .field,ul.table li .uiLabel,ul.table li .input-width{width:150px}ul.table li .input-width-small{width:110px}ul.table li .number-width{width:100px}ul.table li .action{width:160px;float:right;height:20px}ul.table li:hover{background-color:#ebf7ff}ul.table header{background-color:#f8f8f9;color:#3b4251;white-space:nowrap;font-weight:700}ul.table section{max-height:500px;overflow-y:auto;overflow-x:hidden}ul.table>header>li>div,ul.table>section>li>div{text-align:center;padding:10px 5px;display:inline-block}.list-factory ul.table header,.list-factory ul.table section{width:100%}.config-table{overflow:hidden;padding:10px}.config-table .main{float:left;width:100%}.config-table .main.small{width:60%}.config-table .live-perview{float:right;width:39%;overflow:auto;min-height:500px;max-height:600px}.config-table .live-perview.hide{display:none}.config-table .below-perview{float:initial;width:100%}fieldset.hr[data-v-133b4ba5]{border:none;width:90%;margin:0 auto;border-top:1px solid lightgray}fieldset.hr legend[data-v-133b4ba5]{text-align:center;padding:10px}fieldset.panel[data-v-133b4ba5]{margin-top:20px;border:1px solid lightgray;padding:10px 20px}fieldset.panel legend[data-v-133b4ba5]{text-align:center;letter-spacing:5px}.list-factory[data-v-133b4ba5]{margin:10px auto}.list-factory .center input[data-v-133b4ba5]{text-align:center}li .render[data-v-133b4ba5]{width:120px}li .align[data-v-133b4ba5]{width:90px}ul.custom[data-v-133b4ba5]{width:380px;max-height:400px;border:1px solid lightgray;overflow-x:auto}ul.custom li[data-v-133b4ba5]{list-style:none;padding:3px}ul.custom li[data-v-133b4ba5]:hover{color:#000}ul.custom li:hover .isChecked a[data-v-133b4ba5]{display:inline}ul.custom li>div[data-v-133b4ba5]{display:inline-block;width:33%;text-align:center}ul.custom li>div input[data-v-133b4ba5]{border:none;text-align:center;width:90%;background-color:transparent;outline:none}ul.custom li[data-v-133b4ba5]:nth-child(odd){background-color:#f0f0f0}ul.custom li .action a[data-v-133b4ba5]{color:red}ul.custom.disabled[data-v-133b4ba5]{filter:grayscale(1) opacity(.4)}.icons[data-v-564b2b1a] .ivu-input-group-prepend{width:40px;cursor:pointer}.modal-icons .icon-list[data-v-564b2b1a]{height:450px;margin-top:16px;overflow-y:scroll}.modal-icons .list-items[data-v-564b2b1a]{cursor:pointer}.modal-icons[data-v-564b2b1a] .ivu-modal-wrap{display:flex;align-items:center;justify-content:center}.modal-icons[data-v-564b2b1a] .ivu-modal-wrap :deep(.ivu-modal){top:0}ul[data-v-3e903f24]{width:350px;max-height:400px;border:1px solid lightgray;overflow-x:auto}li[data-v-3e903f24]{list-style:none}li[data-v-3e903f24]:hover{color:#000}li:hover .isChecked a[data-v-3e903f24]{display:inline}li[data-v-3e903f24]:nth-child(odd){background-color:#f0f0f0}li>div[data-v-3e903f24]{display:inline-block;width:33%;text-align:center}li>div div[data-v-3e903f24]{width:20px;display:inline-block}li>div input[data-v-3e903f24]{border:none;text-align:center;width:90%;background-color:transparent;outline:none}li .isChecked a[data-v-3e903f24]{color:red}.box[data-v-3e903f24]{position:relative}.box .plus[data-v-3e903f24]{color:green;position:absolute;right:0;bottom:0;cursor:pointer}.box.disabled[data-v-3e903f24]{filter:grayscale(1) opacity(.4)}.more-attrib.input[data-v-82b37fd7]{width:260px}.more-attrib.input.small[data-v-82b37fd7]{width:100px}.aj-table{border:1px lightgray solid;border-collapse:collapse;border-spacing:0}.aj-table th{background-color:#efefef;letter-spacing:3px}.aj-table td,.aj-table th{border:1px lightgray solid;line-height:160%;height:120%;padding:6px}.aj-table tr:nth-child(odd){background:#f5f5f5;box-shadow:0 1px #fffc inset}.aj-table tr:hover{background-color:#fbf8e9}.checkbox_holder{width:12px;margin:0 auto}fieldset.hr[data-v-d2273c52]{border:none;width:90%;margin:0 auto;border-top:1px solid lightgray}fieldset.hr legend[data-v-d2273c52]{text-align:center;padding:10px}fieldset.panel[data-v-d2273c52]{margin-top:20px;border:1px solid lightgray;padding:10px 20px}fieldset.panel legend[data-v-d2273c52]{text-align:center;letter-spacing:5px}.form-factory[data-v-d2273c52]{margin:10px auto;width:98%}.form-factory .center input[data-v-d2273c52]{text-align:center}.form-factory fieldset.panel[data-v-d2273c52]{margin:20px 0;border:1px solid lightgray;border-radius:5px;padding:10px 20px}.form-factory fieldset.panel legend[data-v-d2273c52]{margin-left:8px;letter-spacing:5px}.form-factory .hide[data-v-d2273c52]{display:none}.uiType[data-v-d2273c52]{width:180px}.uiLayout[data-v-d2273c52]{width:100px}a.selected[data-v-d2273c52]{font-weight:700}p[data-v-d2273c52]{margin:15px 0}
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|