fix(playground): 新增页面默认width height 100%
This commit is contained in:
@@ -16,4 +16,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export default {};
|
||||
export default {
|
||||
items: [],
|
||||
style: {
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user