|
@@ -181,4 +181,139 @@
|
|
|
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
-<style scoped lang="scss">
|
|
|
|
|
|
+<style scoped lang="scss">
|
|
|
|
+ @import '~scss_vars';
|
|
|
|
+
|
|
|
|
+ .el-menu-vertical-demo i {
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .container {
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 0px;
|
|
|
|
+ bottom: 0px;
|
|
|
|
+ width: 100%;
|
|
|
|
+ .header {
|
|
|
|
+ height: 60px;
|
|
|
|
+ line-height: 60px;
|
|
|
|
+ background: $color-primary;
|
|
|
|
+ color:#fff;
|
|
|
|
+ .userinfo {
|
|
|
|
+ text-align: right;
|
|
|
|
+ padding-right: 35px;
|
|
|
|
+ float: right;
|
|
|
|
+ .userinfo-inner {
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ color:#fff;
|
|
|
|
+ img {
|
|
|
|
+ width: 40px;
|
|
|
|
+ height: 40px;
|
|
|
|
+ border-radius: 20px;
|
|
|
|
+ margin: 10px 10px 10px 10px;
|
|
|
|
+ // float: right;
|
|
|
|
+ float: left;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .logo {
|
|
|
|
+ //width:230px;
|
|
|
|
+ height:60px;
|
|
|
|
+ font-size: 21px;
|
|
|
|
+ padding-left:20px;
|
|
|
|
+ padding-right:20px;
|
|
|
|
+ border-color: rgba(238,241,146,0.3);
|
|
|
|
+ border-right-width: 1px;
|
|
|
|
+ border-right-style: solid;
|
|
|
|
+ img {
|
|
|
|
+ width: 40px;
|
|
|
|
+ float: left;
|
|
|
|
+ margin: 10px 10px 10px 18px;
|
|
|
|
+ }
|
|
|
|
+ .txt {
|
|
|
|
+ color:#fff;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .logo-width{
|
|
|
|
+ width:230px;
|
|
|
|
+ }
|
|
|
|
+ .logo-collapse-width{
|
|
|
|
+ width:60px
|
|
|
|
+ }
|
|
|
|
+ .tools{
|
|
|
|
+ padding: 0px 23px;
|
|
|
|
+ width:14px;
|
|
|
|
+ height: 60px;
|
|
|
|
+ line-height: 60px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .main {
|
|
|
|
+ display: flex;
|
|
|
|
+ // background: #324057;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 60px;
|
|
|
|
+ bottom: 0px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ aside {
|
|
|
|
+ flex:0 0 230px;
|
|
|
|
+ width: 230px;
|
|
|
|
+ // position: absolute;
|
|
|
|
+ // top: 0px;
|
|
|
|
+ // bottom: 0px;
|
|
|
|
+ .el-menu{
|
|
|
|
+ height: 100%;
|
|
|
|
+ }
|
|
|
|
+ .collapsed{
|
|
|
|
+ width:60px;
|
|
|
|
+ .item{
|
|
|
|
+ position: relative;
|
|
|
|
+ }
|
|
|
|
+ .submenu{
|
|
|
|
+ position:absolute;
|
|
|
|
+ top:0px;
|
|
|
|
+ left:60px;
|
|
|
|
+ z-index:99999;
|
|
|
|
+ height:auto;
|
|
|
|
+ display:none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .menu-collapsed{
|
|
|
|
+ flex:0 0 60px;
|
|
|
|
+ width: 60px;
|
|
|
|
+ }
|
|
|
|
+ .menu-expanded{
|
|
|
|
+ flex:0 0 230px;
|
|
|
|
+ width: 230px;
|
|
|
|
+ }
|
|
|
|
+ .content-container {
|
|
|
|
+ // background: #f8f8f8;
|
|
|
|
+ //f1f2f7
|
|
|
|
+ flex:1;
|
|
|
|
+ // position: absolute;
|
|
|
|
+ // right: 0px;
|
|
|
|
+ // top: 0px;
|
|
|
|
+ // bottom: 0px;
|
|
|
|
+ // left: 230px;
|
|
|
|
+ // overflow-y: scroll;
|
|
|
|
+ padding: 20px;
|
|
|
|
+ .breadcrumb-container {
|
|
|
|
+ //margin-bottom: 15px;
|
|
|
|
+ .title {
|
|
|
|
+ width: 200px;
|
|
|
|
+ float: left;
|
|
|
|
+ color: #475669;
|
|
|
|
+ }
|
|
|
|
+ .breadcrumb-inner {
|
|
|
|
+ float: right;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .content-wrapper {
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+</style>
|