Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
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
西魏
cms_sys
Commits
80be2e4c
Commit
80be2e4c
authored
Jan 26, 2019
by
yinxr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: yinxr <2273460044@qq.com>
parent
18bde351
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
index.css
src/main/webapp/static/ms-admin/4.7.0/css/index.css
+4
-1
index.less
src/main/webapp/static/ms-admin/4.7.0/less/index.less
+4
-1
No files found.
src/main/webapp/static/ms-admin/4.7.0/css/index.css
View file @
80be2e4c
...
...
@@ -320,7 +320,10 @@ textarea::-webkit-input-placeholder {
.ms-admin-container
>
.ms-admin-main
.ms-admin-tabs
{
height
:
100%
;
}
.ms-admin-container
>
.ms-admin-main
.ms-admin-tabs
.el-tab-pane
{
.ms-admin-container
>
.ms-admin-main
.ms-admin-tabs
.el-tabs__content
{
height
:
100%
;
}
.ms-admin-container
>
.ms-admin-main
.ms-admin-tabs
.el-tabs__content
.el-tab-pane
{
height
:
100%
;
}
.ms-admin-container
>
.ms-admin-main
.ms-admin-tabs
.el-tabs__nav-scroll
{
...
...
src/main/webapp/static/ms-admin/4.7.0/less/index.less
View file @
80be2e4c
...
...
@@ -222,8 +222,11 @@
//选项卡
.ms-admin-tabs {
height: 100%;
.el-tab
-pane
{
.el-tab
s__content
{
height: 100%;
.el-tab-pane{
height: 100%;
}
}
.el-tabs__nav-scroll {
background: #fafafa;
...
...
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