no message

This commit is contained in:
kuaifan 2025-03-04 20:07:56 +08:00
parent 9c91f7cf83
commit 4fa54381a6
2 changed files with 7 additions and 0 deletions

View File

@ -258,6 +258,9 @@ export default {
onShow() { onShow() {
this.showModal = true this.showModal = true
if (this.total > 0) {
return
}
this.$nextTick(() => { this.$nextTick(() => {
const $el = this.$refs.searchKey?.$refs?.input; const $el = this.$refs.searchKey?.$refs?.input;
if ($el) { if ($el) {

View File

@ -6,6 +6,9 @@
max-width: none; max-width: none;
.ivu-modal-content { .ivu-modal-content {
margin-top: 46px;
border-top-left-radius: 18px !important;
border-top-right-radius: 18px !important;
.ivu-modal-body { .ivu-modal-body {
@ -69,6 +72,7 @@
flex: 1; flex: 1;
.ivu-input { .ivu-input {
font-size: 15px;
border-color: transparent; border-color: transparent;
background-color: transparent; background-color: transparent;