Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
913383c0
Commit
913383c0
authored
Sep 28, 2021
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:图片显示问题
parent
01e78834
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
readOnly.vue
src/views/template/readOnly.vue
+11
-8
No files found.
src/views/template/readOnly.vue
View file @
913383c0
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<div
class=
"info-content"
v-if=
"item2.type === 0"
>
<div
class=
"info-content"
v-if=
"item2.type === 0"
>
{{
item2
.
data
.
value
}}
{{
item2
.
data
.
value
}}
</div>
</div>
<div
class=
"info-content"
v-if=
"item2.type === 10"
>
<div
class=
"info-content
info-content--area
"
v-if=
"item2.type === 10"
>
{{
item2
.
data
.
value
}}
{{
item2
.
data
.
value
}}
</div>
</div>
<!-- 选择器 -->
<!-- 选择器 -->
...
@@ -312,10 +312,7 @@ li {
...
@@ -312,10 +312,7 @@ li {
overflow: hidden;
overflow: hidden;
white-space: nowrap;
white-space: nowrap;
}
}
.info-content--pdf {
cursor: pointer;
color: rgba(63, 121, 254, 1);
}
.info-content {
.info-content {
font-size: 14px;
font-size: 14px;
font-weight: 400;
font-weight: 400;
...
@@ -327,7 +324,6 @@ li {
...
@@ -327,7 +324,6 @@ li {
margin-bottom: 24px;
margin-bottom: 24px;
video {
video {
width: 468px;
width: 468px;
// height: 334px;
}
}
}
}
.imgbox {
.imgbox {
...
@@ -336,7 +332,7 @@ li {
...
@@ -336,7 +332,7 @@ li {
border: 1px solid rgba(235, 235, 235, 1);
border: 1px solid rgba(235, 235, 235, 1);
float: left;
float: left;
position: relative;
position: relative;
margin-bottom:
0
;
margin-bottom:
6px
;
margin-right: 6px;
margin-right: 6px;
&:hover {
&:hover {
.ibox {
.ibox {
...
@@ -365,11 +361,18 @@ li {
...
@@ -365,11 +361,18 @@ li {
}
}
}
}
}
}
.info-content--pdf {
cursor: pointer;
color: rgba(63, 121, 254, 1);
}
.info-content--area {
word-wrap: break-word;
white-space: pre-wrap;
}
.info-content--two {
.info-content--two {
background: rgba(249, 249, 249, 1);
background: rgba(249, 249, 249, 1);
}
}
.info-content--bor {
.info-content--bor {
// padding: 0 50px;
/deep/ p {
/deep/ p {
word-wrap: break-word;
word-wrap: break-word;
}
}
...
...
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