Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intelligent_station_web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
intelligent_station_web
Commits
db2a87ea
Commit
db2a87ea
authored
Jul 31, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
第八套皮肤样式修改
parent
ee0fed00
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
56 additions
and
18 deletions
+56
-18
common.scss
src/styles/themeH/common.scss
+1
-3
dict.scss
src/styles/themeH/dict.scss
+4
-0
sidebar.scss
src/styles/themeH/sidebar.scss
+1
-1
variables.scss
src/styles/themeH/variables.scss
+1
-1
index.vue
src/views/monitor/errorLog/index.vue
+5
-1
index.vue
src/views/monitor/loginInfo/index.vue
+5
-1
index.vue
src/views/monitor/operLog/index.vue
+5
-1
index.vue
src/views/system/dept/index.vue
+5
-1
data.vue
src/views/system/dict/data.vue
+7
-3
index.vue
src/views/system/dict/index.vue
+7
-3
index.vue
src/views/system/menu/index.vue
+5
-1
index.vue
src/views/system/role/index.vue
+5
-1
index.vue
src/views/system/user/index.vue
+5
-1
No files found.
src/styles/themeH/common.scss
View file @
db2a87ea
...
@@ -5,9 +5,7 @@
...
@@ -5,9 +5,7 @@
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-weight
:
700
;
font-weight
:
700
;
text-align
:
LEFT
;
text-align
:
LEFT
;
position
:
absolute
;
margin-bottom
:
10px
;
left
:
0
.25rem
;
top
:
0
.45rem
;
// background-color: #000;
// background-color: #000;
}
}
.container
{
.container
{
...
...
src/styles/themeH/dict.scss
View file @
db2a87ea
$color-theme
:
#f4ac10
;
$color-theme
:
#f4ac10
;
.dictBtnRow
{
text-align
:
end
;
margin-right
:
9px
;
}
.dict-manage
{
.dict-manage
{
font-size
:
18px
;
font-size
:
18px
;
padding
:
0
;
padding
:
0
;
...
...
src/styles/themeH/sidebar.scss
View file @
db2a87ea
...
@@ -236,7 +236,7 @@
...
@@ -236,7 +236,7 @@
}
}
#app
.sidebar-container
.el-submenu
.el-menu-item.is-active
{
#app
.sidebar-container
.el-submenu
.el-menu-item.is-active
{
background-color
:
#1
71725
!
important
;
background-color
:
#1
D2B36
!
important
;
}
}
.router-link-active
.el-menu-item.is-active
{
.router-link-active
.el-menu-item.is-active
{
...
...
src/styles/themeH/variables.scss
View file @
db2a87ea
...
@@ -88,7 +88,7 @@ $menuBg: #1d2b36;
...
@@ -88,7 +88,7 @@ $menuBg: #1d2b36;
$menuHover
:
#2288ff
;
$menuHover
:
#2288ff
;
$subMenuBg
:
#1A2229
;
$subMenuBg
:
#1A2229
;
$subMenuHover
:
#1
A2229
;
$subMenuHover
:
#1
D2B36
;
$sideBarWidth
:
13
.25rem
;
$sideBarWidth
:
13
.25rem
;
$sideHideWidth
:
3rem
;
$sideHideWidth
:
3rem
;
...
...
src/views/monitor/errorLog/index.vue
View file @
db2a87ea
<
template
>
<
template
>
<div
class=
"errLog-manage"
>
<div
class=
"errLog-manage"
>
<div
v-if=
"themeType === '8'"
class=
"tableTitle"
>
异常日志列表
</div>
<div
class=
"search"
>
<div
class=
"search"
>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
label-width=
"auto"
>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
label-width=
"auto"
>
<el-form-item
label=
"系统模块"
prop=
"title"
>
<el-form-item
label=
"系统模块"
prop=
"title"
>
...
@@ -57,7 +58,7 @@
...
@@ -57,7 +58,7 @@
</el-form>
</el-form>
</div>
</div>
<div
style=
"padding:5px 10px"
>
<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
v-loading=
"loading"
border
:data=
"list"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"55"
align=
"center"
/>
<el-table-column
:show-overflow-tooltip=
"true"
label=
"系统模块"
align=
"center"
prop=
"systemMode"
>
<el-table-column
:show-overflow-tooltip=
"true"
label=
"系统模块"
align=
"center"
prop=
"systemMode"
>
...
@@ -264,6 +265,9 @@ export default {
...
@@ -264,6 +265,9 @@ export default {
}
}
},
},
computed
:
{
computed
:
{
themeType
()
{
return
localStorage
.
getItem
(
'theme'
)
},
commonField
()
{
commonField
()
{
return
commonField
return
commonField
}
}
...
...
src/views/monitor/loginInfo/index.vue
View file @
db2a87ea
<
template
>
<
template
>
<div
class=
"loginInfo-manage"
>
<div
class=
"loginInfo-manage"
>
<div
v-if=
"themeType === '8'"
class=
"tableTitle"
>
登录日志列表
</div>
<div
class=
"search"
>
<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
v-show=
"showSearch"
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
label-width=
"auto"
>
<el-form-item
label=
"用户名称"
prop=
"userName"
>
<el-form-item
label=
"用户名称"
prop=
"userName"
>
...
@@ -48,7 +49,7 @@
...
@@ -48,7 +49,7 @@
</el-form>
</el-form>
</div>
</div>
<div
style=
"padding:5px 10px"
>
<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
v-loading=
"loading"
border
:data=
"list"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"index"
width=
"55"
label=
"序号"
align=
"center"
/>
<el-table-column
type=
"index"
width=
"55"
label=
"序号"
align=
"center"
/>
<el-table-column
label=
"用户名称"
align=
"center"
prop=
"username"
/>
<el-table-column
label=
"用户名称"
align=
"center"
prop=
"username"
/>
...
@@ -213,6 +214,9 @@ export default {
...
@@ -213,6 +214,9 @@ export default {
}
}
},
},
computed
:
{
computed
:
{
themeType
()
{
return
localStorage
.
getItem
(
'theme'
)
},
commonField
()
{
commonField
()
{
return
commonField
return
commonField
}
}
...
...
src/views/monitor/operLog/index.vue
View file @
db2a87ea
<
template
>
<
template
>
<div
class=
"operlog-manage"
>
<div
class=
"operlog-manage"
>
<div
v-if=
"themeType === '8'"
class=
"tableTitle"
>
操作日志列表
</div>
<div
class=
"search"
>
<div
class=
"search"
>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
label-width=
"auto"
>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
label-width=
"auto"
>
<el-form-item
label=
"系统模块"
prop=
"title"
>
<el-form-item
label=
"系统模块"
prop=
"title"
>
...
@@ -57,7 +58,7 @@
...
@@ -57,7 +58,7 @@
</el-form>
</el-form>
</div>
</div>
<div
style=
"padding:5px 10px"
>
<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
v-loading=
"loading"
border
:data=
"list"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"index"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"index"
width=
"55"
align=
"center"
/>
<!--
<el-table-column
:show-overflow-tooltip=
"true"
label=
"日志编号"
width=
"100"
align=
"center"
prop=
"operId"
>
-->
<!--
<el-table-column
:show-overflow-tooltip=
"true"
label=
"日志编号"
width=
"100"
align=
"center"
prop=
"operId"
>
-->
...
@@ -298,6 +299,9 @@ export default {
...
@@ -298,6 +299,9 @@ export default {
}
}
},
},
computed
:
{
computed
:
{
themeType
()
{
return
localStorage
.
getItem
(
'theme'
)
},
commonField
()
{
commonField
()
{
return
commonField
return
commonField
}
}
...
...
src/views/system/dept/index.vue
View file @
db2a87ea
<
template
>
<
template
>
<div
class=
"dept-manage"
>
<div
class=
"dept-manage"
>
<div
v-if=
"themeType === '8'"
class=
"tableTitle"
>
部门管理列表
</div>
<div
class=
"search"
>
<div
class=
"search"
>
<el-form
v-show=
"showSearch"
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form
v-show=
"showSearch"
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form-item
label=
"部门名称"
prop=
"deptName"
>
<el-form-item
label=
"部门名称"
prop=
"deptName"
>
...
@@ -53,7 +54,7 @@
...
@@ -53,7 +54,7 @@
</el-form>
</el-form>
</div>
</div>
<div
style=
"padding:5px 10px"
>
<div
style=
"padding:5px 10px"
>
<div
class=
"tableTitle"
>
部门管理列表
</div>
<div
v-if=
"themeType !== '8'"
class=
"tableTitle"
>
部门管理列表
</div>
<el-table
<el-table
v-loading=
"Loading"
v-loading=
"Loading"
:data=
"deptList"
:data=
"deptList"
...
@@ -236,6 +237,9 @@ export default {
...
@@ -236,6 +237,9 @@ export default {
}
}
},
},
computed
:
{
computed
:
{
themeType
()
{
return
localStorage
.
getItem
(
'theme'
)
},
commonField
()
{
commonField
()
{
return
commonField
return
commonField
}
}
...
...
src/views/system/dict/data.vue
View file @
db2a87ea
<
template
>
<
template
>
<div
class=
"dictData-manage"
>
<div
class=
"dictData-manage"
>
<div
v-if=
"themeType === '8'"
class=
"tableTitle"
>
字典参数列表
</div>
<div
class=
"search"
>
<div
class=
"search"
>
<el-form
v-show=
"showSearch"
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form
v-show=
"showSearch"
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form-item
label=
"字典名称"
prop=
"dictType"
>
<el-form-item
label=
"字典名称"
prop=
"dictType"
>
...
@@ -36,7 +37,7 @@
...
@@ -36,7 +37,7 @@
<el-button
class=
"queryBtn"
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"handleQuery"
>
查询
</el-button>
<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-button
class=
"resetBtn"
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
</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"
/>
<coolbutton
:class-name=
"commonField.addClass"
:type=
"commonField.typePrimary"
:name=
"commonField.addName"
:icon=
"commonField.addIcon"
:size=
"commonField.size"
:haspermi=
"hasDataAddPerm"
@
btn-click=
"handleAdd"
/>
<el-button
<el-button
class=
"importBtn"
class=
"importBtn"
...
@@ -60,7 +61,7 @@
...
@@ -60,7 +61,7 @@
</div>
</div>
<div
class=
"placeholder"
/>
<div
class=
"placeholder"
/>
<div
style=
"padding:10px"
>
<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
v-loading=
"loading"
:data=
"dataList"
border
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"字典编码"
align=
"center"
prop=
"businessId"
/>
<el-table-column
label=
"字典编码"
align=
"center"
prop=
"businessId"
/>
...
@@ -283,6 +284,9 @@ export default {
...
@@ -283,6 +284,9 @@ export default {
}
}
},
},
computed
:
{
computed
:
{
themeType
()
{
return
localStorage
.
getItem
(
'theme'
)
},
commonField
()
{
commonField
()
{
return
commonField
return
commonField
}
}
...
...
src/views/system/dict/index.vue
View file @
db2a87ea
<
template
>
<
template
>
<div
class=
"dict-manage"
>
<div
class=
"dict-manage"
>
<div
v-if=
"themeType === '8'"
class=
"tableTitle"
>
字典管理列表
</div>
<div
class=
"search"
>
<div
class=
"search"
>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
label-width=
"auto"
>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
label-width=
"auto"
>
<el-form-item
label=
"字典名称"
prop=
"dictName"
>
<el-form-item
label=
"字典名称"
prop=
"dictName"
>
...
@@ -69,7 +70,7 @@
...
@@ -69,7 +70,7 @@
@
click=
"resetQuery"
@
click=
"resetQuery"
>
{{
commonField
.
resetName
}}
</el-button>
>
{{
commonField
.
resetName
}}
</el-button>
</el-form-item>
</el-form-item>
<div
style=
"padding-bottom: 15px"
>
<div
style=
"padding-bottom: 15px"
class=
"dictBtnRow"
>
<!-- //新增按钮-->
<!-- //新增按钮-->
<el-button
<el-button
v-hasPermi=
"hasDictAddPerm"
v-hasPermi=
"hasDictAddPerm"
...
@@ -93,7 +94,7 @@
...
@@ -93,7 +94,7 @@
</el-form>
</el-form>
</div>
</div>
<div
style=
"min-height: 445px;padding:5px 10px"
>
<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
v-loading=
"loading"
border
:data=
"typeList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"55"
align=
"center"
/>
<!--
<el-table-column
label=
"字典编号"
align=
"center"
prop=
"businessId"
/>
-->
<!--
<el-table-column
label=
"字典编号"
align=
"center"
prop=
"businessId"
/>
-->
...
@@ -299,6 +300,9 @@ export default {
...
@@ -299,6 +300,9 @@ export default {
}
}
},
},
computed
:
{
computed
:
{
themeType
()
{
return
localStorage
.
getItem
(
'theme'
)
},
commonField
()
{
commonField
()
{
return
commonField
return
commonField
}
}
...
...
src/views/system/menu/index.vue
View file @
db2a87ea
<
template
>
<
template
>
<div
class=
"menu-manage"
>
<div
class=
"menu-manage"
>
<div
v-if=
"themeType === '8'"
class=
"tableTitle"
>
菜单管理列表
</div>
<div
class=
"search"
>
<div
class=
"search"
>
<el-form
style=
"padding: 0 0 0 10px"
:inline=
"true"
>
<el-form
style=
"padding: 0 0 0 10px"
:inline=
"true"
>
<el-form-item
label=
"菜单名称"
>
<el-form-item
label=
"菜单名称"
>
...
@@ -45,7 +46,7 @@
...
@@ -45,7 +46,7 @@
</el-form>
</el-form>
</div>
</div>
<div
style=
"padding:5px 10px"
>
<div
style=
"padding:5px 10px"
>
<div
class=
"tableTitle"
>
菜单管理列表
</div>
<div
v-if=
"themeType !== '8'"
class=
"tableTitle"
>
菜单管理列表
</div>
<el-table
<el-table
v-loading=
"loading"
v-loading=
"loading"
:data=
"menuList"
:data=
"menuList"
...
@@ -345,6 +346,9 @@ export default {
...
@@ -345,6 +346,9 @@ export default {
}
}
},
},
computed
:
{
computed
:
{
themeType
()
{
return
localStorage
.
getItem
(
'theme'
)
},
commonField
()
{
commonField
()
{
return
commonField
return
commonField
}
}
...
...
src/views/system/role/index.vue
View file @
db2a87ea
<
template
>
<
template
>
<div
class=
"role-manage"
>
<div
class=
"role-manage"
>
<div
v-if=
"themeType == '8'"
class=
"tableTitle"
>
角色管理列表
</div>
<div
class=
"search"
>
<div
class=
"search"
>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form-item
label=
"角色名称"
prop=
"roleName"
>
<el-form-item
label=
"角色名称"
prop=
"roleName"
>
...
@@ -81,7 +82,7 @@
...
@@ -81,7 +82,7 @@
</el-form>
</el-form>
</div>
</div>
<div
style=
"padding:5px 10px"
>
<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
v-loading=
"loading"
border
:data=
"roleList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"90"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"90"
/>
<el-table-column
label=
"名称"
prop=
"roleName"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"名称"
prop=
"roleName"
:show-overflow-tooltip=
"true"
>
...
@@ -399,6 +400,9 @@ export default {
...
@@ -399,6 +400,9 @@ export default {
}
}
},
},
computed
:
{
computed
:
{
themeType
()
{
return
localStorage
.
getItem
(
'theme'
)
},
commonField
()
{
commonField
()
{
return
commonField
return
commonField
}
}
...
...
src/views/system/user/index.vue
View file @
db2a87ea
<
template
>
<
template
>
<div
class=
"user-manage"
>
<div
class=
"user-manage"
>
<div
v-if=
"themeType === '8'"
class=
"tableTitle"
>
用户管理列表
</div>
<div
class=
"search"
>
<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
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"
>
<el-form-item
label=
"登录名"
prop=
"username"
>
...
@@ -114,7 +115,7 @@
...
@@ -114,7 +115,7 @@
</el-col>
</el-col>
<!--用户数据-->
<!--用户数据-->
<el-col
:span=
"20"
:xs=
"24"
>
<el-col
:span=
"20"
:xs=
"24"
>
<div
class=
"tableTitleUser
"
>
用户管理列表
</div>
<div
v-if=
"themeType === '8'"
class=
"tableTitle
"
>
用户管理列表
</div>
<el-table
<el-table
v-loading=
"loading"
v-loading=
"loading"
style=
"padding-right: 10px"
style=
"padding-right: 10px"
...
@@ -612,6 +613,9 @@ export default {
...
@@ -612,6 +613,9 @@ export default {
}
}
},
},
computed
:
{
computed
:
{
themeType
()
{
return
localStorage
.
getItem
(
'theme'
)
},
commonField
()
{
commonField
()
{
return
commonField
return
commonField
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment