zhanghua
2023-02-17 7d939937b5f897ebf62cfbcd2fcb7c2ced194822
页面优化
4个文件已修改
16 ■■■■ 已修改文件
src/views/layout/components/Menu/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/platform/mySetting/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/platform/otherInterface/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/platform/portalSetting/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/layout/components/Menu/index.vue
@@ -90,8 +90,8 @@
      const userName = sessionStorage.getItem('name');
      users.getMenu({ name: userName })
          .then(res => {
            console.log(res)
            debugger
            // console.log(res)
            // debugger
            this.menuList = res.menus;
            sessionStorage.setItem('user', JSON.stringify(res));
          })
@@ -173,7 +173,7 @@
          color: #e9eef3;
          background-color: #313350;
          font-size: 16px;
          border-bottom: 1px solid #ccc;
          // border-bottom: 0.5px solid #7c7979;
        }
        .el-menu-item:hover {
          background-color: #409EFF;
src/views/systemSetting/platform/mySetting/index.vue
@@ -1,9 +1,9 @@
<template>
    <div class="mySetting">
        <!-- header 页面标题提示 -->
        <header>
        <!-- <header>
            <div class="header-title">系统设置 >> 门户管理 > 自定义菜单设置</div>
        </header>
        </header> -->
        <main>
            <div class="main-content">
                <!-- 数据展示 -->
src/views/systemSetting/platform/otherInterface/index.vue
@@ -1,7 +1,7 @@
<template>
    <div class="otherInterface">
        <header>
            <div class="headerTitle">系统设置 >> 门户管理 > 第三方应用接口管理</div>
            <!-- <div class="headerTitle">系统设置 >> 门户管理 > 第三方应用接口管理</div> -->
            <div class="addInterface">
                <el-button class="add button-addition" @click="handleAdd">添加第三方接口</el-button>
            </div>
src/views/systemSetting/platform/portalSetting/index.vue
@@ -1,9 +1,9 @@
<template>
    <div class="log">
        <header>
            <div class="headerTitle">
            <!-- <div class="headerTitle">
                系统设置 >> 门户管理 > logo管理
            </div>
            </div> -->
        </header>
        <main>
            <div class="mainTitle">LOGO</div>