no message

This commit is contained in:
kuaifan 2025-03-03 14:53:45 +08:00
parent 6ffa651742
commit 2b219c7256
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
:fullscreen="isFullscreen"
:mask-closable="false"
:footer-hide="true"
width="640">
width="768">
<div class="search-header">
<div class="search-input">

View File

@ -287,6 +287,7 @@ body {
&.ivu-modal-fullscreen {
top: 0;
padding-bottom: 0;
.ivu-modal-content {
border-radius: 0;
}