mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-20 22:13:38 +08:00
13 lines
196 B
TypeScript
13 lines
196 B
TypeScript
export default {
|
|
style: {
|
|
position: 'fixed',
|
|
width: '100%',
|
|
height: '100%',
|
|
top: 0,
|
|
left: 0,
|
|
backgroundColor: 'rgba(0, 0, 0, 0.8)',
|
|
zIndex: 100,
|
|
},
|
|
items: [],
|
|
};
|