mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
@ -30,6 +30,9 @@
|
|||||||
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
/* stylelint-disable */
|
/* stylelint-disable */
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
|||||||
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
<div style="display: flex; flex: 1">
|
<div style="display: flex; flex: 1">
|
||||||
<ion-content padding style="text-align: center; flex: 2" id="content">
|
<ion-content padding style="text-align: center; flex: 2" id="content">
|
||||||
|
<ion-content>
|
||||||
<f style="height: 50%"></f>
|
<f style="height: 50%"></f>
|
||||||
<ion-button onclick="toggleFullscreen()">Toggle content.fullscreen</ion-button>
|
<ion-button onclick="toggleFullscreen()">Toggle content.fullscreen</ion-button>
|
||||||
<p>
|
<p>
|
||||||
@ -46,6 +47,7 @@
|
|||||||
<f></f>
|
<f></f>
|
||||||
<f></f>
|
<f></f>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
</ion-content>
|
||||||
<ion-content padding style="display: none" id="content3">
|
<ion-content padding style="display: none" id="content3">
|
||||||
<f></f>
|
<f></f>
|
||||||
<f></f>
|
<f></f>
|
||||||
|
|||||||
Reference in New Issue
Block a user