mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-10-23 06:55:25 +00:00
改造成ts
This commit is contained in:
16
CocosCreatorInspector/src/index.less
Normal file
16
CocosCreatorInspector/src/index.less
Normal file
@@ -0,0 +1,16 @@
|
||||
.layout {
|
||||
display: flex;
|
||||
|
||||
.vertical {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.horizontal {
|
||||
flex-direction: row;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.flex1 {
|
||||
flex: 1;
|
||||
}
|
Reference in New Issue
Block a user