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

@@ -10,4 +10,5 @@ import { useAppStore } from '@/store';
const app = useAppStore();
</script>
<style scoped></style>

View File

@@ -42,4 +42,5 @@ const { bool: isHover, setTrue, setFalse } = useBoolean();
const isActive = computed(() => props.routeName === props.activeRouteName);
</script>
<style scoped></style>

View File

@@ -73,6 +73,7 @@ watch(
{ immediate: true }
);
</script>
<style scoped>
.drawer-shadow {
box-shadow: 2px 0 8px 0 rgb(29 35 41 / 5%);

View File

@@ -101,4 +101,5 @@ watch(
{ immediate: true }
);
</script>
<style scoped></style>

View File

@@ -49,4 +49,5 @@ watch(
{ immediate: true }
);
</script>
<style scoped></style>

View File

@@ -17,4 +17,5 @@ const theme = useThemeStore();
const isHorizontalMix = computed(() => theme.layout.mode === 'horizontal-mix');
const showTitle = computed(() => !app.siderCollapse && theme.layout.mode !== 'vertical-mix');
</script>
<style scoped></style>

View File

@@ -12,6 +12,7 @@ const theme = useThemeStore();
const isVerticalMix = computed(() => theme.layout.mode === 'vertical-mix');
</script>
<style scoped>
.global-sider {
box-shadow: 2px 0 8px 0 rgb(29 35 41 / 5%);