修复样式失效问题

pull/703/head
orzi 6 months ago
parent 8566f5030c
commit 93666e6cfe

@ -72,7 +72,3 @@ onMounted(() => {
loadSiteProfile();
});
</script>
<style lang="less">
@import '@/assets/css/main.less';
</style>

@ -45,7 +45,6 @@
.following-link {
color: #000;
color: none;
text-decoration: none;
cursor: pointer;
opacity: 0.75;
@ -87,7 +86,6 @@
.username-link {
color: #000;
color: none;
text-decoration: none;
cursor: pointer;

@ -2,6 +2,7 @@ import { createApp } from 'vue';
import { createPinia } from 'pinia';
import router from './router';
import App from './App.vue';
import '@/assets/css/main.less';
import type { MessageApiInjection } from 'naive-ui/lib/message/src/MessageProvider';

Loading…
Cancel
Save