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
JSH ERP
Commits
5df1748c
Commit
5df1748c
authored
Jan 11, 2019
by
cjl
Browse files
用户名过长时,超出部分隐藏
parent
22215b9b
Changes
1
Show whitespace changes
Inline
Side-by-side
erp_web/pages/common/main.html
View file @
5df1748c
...
@@ -5,6 +5,21 @@
...
@@ -5,6 +5,21 @@
<title>
ERP系统
</title>
<title>
ERP系统
</title>
<link
href=
"/js/HoorayOS_mini/js/HoorayLibs/hooraylibs.css"
rel=
"stylesheet"
/>
<link
href=
"/js/HoorayOS_mini/js/HoorayLibs/hooraylibs.css"
rel=
"stylesheet"
/>
<link
href=
"/js/HoorayOS_mini/img/ui/index.css"
rel=
"stylesheet"
/>
<link
href=
"/js/HoorayOS_mini/img/ui/index.css"
rel=
"stylesheet"
/>
<style>
#user-name-span
{
text-align
:
left
;
color
:
white
;
position
:
absolute
;
top
:
435px
;
left
:
0px
;
display
:
inline-block
;
max-width
:
100%
;
float
:
left
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
normal
;
}
</style>
</head>
</head>
<body>
<body>
<div
class=
"loading"
></div>
<div
class=
"loading"
></div>
...
@@ -43,7 +58,7 @@
...
@@ -43,7 +58,7 @@
<a
id=
"loginOut"
href=
"#"
>
<a
id=
"loginOut"
href=
"#"
>
<img
src=
"/js/HoorayOS_mini/img/exit.png"
style=
"height:50px;width:50px;"
>
<img
src=
"/js/HoorayOS_mini/img/exit.png"
style=
"height:50px;width:50px;"
>
</a>
</a>
<span
style=
"text-align:center;color:white; position:absolute;top:435px; left:15px;
"
>
<span
id=
"user-name-span
"
>
</span>
</span>
</div>
</div>
</div>
</div>
...
...
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