all
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -34,5 +34,8 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/plugin-transform-runtime": "^7.18.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@layui/layer-vue": "file:"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
.layui-layer-border {
|
||||
border: 1px solid #eeeeee;
|
||||
border: 1px solid #666;
|
||||
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
@@ -645,7 +645,7 @@
|
||||
padding: 0 100px 0 20px;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
border-bottom: 1px solid #666;
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
overflow: hidden;
|
||||
|
||||
2
package/layer/types/types/index.d.ts
vendored
2
package/layer/types/types/index.d.ts
vendored
@@ -1,3 +1,3 @@
|
||||
export declare type StringObject = Record<string, unknown>;
|
||||
export type StringObject = Record<string, unknown>;
|
||||
export interface InstallOptions extends StringObject {
|
||||
}
|
||||
|
||||
2
package/layer/types/utils/index.d.ts
vendored
2
package/layer/types/utils/index.d.ts
vendored
@@ -4,7 +4,7 @@ export declare function calculateArea(type: any, area: any, offset: any): any[];
|
||||
export declare function calculateBaseArea(area: any): any[];
|
||||
export declare function calculateDrawerArea(offset: any, drawerArea?: string[] | string): string[];
|
||||
export declare function calculateOffset(offset: any, area: any, type: any): any[];
|
||||
export declare function calculateType(modalType: number | string): 1 | 0 | 2 | 3 | 4 | 5 | 6;
|
||||
export declare function calculateType(modalType: number | string): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
||||
export declare function calculateContent(title: any, height: any, btn: any, type: any, isMessage?: boolean): string | undefined;
|
||||
export declare function maxArea(): {
|
||||
w: string;
|
||||
|
||||
Reference in New Issue
Block a user