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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
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
+3
-0
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 {
...
@@ -320,7 +320,10 @@ textarea::-webkit-input-placeholder {
.ms-admin-container
>
.ms-admin-main
.ms-admin-tabs
{
.ms-admin-container
>
.ms-admin-main
.ms-admin-tabs
{
height
:
100%
;
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%
;
height
:
100%
;
}
}
.ms-admin-container
>
.ms-admin-main
.ms-admin-tabs
.el-tabs__nav-scroll
{
.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
...
@@ -221,10 +221,13 @@
...
@@ -221,10 +221,13 @@
background-color: #fff;
background-color: #fff;
//选项卡
//选项卡
.ms-admin-tabs {
.ms-admin-tabs {
height: 100%;
.el-tabs__content{
height: 100%;
height: 100%;
.el-tab-pane{
.el-tab-pane{
height: 100%;
height: 100%;
}
}
}
.el-tabs__nav-scroll {
.el-tabs__nav-scroll {
background: #fafafa;
background: #fafafa;
.el-tabs__nav {
.el-tabs__nav {
...
...
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