Commit f27c1f85 authored by 张伯涛's avatar 张伯涛

第8套皮肤修改

parent 8479286e
......@@ -5,9 +5,7 @@
font-family: Microsoft YaHei;
font-weight: 700;
text-align: LEFT;
position: absolute;
left: 0.25rem;
top: 0.45rem;
margin-bottom: 10px;
// background-color: #000;
}
.container {
......
$color-theme: #f4ac10;
.dictBtnRow{
text-align: end;
margin-right: 9px;
}
.dict-manage {
font-size: 18px;
padding: 0;
......
......@@ -236,7 +236,7 @@
}
#app .sidebar-container .el-submenu .el-menu-item.is-active {
background-color: #171725 !important;
background-color: #1D2B36 !important;
}
.router-link-active .el-menu-item.is-active {
......
......@@ -88,7 +88,7 @@ $menuBg: #1d2b36;
$menuHover:#2288ff;
$subMenuBg:#1A2229;
$subMenuHover:#1A2229;
$subMenuHover:#1D2B36;
$sideBarWidth: 13.25rem;
$sideHideWidth: 3rem;
......
<template>
<div class="errLog-manage">
<div v-if="themeType === '8'" class="tableTitle">异常日志列表</div>
<div class="search">
<el-form ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true" label-width="auto">
<el-form-item label="系统模块" prop="title">
......@@ -57,7 +58,7 @@
</el-form>
</div>
<div style="padding:5px 10px">
<div class="tableTitle">异常日志列表</div>
<div v-if="themeType !== '8'" class="tableTitle">异常日志列表</div>
<el-table v-loading="loading" border :data="list" @selection-change="handleSelectionChange">
<el-table-column type="index" label="序号" width="55" align="center" />
<el-table-column :show-overflow-tooltip="true" label="系统模块" align="center" prop="systemMode">
......@@ -264,6 +265,9 @@ export default {
}
},
computed: {
themeType() {
return localStorage.getItem('theme')
},
commonField() {
return commonField
}
......
<template>
<div class="loginInfo-manage">
<div v-if="themeType === '8'" class="tableTitle">登录日志列表</div>
<div class="search">
<el-form v-show="showSearch" ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true" label-width="auto">
<el-form-item label="用户名称" prop="userName">
......@@ -48,7 +49,7 @@
</el-form>
</div>
<div style="padding:5px 10px">
<div class="tableTitle">登录日志列表</div>
<div v-if="themeType !== '8'" class="tableTitle">登录日志列表</div>
<el-table v-loading="loading" border :data="list" @selection-change="handleSelectionChange">
<el-table-column type="index" width="55" label="序号" align="center" />
<el-table-column label="用户名称" align="center" prop="username" />
......@@ -213,6 +214,9 @@ export default {
}
},
computed: {
themeType() {
return localStorage.getItem('theme')
},
commonField() {
return commonField
}
......
<template>
<div class="operlog-manage">
<div v-if="themeType === '8'" class="tableTitle">操作日志列表</div>
<div class="search">
<el-form ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true" label-width="auto">
<el-form-item label="系统模块" prop="title">
......@@ -57,7 +58,7 @@
</el-form>
</div>
<div style="padding:5px 10px">
<div class="tableTitle">操作日志列表</div>
<div v-if="themeType !== '8'" class="tableTitle">操作日志列表</div>
<el-table v-loading="loading" border :data="list" @selection-change="handleSelectionChange">
<el-table-column type="index" width="55" align="center" />
<!-- <el-table-column :show-overflow-tooltip="true" label="日志编号" width="100" align="center" prop="operId">-->
......@@ -298,6 +299,9 @@ export default {
}
},
computed: {
themeType() {
return localStorage.getItem('theme')
},
commonField() {
return commonField
}
......
<template>
<div class="dept-manage">
<div v-if="themeType === '8'" class="tableTitle">部门管理列表</div>
<div class="search">
<el-form v-show="showSearch" ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true">
<el-form-item label="部门名称" prop="deptName">
......@@ -53,7 +54,7 @@
</el-form>
</div>
<div style="padding:5px 10px">
<div class="tableTitle">部门管理列表</div>
<div v-if="themeType !== '8'" class="tableTitle">部门管理列表</div>
<el-table
v-loading="Loading"
:data="deptList"
......@@ -236,6 +237,9 @@ export default {
}
},
computed: {
themeType() {
return localStorage.getItem('theme')
},
commonField() {
return commonField
}
......
<template>
<div class="dictData-manage">
<div v-if="themeType === '8'" class="tableTitle">字典参数列表</div>
<div class="search">
<el-form v-show="showSearch" ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true">
<el-form-item label="字典名称" prop="dictType">
......@@ -36,7 +37,7 @@
<el-button class="queryBtn" type="primary" icon="el-icon-search" size="small" @click="handleQuery">查询</el-button>
<el-button class="resetBtn" icon="el-icon-refresh" size="small" @click="resetQuery">重置</el-button>
</el-form-item>
<div style="padding-bottom: 15px">
<div style="padding-bottom: 15px" class="dictBtnRow">
<coolbutton :class-name="commonField.addClass" :type="commonField.typePrimary" :name="commonField.addName" :icon="commonField.addIcon" :size="commonField.size" :haspermi="hasDataAddPerm" @btn-click="handleAdd" />
<el-button
class="importBtn"
......@@ -60,7 +61,7 @@
</div>
<div class="placeholder" />
<div style="padding:10px">
<div class="mb12 font-small-bold">字典参数列表</div>
<div v-if="themeType !== '8'" class="tableTitle">字典参数列表</div>
<el-table v-loading="loading" :data="dataList" border @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="字典编码" align="center" prop="businessId" />
......@@ -283,6 +284,9 @@ export default {
}
},
computed: {
themeType() {
return localStorage.getItem('theme')
},
commonField() {
return commonField
}
......
<template>
<div class="dict-manage">
<div v-if="themeType === '8'" class="tableTitle">字典管理列表</div>
<div class="search">
<el-form ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true" label-width="auto">
<el-form-item label="字典名称" prop="dictName">
......@@ -69,7 +70,7 @@
@click="resetQuery"
>{{ commonField.resetName }}</el-button>
</el-form-item>
<div style="padding-bottom: 15px">
<div style="padding-bottom: 15px" class="dictBtnRow">
<!-- //新增按钮-->
<el-button
v-hasPermi="hasDictAddPerm"
......@@ -93,7 +94,7 @@
</el-form>
</div>
<div style="min-height: 445px;padding:5px 10px">
<div class="tableTitle">字典管理列表</div>
<div v-if="themeType !== '8'" class="tableTitle">字典管理列表</div>
<el-table v-loading="loading" border :data="typeList" @selection-change="handleSelectionChange">
<el-table-column type="index" label="序号" width="55" align="center" />
<!-- <el-table-column label="字典编号" align="center" prop="businessId" />-->
......@@ -299,6 +300,9 @@ export default {
}
},
computed: {
themeType() {
return localStorage.getItem('theme')
},
commonField() {
return commonField
}
......
<template>
<div class="menu-manage">
<div v-if="themeType === '8'" class="tableTitle">菜单管理列表</div>
<div class="search">
<el-form style="padding: 0 0 0 10px" :inline="true">
<el-form-item label="菜单名称">
......@@ -45,7 +46,7 @@
</el-form>
</div>
<div style="padding:5px 10px">
<div class="tableTitle">菜单管理列表</div>
<div v-if="themeType !== '8'" class="tableTitle">菜单管理列表</div>
<el-table
v-loading="loading"
:data="menuList"
......@@ -345,6 +346,9 @@ export default {
}
},
computed: {
themeType() {
return localStorage.getItem('theme')
},
commonField() {
return commonField
}
......
<template>
<div class="role-manage">
<div v-if="themeType == '8'" class="tableTitle">角色管理列表</div>
<div class="search">
<el-form ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true">
<el-form-item label="角色名称" prop="roleName">
......@@ -81,7 +82,7 @@
</el-form>
</div>
<div style="padding:5px 10px">
<div class="tableTitle">角色管理列表</div>
<div v-if="themeType !== '8'" class="tableTitle">角色管理列表</div>
<el-table v-loading="loading" border :data="roleList" @selection-change="handleSelectionChange">
<el-table-column type="index" label="序号" width="90" />
<el-table-column label="名称" prop="roleName" :show-overflow-tooltip="true">
......@@ -399,6 +400,9 @@ export default {
}
},
computed: {
themeType() {
return localStorage.getItem('theme')
},
commonField() {
return commonField
}
......
<template>
<div class="user-manage">
<div v-if="themeType === '8'" class="tableTitle">用户管理列表</div>
<div class="search">
<el-form v-show="showSearch" ref="queryForm" style="padding: 0 0 0 10px" class="formClass" :model="queryParams" :inline="true" label-width="auto">
<el-form-item label="登录名" prop="username">
......@@ -114,7 +115,7 @@
</el-col>
<!--用户数据-->
<el-col :span="20" :xs="24">
<div class="tableTitleUser">用户管理列表</div>
<div v-if="themeType !== '8'" class="tableTitleUser">用户管理列表</div>
<el-table
v-loading="loading"
style="padding-right: 10px"
......@@ -612,6 +613,9 @@ export default {
}
},
computed: {
themeType() {
return localStorage.getItem('theme')
},
commonField() {
return commonField
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment