Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
80be2e4c
Commit
80be2e4c
authored
Jan 26, 2019
by
yinxr
Browse files
Signed-off-by: yinxr <2273460044@qq.com>
parent
18bde351
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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