完善页面细节
This commit is contained in:
@@ -202,8 +202,9 @@ const handleReset = () => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.admin-decoration-category {
|
||||
background-color: #f0f2f5;
|
||||
min-height: 100vh;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
min-height: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@@ -179,8 +179,9 @@ const handleSelectLink = (index: number) => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.admin-data-config {
|
||||
background-color: #f0f2f5;
|
||||
min-height: 100vh;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
min-height: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@@ -276,9 +276,9 @@ const handleSaveDesign = () => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.admin-decoration-home {
|
||||
background-color: #f0f2f5;
|
||||
min-height: 100vh;
|
||||
padding: 24px;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.border-shadow {
|
||||
|
||||
19
pages/mall/admin/decoration/link.uvue
Normal file
19
pages/mall/admin/decoration/link.uvue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<AdminLayout>
|
||||
<StyleLink />
|
||||
</AdminLayout>
|
||||
</template>
|
||||
|
||||
|
||||
<script setup>
|
||||
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
|
||||
import StyleLink from '@/layouts/admin/pages/StyleLink.uvue'
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.admin-page {
|
||||
padding: 0 !important;
|
||||
background: none !important;
|
||||
min-height: auto;
|
||||
}
|
||||
</style>
|
||||
19
pages/mall/admin/decoration/material.uvue
Normal file
19
pages/mall/admin/decoration/material.uvue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<AdminLayout>
|
||||
<StyleMaterial />
|
||||
</AdminLayout>
|
||||
</template>
|
||||
|
||||
|
||||
<script setup>
|
||||
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
|
||||
import StyleMaterial from '@/layouts/admin/pages/StyleMaterial.uvue'
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.admin-page {
|
||||
padding: 0 !important;
|
||||
background: none !important;
|
||||
min-height: auto;
|
||||
}
|
||||
</style>
|
||||
19
pages/mall/admin/decoration/style.uvue
Normal file
19
pages/mall/admin/decoration/style.uvue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<AdminLayout>
|
||||
<StyleTheme />
|
||||
</AdminLayout>
|
||||
</template>
|
||||
|
||||
|
||||
<script setup>
|
||||
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
|
||||
import StyleTheme from '@/layouts/admin/pages/StyleTheme.uvue'
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.admin-page {
|
||||
padding: 0 !important;
|
||||
background: none !important;
|
||||
min-height: auto;
|
||||
}
|
||||
</style>
|
||||
@@ -261,8 +261,9 @@ const handleMember = () => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.admin-decoration-user {
|
||||
background-color: #f0f2f5;
|
||||
min-height: 100vh;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
min-height: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@@ -294,7 +295,7 @@ const handleMember = () => {
|
||||
|
||||
.content-container {
|
||||
flex: 1;
|
||||
padding: 24px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.main-card {
|
||||
|
||||
Reference in New Issue
Block a user