弹出框 mp-half-screen-dialog

 

dialog 自定义头部的样式。

<mp-half-screen-dialog show="{{showDialog}}" bindclose="closeWalletPicker" title="付" footer="{{false}}">

  

.weui-half-screen-dialog{
  padding: 0  28rpx 44rpx !important;
}

.weui-half-screen-dialog__ft{
  display: none;
}

.weui-half-screen-dialog__bd{
  padding-bottom: 0 !important;
}

.weui-half-screen-dialog__hd__side{
  position: absolute !important;
  right: 30px !important;
  left: auto !important;
  z-index: 99999;
}

.weui-half-screen-dialog__hd__side .weui-icon-btn_more {
  display: none;
}

 

posted @ 2026-09-02 15:02  微宇宙  阅读(7)  评论(0)    收藏  举报