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
b5ec9bb5
Commit
b5ec9bb5
authored
Jun 29, 2020
by
luoxj
Browse files
修改ui
parent
342f28ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/index.ftl
View file @
b5ec9bb5
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<!
DOCTYPE
html>
<!
DOCTYPE
html>
<
html
>
<
html
>
<
head
>
<
head
>
<title>
造价管理系统
</title>
<title>
MCMS-OPEN
</title>
<#include '/include/head-file.ftl'/>
<#include '/include/head-file.ftl'/>
<script src="$
{
base
}
/static/plugins/sockjs/1.4.0/sockjs.min.js"></script>
<script src="$
{
base
}
/static/plugins/sockjs/1.4.0/sockjs.min.js"></script>
<script src="$
{
base
}
/static/plugins/stomp/2.3.3/stomp.min.js"></script>
<script src="$
{
base
}
/static/plugins/stomp/2.3.3/stomp.min.js"></script>
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<img :src="ms.base+'/static/ms-admin/5.0.0/images/logo.png'"/>
<img :src="ms.base+'/static/ms-admin/5.0.0/images/logo.png'"/>
<div class="class-1" v-show="!collapseMenu">
<div class="class-1" v-show="!collapseMenu">
<div class="class-2">v</div>
<div class="class-2">v</div>
2.0
5.1
</div>
</div>
</div>
</div>
<el-submenu :popper-class="['ms-admin-menu-aside-submenu',theme]" :index="menu.modelId+''"
<el-submenu :popper-class="['ms-admin-menu-aside-submenu',theme]" :index="menu.modelId+''"
...
...
src/main/webapp/static/ms-admin/5.0.0/css/app.css
View file @
b5ec9bb5
...
@@ -129,4 +129,16 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
...
@@ -129,4 +129,16 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
}
}
.ms-scrollbar
.el-scrollbar__view
{
.ms-scrollbar
.el-scrollbar__view
{
padding-right
:
17px
;
padding-right
:
17px
;
}
/**后台管理界面的el-menu通用样式**/
.ms-index
.el-menu
{
border-right
:
none
;
background-color
:
unset
;
height
:
calc
(
100vh
-
141px
);
}
.ms-index
.el-menu-item
{
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
word-break
:
break-all
;
}
}
\ No newline at end of file
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