diff --git a/src/components/input/input.vue b/src/components/input/input.vue index 8735812..bdc9acd 100644 --- a/src/components/input/input.vue +++ b/src/components/input/input.vue @@ -1,10 +1,12 @@ \ No newline at end of file diff --git a/test/routers/message.vue b/test/routers/message.vue index 632c194..32d6836 100644 --- a/test/routers/message.vue +++ b/test/routers/message.vue @@ -106,7 +106,6 @@ } }, ready () { - this.info2(); // Message.config({ // top: 50, // duration: 8 diff --git a/test/routers/poptip.vue b/test/routers/poptip.vue index 4958cc8..1d2448a 100644 --- a/test/routers/poptip.vue +++ b/test/routers/poptip.vue @@ -27,9 +27,47 @@ padding: 8px 16px; text-align: left; } + .tip{ + width: 24px; + position: fixed; + top: 10px; + right: 10px; + } + .tip-inner{ + width: 24px; + height: 24px; + line-height: 22px; + text-align: center; + background: #fff; + border: 1px solid #3399ff; + color: #3399ff; + border-radius: 50%; + cursor: pointer; + } + .tip-content{ + width: 200px; + height: 100px; + white-space: normal; + }