@@ -55,4 +55,15 @@
line-height: 36px;
text-align: center;
cursor: pointer;
+}
+
+.el-submenu__icon-arrow{
+ right: 0 !important;
+aside{
+ padding: 8px 14px 8px 24px !important;
+.el-menu-item,.el-submenu__title{
+ padding: 0 20px 0 0px !important;
}
@@ -87,7 +87,7 @@ export default {
</style>
<style lang="scss" scoped>
::v-deep .el-menu-item {
- padding-left: 50px!important;
+ padding-left: 30px!important;
.onws {
@@ -0,0 +1,17 @@
+<template>
+ <div class="agent_page">
+ <h3>广告位管理</h3>
+ </div>
+</template>
+<script setup name="">
+ import { ref, getCurrentInstance } from 'vue'
+ const { proxy } = getCurrentInstance();
+</script>
+<style scoped lang="scss">
+ .page{
+ padding: 16px;
+ }
+</style>
@@ -0,0 +1,15 @@
+ <h3>账单明细</h3>
+ <h3>商品管理</h3>
+ <h3>订单管理</h3>
+ <div class="page">
+ <h3>订单统计</h3>
+ <h3>用户分析</h3>
+ <h3>小程序用户管理</h3>