【问题标题】:How to remove unwanted white space in the bottom of Ionic modal?如何删除离子模式底部不需要的空白?
【发布时间】:2019-01-10 15:50:30
【问题描述】:

我的 Ionic 应用程序中有一个页面,单击按钮会打开一个 Ionic 模式。当我在模态框的文本框中输入内容时,它会在模态框底部添加不需要的空白。此问题仅存在于移动设备中。

我需要从模式中删除不需要的空白。我在这里提供了一个现场演示。 https://stackblitz.com/edit/ionic-dbj2mf?embed=1&file=app/main.ts

第 1 步: Typing something in the text box of the modal

第 2 步: added an unwanted white space when typing

【问题讨论】:

    标签: angular css ionic-framework ionic2 ionic3


    【解决方案1】:

    尝试将以下代码添加到app.scss

    .scroll-content { 
       padding-bottom: 0 !important; 
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多