Commit 03c3dcac authored by 黄媛媛's avatar 黄媛媛

去掉loading层

parent fac0fb44
......@@ -198,7 +198,10 @@
}
.personDiv li img {
width: 32px;
width: 24px;
height:24px;
border-radius: 100%;
padding-right: 5px;
}
.personDiv {
position: fixed;
......@@ -209,6 +212,7 @@
}
.personDiv li {
display: none;
height: 30px;
background: rgba(255, 255, 255, 0.26);
border-radius: 20px;
margin-bottom: 5px;
......@@ -227,6 +231,7 @@
animation: fadeio 6s 1;
animation-fill-mode:forwards;
opacity: 0;
padding-left: 5px;
}
@keyframes fadeio {
......@@ -284,7 +289,7 @@
#box{ overflow:hidden;}
</style>
<template>
<div class="ActivityBoard" v-loading="loading">
<div class="ActivityBoard">
<div class="middle">
<div class="Text">
<img src="../../assets/img/activity/logo.png" alt />
......
......@@ -63,10 +63,5 @@ export default new Router({
name: 'ActivityBoard',
component: ActivityBoard,
},
{
path: '/ActivityBoard22',
name: 'ActivityBoard',
component: ActivityBoard22,
},
]
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment