Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openApi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hj
openApi
Commits
3ad11323
Commit
3ad11323
authored
Apr 16, 2022
by
hangjun83
Browse files
Options
Browse Files
Download
Plain Diff
前端:页面样式调整
parents
dd372aa5
7048fe64
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
8 deletions
+13
-8
front/src/views/main.less
front/src/views/main.less
+2
-1
front/src/views/sys/role-manage/roleManage.vue
front/src/views/sys/role-manage/roleManage.vue
+11
-6
front/src/views/sys/user-manage/userManage.vue
front/src/views/sys/user-manage/userManage.vue
+0
-1
No files found.
front/src/views/main.less
View file @
3ad11323
...
...
@@ -404,7 +404,8 @@
font-weight: bold;
background-color: #f9f9f9;
border:0px;
height: 105px;
height: 85px;
}
.ivu-table table {
width: calc(~'100% - 0px') !important;
...
...
front/src/views/sys/role-manage/roleManage.vue
View file @
3ad11323
...
...
@@ -12,12 +12,17 @@
<Button
@
click=
"init"
icon=
"md-refresh"
>
刷新
</Button>
</Row>
<Divider
/>
<div>
已选择
<span
class=
"select-count"
>
{{
selectList
.
length
}}
</span>
项
<a
class=
"select-clear"
@
click=
"clearSelectAll"
>
清空
</a>
</div>
<Table
stripe
border
class=
"tableInfoBox"
:loading=
"loading"
:columns=
"columns"
:data=
"data"
ref=
"table"
sortable=
"custom"
@
on-sort-change=
"changeSort"
@
on-selection-change=
"changeSelect"
></Table>
<Row>
<Col
span=
"3"
>
<div
style=
"display:inline-block;vertical-align: middle;"
>
已选择
<span
class=
"select-count"
>
{{
selectList
.
length
}}
</span>
项
<a
class=
"select-clear"
@
click=
"clearSelectAll"
>
清空
</a>
</div>
</Col>
</Row>
<Table
stripe
border
class=
"tableInfoBox"
:loading=
"loading"
:columns=
"columns"
:data=
"data"
ref=
"table"
sortable=
"custom"
@
on-sort-change=
"changeSort"
@
on-selection-change=
"changeSelect"
></Table>
<Row
type=
"flex"
justify=
"end"
class=
"page"
>
<Page
:current=
"searchForm.pageNumber"
:total=
"total"
:page-size=
"searchForm.pageSize"
@
on-change=
"changePage"
@
on-page-size-change=
"changePageSize"
:page-size-opts=
"[10, 20, 50]"
show-total
show-sizer
></Page>
</Row>
...
...
front/src/views/sys/user-manage/userManage.vue
View file @
3ad11323
...
...
@@ -40,7 +40,6 @@
<Button
icon=
"ios-search"
type=
"dashed"
@
click=
"openSearch = !openSearch"
>
开启/关闭搜索
</Button>
</Col>
</Row>
<Divider
/>
<Row>
<Col
span=
"3"
>
...
...
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