Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qsh-wc
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
honghuiliu
qsh-wc
Commits
40f0db0c
Commit
40f0db0c
authored
Sep 02, 2022
by
mahui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
afb107af
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
8 deletions
+7
-8
main.scss
web/src/style/main.scss
+2
-4
index.vue
web/src/view/layout/index.vue
+0
-1
authority.vue
web/src/view/superAdmin/authority/authority.vue
+3
-2
menu.vue
web/src/view/superAdmin/menu/menu.vue
+2
-1
No files found.
web/src/style/main.scss
View file @
40f0db0c
...
...
@@ -961,10 +961,8 @@ $mainHight: 100vh;
}
.topfix
{
position
:
fixed
;
top
:
0
;
box-sizing
:
border-box
;
z-index
:
999
;
width
:
100%
;
flex-shrink
:
0
;
>
.el-row
{
padding
:
0
;
.el-col-lg-14
{
...
...
web/src/view/layout/index.vue
View file @
40f0db0c
...
...
@@ -13,7 +13,6 @@
<el-main
class=
"main-cont main-right"
>
<transition
:duration=
"
{ enter: 800, leave: 100 }" mode="out-in" name="el-fade-in-linear">
<div
:style=
"
{width: `calc(100% - ${isMobile?'0px':isCollapse?'54px':'220px'})`}"
class=
"topfix"
>
<el-row>
...
...
web/src/view/superAdmin/authority/authority.vue
View file @
40f0db0c
<
template
>
<div
class=
"authority"
>
<div
class=
"authority"
style=
"flex: 1;display: flex;flex-direction: column;"
>
<warning-bar
title=
"注:右上角头像下拉可切换角色"
/>
<div
class=
"gva-table-box"
>
<div
class=
"gva-btn-list"
>
...
...
@@ -9,7 +9,8 @@
:data=
"tableData"
:tree-props=
"
{children: 'children', hasChildren: 'hasChildren'}"
row-key="authorityId"
style="width: 100%"
style="flex: 1;"
height="100%"
>
<el-table-column
label=
"角色ID"
min-width=
"180"
prop=
"authorityId"
/>
<el-table-column
align=
"left"
label=
"角色名称"
min-width=
"180"
prop=
"authorityName"
/>
...
...
web/src/view/superAdmin/menu/menu.vue
View file @
40f0db0c
...
...
@@ -6,7 +6,8 @@
</div>
<!-- 由于此处菜单跟左侧列表一一对应所以不需要分页 pageSize默认999 -->
<el-table
:data=
"tableData"
row-key=
"ID"
>
<el-table
style=
"flex: 1;"
height=
"100%"
:data=
"tableData"
row-key=
"ID"
>
<el-table-column
align=
"left"
label=
"ID"
min-width=
"100"
prop=
"ID"
/>
<el-table-column
align=
"left"
label=
"路由Name"
show-overflow-tooltip
min-width=
"160"
prop=
"name"
/>
<el-table-column
align=
"left"
label=
"路由Path"
show-overflow-tooltip
min-width=
"160"
prop=
"path"
/>
...
...
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