mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 03:01:12 +00:00
no message
This commit is contained in:
parent
9c91f7cf83
commit
4fa54381a6
@ -258,6 +258,9 @@ export default {
|
||||
|
||||
onShow() {
|
||||
this.showModal = true
|
||||
if (this.total > 0) {
|
||||
return
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
const $el = this.$refs.searchKey?.$refs?.input;
|
||||
if ($el) {
|
||||
|
||||
@ -6,6 +6,9 @@
|
||||
max-width: none;
|
||||
|
||||
.ivu-modal-content {
|
||||
margin-top: 46px;
|
||||
border-top-left-radius: 18px !important;
|
||||
border-top-right-radius: 18px !important;
|
||||
|
||||
.ivu-modal-body {
|
||||
|
||||
@ -69,6 +72,7 @@
|
||||
flex: 1;
|
||||
|
||||
.ivu-input {
|
||||
font-size: 15px;
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user