Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8fa29e9a
authored
2023-08-16 09:18:37 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式修改
1 parent
4575e84e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
src/styles/index.scss
src/styles/index.scss
View file @
8fa29e9
...
...
@@ -207,6 +207,13 @@ aside {
}
}
.ellipsis-line
{
width
:
200px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
//文本溢出显示省略号
white-space
:
nowrap
;
//文本不会换行
}
//main-container全局样式
.app-container
{
padding
:
20px
;
...
...
@@ -479,4 +486,4 @@ aside {
top
:
0
;
right
:
0
;
transform
:
rotate
(
-90deg
);
}
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment