<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??碼云GVP開源項目 12k star Uniapp+ElementUI 功能強大 支持多語言、二開方便! 廣告
                * 使用iview框架的導航組件實現頂部導航 ~~~ ?<template> ? <Layout class="layout"> ? <Header class="bg-white px-0"> ? <Menu @on-select="handleSelect" mode="horizontal" theme="light" :active-name="topActive" class="d-flex align-items-center"> ? ? ? ? ?<MenuItem :name="index" v-for="(item,index) in topMenus" :key="index"> ? ? ? ? ? ? ?<Icon :type="item.icon" /> ? ? ? ? ? ? ?{{item.title}} ? ? ? ? ?</MenuItem> ? ? ?</Menu> ? </Header> ? <Layout> ? <Sider hide-trigger class="bg-light">側邊欄</Sider> ? <Content class="bg-white">主內容</Content> ? </Layout> ? <Footer class="bg-white d-flex p-0 "> ? <div class="bg-light footer-left"> ? 空間容量信息 ? </div> ? <div>分頁</div> ? </Footer> ? </Layout> ?</template> ?? ?<script> ? export default { ? data() { ? return { ? topActive : 0, ? topMenus : [ ? { ? icon : "ios-paper", ? title : "網盤" ? }, ? { ? icon : "ios-people", ? title : "分享" ? }, ? { ? icon : "ios-construct", ? title : "更多" ? } ? ] ? } ? }, ? methods : { ? handleSelect(e){ ? console.log(e) ? this.topActive = e; ? } ? } ? } ?</script> ?? ?<style scoped="scoped"> ? .layout { ? height: 100%; ? } ? .footer-left{ ? width: 200px; ? } ?</style> ?? ~~~ * 實現頂部導航logo ~~~ ?<template> ? <Layout class="layout"> ? <Header class="bg-white px-0"> ? <Menu @on-select="handleSelect" mode="horizontal" theme="light" :active-name="topActive" class="d-flex align-items-center"> ? <div class="layout-logo">企業網盤</div> ? ? ? ? ?<MenuItem :name="index" v-for="(item,index) in topMenus" :key="index"> ? ? ? ? ? ? ?<Icon :type="item.icon" /> ? ? ? ? ? ? ?{{item.title}} ? ? ? ? ?</MenuItem> ? ? ?</Menu> ? </Header> ? <Layout> ? <Sider hide-trigger class="bg-light">側邊欄</Sider> ? <Content class="bg-white">主內容</Content> ? </Layout> ? <Footer class="bg-white d-flex p-0 "> ? <div class="bg-light footer-left"> ? 空間容量信息 ? </div> ? <div>分頁</div> ? </Footer> ? </Layout> ?</template> ?? ?<script> ? export default { ? data() { ? return { ? topActive : 0, ? topMenus : [ ? { ? icon : "ios-paper", ? title : "網盤" ? }, ? { ? icon : "ios-people", ? title : "分享" ? }, ? { ? icon : "ios-construct", ? title : "更多" ? } ? ] ? } ? }, ? methods : { ? handleSelect(e){ ? console.log(e) ? this.topActive = e; ? } ? } ? } ?</script> ?? ?<style scoped="scoped"> ? .layout { ? height: 100%; ? } ? .footer-left{ ? width: 200px; ? } ? .layout-logo{ ? width: 200px; ? text-align: center; ? font-size: 25px; ? } ?</style> ~~~ * 實現下拉菜單 ~~~ ?<template> ? <Layout class="layout"> ? <Header class="bg-white px-0"> ? <Menu @on-select="handleSelect" mode="horizontal" theme="light" :active-name="topActive" class="d-flex align-items-center"> ? <div class="layout-logo">企業網盤</div> ? <MenuItem :name="index" v-for="(item,index) in topMenus" :key="index"> ? <Icon :type="item.icon" /> ? {{item.title}} ? </MenuItem> ? <div class="ml-auto mr-3"> ? <Dropdown style="margin-left: 20px" placement="bottom-end"> ? <a href="javascript:void(0)"> ? <Avatar src="https://i.loli.net/2017/08/21/599a521472424.jpg" /> ? 管理員 ? <Icon type="ios-arrow-down"></Icon> ? </a> ? <DropdownMenu slot="list"> ? <DropdownItem>個人資料</DropdownItem> ? <DropdownItem>修改密碼</DropdownItem> ? <DropdownItem>安全退出</DropdownItem> ? </DropdownMenu> ? </Dropdown> ? </div> ? </Menu> ? </Header> ? <Layout> ? <Sider hide-trigger class="bg-light">側邊欄</Sider> ? <Content class="bg-white">主內容</Content> ? </Layout> ? <Footer class="bg-white d-flex p-0 "> ? <div class="bg-light footer-left"> ? 空間容量信息 ? </div> ? <div>分頁</div> ? </Footer> ? </Layout> ?</template> ?? ?<script> ? export default { ? data() { ? return { ? topActive: 0, ? topMenus: [{ ? icon: "ios-paper", ? title: "網盤" ? }, ? { ? icon: "ios-people", ? title: "分享" ? }, ? { ? icon: "ios-construct", ? title: "更多" ? } ? ] ? } ? }, ? methods: { ? handleSelect(e) { ? console.log(e) ? this.topActive = e; ? } ? } ? } ?</script> ?? ?<style scoped="scoped"> ? .layout { ? height: 100%; ? } ?? ? .footer-left { ? width: 200px; ? } ?? ? .layout-logo { ? width: 200px; ? text-align: center; ? font-size: 25px; ? } ?</style> ?? ~~~
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看