1 line
5.9 KiB
JavaScript
1 line
5.9 KiB
JavaScript
webpackJsonp([11],{"APf+":function(t,e,n){(t.exports=n("uszS")(!1)).push([t.i,"\n.share-dropdown-menu{width:250px;position:relative;z-index:1\n}\n.share-dropdown-menu-title{width:100%;display:block;cursor:pointer;background:#000;color:#fff;height:60px;line-height:60px;font-size:20px;text-align:center;z-index:2;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)\n}\n.share-dropdown-menu-wrapper{position:relative\n}\n.share-dropdown-menu-item{text-align:center;position:absolute;width:100%;background:#e0e0e0;line-height:60px;height:60px;cursor:pointer;font-size:20px;opacity:1;-webkit-transition:-webkit-transform .28s ease;transition:-webkit-transform .28s ease;transition:transform .28s ease;transition:transform .28s ease, -webkit-transform .28s ease\n}\n.share-dropdown-menu-item:hover{background:#000;color:#fff\n}\n.share-dropdown-menu-item:nth-of-type(1){z-index:-1;-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transform:translate3d(0, -60px, 0);transform:translate3d(0, -60px, 0)\n}\n.share-dropdown-menu-item:nth-of-type(2){z-index:-1;-webkit-transition-delay:.2s;transition-delay:.2s;-webkit-transform:translate3d(0, -60px, 0);transform:translate3d(0, -60px, 0)\n}\n.share-dropdown-menu-item:nth-of-type(3){z-index:-1;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transform:translate3d(0, -60px, 0);transform:translate3d(0, -60px, 0)\n}\n.share-dropdown-menu-item:nth-of-type(4){z-index:-1;-webkit-transition-delay:.4s;transition-delay:.4s;-webkit-transform:translate3d(0, -60px, 0);transform:translate3d(0, -60px, 0)\n}\n.share-dropdown-menu-item:nth-of-type(5){z-index:-1;-webkit-transition-delay:.5s;transition-delay:.5s;-webkit-transform:translate3d(0, -60px, 0);transform:translate3d(0, -60px, 0)\n}\n.share-dropdown-menu-item:nth-of-type(6){z-index:-1;-webkit-transition-delay:.6s;transition-delay:.6s;-webkit-transform:translate3d(0, -60px, 0);transform:translate3d(0, -60px, 0)\n}\n.share-dropdown-menu.active .share-dropdown-menu-wrapper{z-index:1\n}\n.share-dropdown-menu.active .share-dropdown-menu-item:nth-of-type(1){-webkit-transition-delay:.5s;transition-delay:.5s;-webkit-transform:translate3d(0, 0px, 0);transform:translate3d(0, 0px, 0)\n}\n.share-dropdown-menu.active .share-dropdown-menu-item:nth-of-type(2){-webkit-transition-delay:.4s;transition-delay:.4s;-webkit-transform:translate3d(0, 60px, 0);transform:translate3d(0, 60px, 0)\n}\n.share-dropdown-menu.active .share-dropdown-menu-item:nth-of-type(3){-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transform:translate3d(0, 120px, 0);transform:translate3d(0, 120px, 0)\n}\n.share-dropdown-menu.active .share-dropdown-menu-item:nth-of-type(4){-webkit-transition-delay:.2s;transition-delay:.2s;-webkit-transform:translate3d(0, 180px, 0);transform:translate3d(0, 180px, 0)\n}\n.share-dropdown-menu.active .share-dropdown-menu-item:nth-of-type(5){-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transform:translate3d(0, 240px, 0);transform:translate3d(0, 240px, 0)\n}\n.share-dropdown-menu.active .share-dropdown-menu-item:nth-of-type(6){-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translate3d(0, 300px, 0);transform:translate3d(0, 300px, 0)\n}",""])},HBLo:function(t,e,n){(t.exports=n("uszS")(!1)).push([t.i,"\n.documentation-container[data-v-cb464150]{margin:50px\n}\n.documentation-container .document-btn[data-v-cb464150]{float:left;margin-left:50px;vertical-align:middle;display:block;cursor:pointer;background:#000;color:#fff;height:60px;width:200px;line-height:60px;font-size:20px;text-align:center\n}",""])},I9uD:function(t,e,n){var a=n("HBLo");"string"==typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);n("Xatw")("4547d03e",a,!0)},Uhtj:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a={props:{items:{type:Array},title:{type:String,default:"vue"}},data:function(){return{isActive:!1}},methods:{clickTitle:function(){this.isActive=!this.isActive}}},r={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"share-dropdown-menu",class:{active:t.isActive}},[n("div",{staticClass:"share-dropdown-menu-wrapper"},[n("span",{staticClass:"share-dropdown-menu-title",on:{click:function(e){if(e.target!==e.currentTarget)return null;t.clickTitle(e)}}},[t._v(t._s(t.title))]),t._v(" "),t._l(t.items,function(e,a){return n("div",{key:a,staticClass:"share-dropdown-menu-item"},[e.href?n("a",{attrs:{href:e.href,target:"_blank"}},[t._v(t._s(e.title))]):n("span",[t._v(t._s(e.title))])])})],2)])},staticRenderFns:[]};var i={name:"documentation",components:{DropdownMenu:n("Iim3")(a,r,!1,function(t){n("qn6L")},null,null).exports},data:function(){return{articleList:[{title:"基础篇",href:"https://segmentfault.com/a/1190000009275424"},{title:"登录权限篇",href:"https://segmentfault.com/a/1190000009506097"},{title:"实战篇",href:"https://segmentfault.com/a/1190000009762198"},{title:"vueAdmin-template 篇",href:"https://segmentfault.com/a/1190000010043013"},{title:"自行封装 component",href:"https://segmentfault.com/a/1190000009090836"},{title:"优雅的使用 icon",href:"https://segmentfault.com/a/1190000012213278"}]}}},s={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"app-container documentation-container"},[n("a",{staticClass:"document-btn",attrs:{target:"_blank",href:"https://panjiachen.github.io/vue-element-admin-site/#/"}},[t._v(t._s(t.$t("documentation.documentation")))]),t._v(" "),n("a",{staticClass:"document-btn",attrs:{target:"_blank",href:"https://github.com/PanJiaChen/vue-element-admin/"}},[t._v(t._s(t.$t("documentation.github")))]),t._v(" "),n("dropdown-menu",{staticStyle:{float:"left","margin-left":"50px"},attrs:{title:"系列文章",items:t.articleList}})],1)},staticRenderFns:[]};var o=n("Iim3")(i,s,!1,function(t){n("I9uD")},"data-v-cb464150",null);e.default=o.exports},qn6L:function(t,e,n){var a=n("APf+");"string"==typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);n("Xatw")("eea5934c",a,!0)}}); |