mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
no message
This commit is contained in:
parent
d73a152a36
commit
f096d71cc1
@ -60,7 +60,7 @@
|
|||||||
"stylus-loader": "^7.1.0",
|
"stylus-loader": "^7.1.0",
|
||||||
"tinymce": "^5.10.3",
|
"tinymce": "^5.10.3",
|
||||||
"tui-calendar-hi": "^1.15.1-5",
|
"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": "^2.9.15",
|
||||||
"vite-plugin-file-copy": "^1.0.0",
|
"vite-plugin-file-copy": "^1.0.0",
|
||||||
"vite-plugin-require": "^1.1.10",
|
"vite-plugin-require": "^1.1.10",
|
||||||
|
|||||||
@ -84,7 +84,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import {mapState} from "vuex";
|
import {mapState} from "vuex";
|
||||||
import ModalAlive from "view-design-hi/src/components/modal/modal-alive";
|
|
||||||
import emitter from "../store/events";
|
import emitter from "../store/events";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@ -92,9 +91,6 @@ export default {
|
|||||||
props: {
|
props: {
|
||||||
//
|
//
|
||||||
},
|
},
|
||||||
components: {
|
|
||||||
ModalAlive,
|
|
||||||
},
|
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@ -267,7 +263,6 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
onEnter() {
|
onEnter() {
|
||||||
this.preSearch();
|
|
||||||
$A.eeuiAppKeyboardHide();
|
$A.eeuiAppKeyboardHide();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
14
resources/assets/sass/components/search-box.scss
vendored
14
resources/assets/sass/components/search-box.scss
vendored
@ -114,9 +114,9 @@
|
|||||||
|
|
||||||
.tag-item {
|
.tag-item {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
border: 1px solid #d5d5d5;
|
border: 1px solid #e4e4e4;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 3px 12px;
|
padding: 4px 12px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -127,6 +127,8 @@
|
|||||||
|
|
||||||
.tag-close {
|
.tag-close {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
margin-left: -3px;
|
||||||
|
margin-right: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.action {
|
&.action {
|
||||||
@ -167,11 +169,11 @@
|
|||||||
|
|
||||||
.search-list {
|
.search-list {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-height: calc(100vh - 305px);
|
max-height: calc(100vh - 306px);
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
|
|
||||||
@media (max-height: 900px) {
|
@media (max-height: 900px) {
|
||||||
max-height: calc(100vh - 175px);
|
max-height: calc(100vh - 176px);
|
||||||
}
|
}
|
||||||
|
|
||||||
> ul {
|
> ul {
|
||||||
@ -185,10 +187,6 @@
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: #eeeeee;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.item-label {
|
&.item-label {
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user