refactor(styles): 代码格式

ISSUES CLOSED: \
This commit is contained in:
Soybean
2022-05-28 12:30:17 +08:00
parent 07baac7cf8
commit 8f6d6ce3cb
107 changed files with 110 additions and 1 deletions

View File

@@ -19,4 +19,5 @@ function handleRefresh() {
}, 1000);
}
</script>
<style scoped></style>

View File

@@ -131,4 +131,5 @@ function handleDropdown(optionKey: string) {
hide();
}
</script>
<style scoped></style>

View File

@@ -101,4 +101,5 @@ useEventListener(window, 'beforeunload', () => {
setTabRoutes(tab.tabs);
});
</script>
<style scoped></style>