update management structure

This commit is contained in:
2023-12-21 15:13:46 +08:00
parent 3ef03dd038
commit 19d5023716
9 changed files with 323 additions and 367 deletions

View File

@@ -1,11 +1,46 @@
<template>
<div>
<div class="main">
<div class="base-style">
<span style="font-weight: bolder;font-size: 20px">基础样式</span>
</div>
<div class="background-img">
</div>
</div>
<div class="ui-model">
</div>
</div>
</template>
<script>
export default {
name:"AppearanceSettings",
components: {},
data() {
return {
}},
mounted() {
},
created() {
},
computed: {
},
methods: {
}
}
</script>
<style scoped>
.main{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
//align-items: center;
}
</style>