Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
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
徐俊
yn-science-front
Commits
7db35ee6
Commit
7db35ee6
authored
Dec 02, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
22222
parent
42a70496
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
15 deletions
+6
-15
documentView.vue
src/views/components/common/documentView.vue
+4
-4
fileLoad.vue
src/views/components/common/fileLoad.vue
+0
-10
common.less
static/css/common.less
+2
-1
No files found.
src/views/components/common/documentView.vue
View file @
7db35ee6
...
@@ -75,10 +75,10 @@ export default {
...
@@ -75,10 +75,10 @@ export default {
display: inline-block;
display: inline-block;
vertical-align: bottom;
vertical-align: bottom;
}
}
//
.btn {
.btn {
//
position: absolute;
position: absolute;
// lef
t: 26px;
righ
t: 26px;
//
}
}
.dlw {
.dlw {
position: absolute;
position: absolute;
right: 10px;
right: 10px;
...
...
src/views/components/common/fileLoad.vue
View file @
7db35ee6
...
@@ -131,17 +131,7 @@ export default {
...
@@ -131,17 +131,7 @@ export default {
line-height: 30px;
line-height: 30px;
.file-box {
.file-box {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 8px;
margin: 0 8px;
> div:nth-child(1) {
max-width: 90%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
.visually-hidden {
.visually-hidden {
display: none !important;
display: none !important;
...
...
static/css/common.less
View file @
7db35ee6
...
@@ -164,9 +164,10 @@
...
@@ -164,9 +164,10 @@
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
align-items: center;
align-items: center;
text-align: left;
>div:nth-child(1) {
>div:nth-child(1) {
max-
width: 90%;
width: 90%;
overflow: hidden;
overflow: hidden;
text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
white-space: nowrap;
...
...
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