no message
This commit is contained in:
parent
67afaa5cb8
commit
c49b5a68d0
@ -54,7 +54,7 @@ a,button,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing: bo
|
|||||||
.adminui-side-split-scroll::-webkit-scrollbar-track {background-color: rgba(255, 255, 255, 0);}
|
.adminui-side-split-scroll::-webkit-scrollbar-track {background-color: rgba(255, 255, 255, 0);}
|
||||||
.adminui-side-split-scroll::-webkit-scrollbar-track:hover {background-color: rgba(255, 255, 255, 0);}
|
.adminui-side-split-scroll::-webkit-scrollbar-track:hover {background-color: rgba(255, 255, 255, 0);}
|
||||||
|
|
||||||
.aminui-side {display: flex;flex-flow: column;flex-shrink:0;width:180px;background: #fff;box-shadow: 2px 0 8px 0 rgba(29,35,41,.05);border-right: 1px solid #e6e6e6;transition:width 0.3s;}
|
.aminui-side {display: flex;flex-flow: column;flex-shrink:0;width:168px;background: #fff;box-shadow: 2px 0 8px 0 rgba(29,35,41,.05);border-right: 1px solid #e6e6e6;transition:width 0.3s;}
|
||||||
.adminui-side-top {border-bottom: 1px solid #ebeef5;height:50px;line-height: 50px;}
|
.adminui-side-top {border-bottom: 1px solid #ebeef5;height:50px;line-height: 50px;}
|
||||||
.adminui-side-top h2 {padding:0 20px;font-size: 17px;color: #3c4a54;}
|
.adminui-side-top h2 {padding:0 20px;font-size: 17px;color: #3c4a54;}
|
||||||
.adminui-side-scroll {overflow: auto;overflow-x:hidden;flex: 1;}
|
.adminui-side-scroll {overflow: auto;overflow-x:hidden;flex: 1;}
|
||||||
|
@ -145,7 +145,23 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
mounted() {
|
||||||
|
this.render()
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
render(){
|
||||||
|
|
||||||
|
|
||||||
|
setTimeout(async ()=>{
|
||||||
|
var res = await this.$http.get('system/setting/get');
|
||||||
|
|
||||||
|
if (res.code!=200) {
|
||||||
|
this.$message.warning(res.message)
|
||||||
|
}
|
||||||
|
|
||||||
|
},100)
|
||||||
|
|
||||||
|
},
|
||||||
table_add(){
|
table_add(){
|
||||||
var newRow = {
|
var newRow = {
|
||||||
key: "",
|
key: "",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-container class="page-user">
|
<el-container class="page-user">
|
||||||
<el-aside style="width: 240px;">
|
<el-aside style="width: 160px;">
|
||||||
<el-container>
|
<el-container>
|
||||||
<el-header style="height: auto;display: block;">
|
<el-header style="height: auto;display: block;">
|
||||||
<div class="user-info-top">
|
<div class="user-info-top">
|
||||||
|
Loading…
Reference in New Issue
Block a user