mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
no message
This commit is contained in:
parent
9c91f7cf83
commit
4fa54381a6
@ -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) {
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user