Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div :type="type" :openid="oid">
|
<div :type="type" :openid="oid" v-text="oid"/>
|
||||||
<div class="loading" v-text="`读取中...`"/>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -51,10 +49,10 @@ export default {
|
|||||||
|
|
||||||
@keyframes loading {
|
@keyframes loading {
|
||||||
from {
|
from {
|
||||||
background: rgba(#eee,.6);
|
background: rgba(#eee, .6);
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
background: rgba(#eee,.2);
|
background: rgba(#eee, .2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user