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
e59cfb73
authored
Nov 19, 2020
by
xiaowenfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、样式修改
parent
246812aa
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
8 deletions
src/views/Home.vue
src/views/origanizationManage/Member.vue
src/views/origanizationManage/TraineeManage.vue
vue.config.js
src/views/Home.vue
View file @
e59cfb73
...
...
@@ -77,7 +77,10 @@ export default {
.right-main-body
{
width
:
100%
;
height
:
calc
(
100%
-
@
right-main-body-height
);
//
background
:
red
;
&>div{
height
:
100%
;
width
:
100%
;
}
}
}
::v-deep
.footer-wrap
{
...
...
src/views/origanizationManage/Member.vue
View file @
e59cfb73
<
template
>
<div>
学员管理
</div>
<div
class=
"member-wrap"
>
学员管理
</div>
</
template
>
<
style
lang=
"less"
scoped
>
.member-wrap
{
width
:
100%
;
background
:
blue
;
}
</
style
>
src/views/origanizationManage/TraineeManage.vue
View file @
e59cfb73
<
template
>
<div>
<RightNavSlot>
<router-view></router-view>
</RightNavSlot>
</div>
<div>
<RightNavSlot>
<router-view></router-view>
</RightNavSlot>
</div>
</
template
>
<
script
>
import
RightNavSlot
from
'../../components/RightNavSlot'
...
...
vue.config.js
View file @
e59cfb73
...
...
@@ -2,7 +2,7 @@ const IS_DEBUG = process.env.NODE_ENV === 'dev'
const
px2rem
=
require
(
'postcss-px2rem'
)
// 配置基本大小
const
postcss
=
px2rem
({
// 基准大小 baseSize
// 基准大小 baseSize
,按设计稿1920 / 10计算
remUnit
:
192
})
module
.
exports
=
{
...
...
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