mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-06 15:48:37 +08:00
9 lines
129 B
Plaintext
Executable File
9 lines
129 B
Plaintext
Executable File
/**app.wxss**/
|
|
.container {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 0px;
|
|
bottom: 0px;
|
|
}
|