更新页面
This commit is contained in:
@ -84,10 +84,14 @@
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="zzzz">
|
||||
<FlowLine></FlowLine>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import FlowLine from './flowLine.vue'
|
||||
import { getItem } from "@/utils/storage";
|
||||
import { qcckGet, qcckPost } from "@/api/qcckApi.js";
|
||||
|
||||
@ -277,5 +281,10 @@ onUnmounted(() => {
|
||||
background: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
.zzzz{
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user