增加移动端,可以查看统计数据和日志
This commit is contained in:
+4
-1
@@ -34,7 +34,7 @@ const { logout } = useAccountStore();
|
||||
const showPersonalDrawer = ref<boolean>(false);
|
||||
const personalRef = ref(null);
|
||||
const emailRef = ref(null);
|
||||
const open = ref(true);
|
||||
const open = ref(false);
|
||||
|
||||
const showSetting = ref(false);
|
||||
const router = useRouter();
|
||||
@@ -117,6 +117,9 @@ onMounted(() => {
|
||||
color: #722ed1 !important;
|
||||
margin-left: 0em !important;
|
||||
}
|
||||
.ant-tabs-extra-content {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
|
||||
Reference in New Issue
Block a user