傻逼企微改通讯录组件技术栈

This commit is contained in:
aixianling
2021-12-08 15:04:42 +08:00
parent dac8d0b47e
commit 6c5400b443

View File

@@ -1,7 +1,5 @@
<template>
<div :type="type" :openid="oid">
<div class="loading" v-text="`读取中...`"/>
</div>
<div :type="type" :openid="oid" v-text="oid"/>
</template>
<script>
@@ -51,10 +49,10 @@ export default {
@keyframes loading {
from {
background: rgba(#eee,.6);
background: rgba(#eee, .6);
}
to {
background: rgba(#eee,.2);
background: rgba(#eee, .2);
}
}
</style>