no message

This commit is contained in:
kuaifan 2025-03-03 23:11:13 +08:00
parent d73a152a36
commit f096d71cc1
3 changed files with 7 additions and 14 deletions

View File

@ -60,7 +60,7 @@
"stylus-loader": "^7.1.0",
"tinymce": "^5.10.3",
"tui-calendar-hi": "^1.15.1-5",
"view-design-hi": "^4.7.0-66",
"view-design-hi": "^4.7.0-67",
"vite": "^2.9.15",
"vite-plugin-file-copy": "^1.0.0",
"vite-plugin-require": "^1.1.10",

View File

@ -84,7 +84,6 @@
<script>
import {mapState} from "vuex";
import ModalAlive from "view-design-hi/src/components/modal/modal-alive";
import emitter from "../store/events";
export default {
@ -92,9 +91,6 @@ export default {
props: {
//
},
components: {
ModalAlive,
},
data() {
return {
@ -267,7 +263,6 @@ export default {
},
onEnter() {
this.preSearch();
$A.eeuiAppKeyboardHide();
},

View File

@ -114,9 +114,9 @@
.tag-item {
flex-shrink: 0;
border: 1px solid #d5d5d5;
border: 1px solid #e4e4e4;
border-radius: 8px;
padding: 3px 12px;
padding: 4px 12px;
line-height: 24px;
display: flex;
align-items: center;
@ -127,6 +127,8 @@
.tag-close {
font-size: 13px;
margin-left: -3px;
margin-right: -5px;
}
&.action {
@ -167,11 +169,11 @@
.search-list {
overflow: auto;
max-height: calc(100vh - 305px);
max-height: calc(100vh - 306px);
overscroll-behavior: contain;
@media (max-height: 900px) {
max-height: calc(100vh - 175px);
max-height: calc(100vh - 176px);
}
> ul {
@ -185,10 +187,6 @@
border-radius: 8px;
cursor: pointer;
&:hover {
background-color: #eeeeee;
}
&.item-label {
padding: 8px 12px;
position: sticky;