feat: 将ui-react中的组件独立成包
This commit is contained in:
11
react-components/overlay/src/initValue.ts
Normal file
11
react-components/overlay/src/initValue.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
style: {
|
||||
position: 'fixed',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
top: 0,
|
||||
left: 0,
|
||||
backgroundColor: 'rgba(0, 0, 0, 0.8)',
|
||||
},
|
||||
items: [],
|
||||
};
|
||||
Reference in New Issue
Block a user