Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖文锋
/
clm-admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e5624eb4
authored
Nov 20, 2020
by
xiaowenfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、初步完成学员列表
parent
da5a2b4e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
41 additions
and
3 deletions
src/components/Header.vue
src/components/LeftNav.vue
src/css/common.less
src/main.js
src/views/origanizationManage/Member.vue
src/components/Header.vue
View file @
e5624eb4
...
...
@@ -155,6 +155,7 @@
cursor
:
pointer
;
.ant-btn
{
border
:
none
;
box-shadow
:
none
;
&
>
*
{
display
:
inline-block
;
vertical-align
:
middle
;
...
...
src/components/LeftNav.vue
View file @
e5624eb4
...
...
@@ -87,6 +87,7 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
@import
url('../css/common.less')
;
@import
url('../css/iconfont/iconfont.css')
;
.left-nav-wrap
{
width
:
100%
;
...
...
@@ -131,7 +132,7 @@ export default {
background
:
#D2D2D2
100%
;
}
::v-deep
.ant-menu-sub
{
background
:
#E3E3E3
100%
;
;
background
:
@
e3-color
;
}
::v-deep
.ant-menu-submenu-selected
{
.ant-menu-submenu-title
{
...
...
@@ -143,7 +144,7 @@ export default {
height
:
54px
;
line-height
:
54px
;
font-size
:
16px
;
background
:
#E3E3E3
100%
;
background
:
@
e3-color
;
&::after
{
content
:
""
;
width
:
100%
;
...
...
src/css/common.less
View file @
e5624eb4
@tree-menu-width: 297px;
@right-operate: calc(100% - @tree-menu-width);
@e3-color: #E3E3E3 100%;
@f9-color: #F9F9F9 100%;
.has-top-nav-page-wrap {
width: 100%;
height: 100%;
...
...
@@ -18,3 +20,34 @@
background: #FFFFFF 100%;
}
}
.flex-justify {
display: flex;
align-items: center;
justify-content: flex-start;
text-align: justify;
}
::v-deep .qd-btn {
width: 93px;
height: 30px;
border-radius: 90px;
font-size: 14px;
text-align: center;
font-family: PingFang SC;
padding: 0;
}
::v-deep .qd-btn-default-w {
min-width: 93px;/*no*/
}
::v-deep .qd-table {
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
background: @f9-color !important;
}
.ant-table-row {
td {
padding-top: 10px;
padding-bottom: 10px;
}
}
}
\ No newline at end of file
src/main.js
View file @
e5624eb4
...
...
@@ -3,7 +3,7 @@ import App from './App.vue'
import
router
from
'./router'
import
store
from
'./store'
import
http
from
'./service/http'
import
{
Button
,
Popover
,
Menu
,
Breadcrumb
,
Input
,
Tree
}
from
'ant-design-vue'
import
{
Button
,
Popover
,
Menu
,
Breadcrumb
,
Input
,
Tree
,
Table
,
Space
}
from
'ant-design-vue'
import
'./libs/flexible'
// console.log(process.env)
...
...
@@ -26,4 +26,6 @@ app.use(Menu)
app
.
use
(
Breadcrumb
)
app
.
use
(
Input
)
app
.
use
(
Tree
)
app
.
use
(
Table
)
app
.
use
(
Space
)
app
.
use
(
store
).
use
(
router
).
mount
(
'#app'
)
src/views/origanizationManage/Member.vue
View file @
e5624eb4
This diff is collapsed.
Click to expand it.
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