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
9169d86c
Commit
9169d86c
authored
Sep 29, 2021
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:a标签样式变更
parent
4b91efcd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
readOnly.vue
src/views/template/readOnly.vue
+6
-1
No files found.
src/views/template/readOnly.vue
View file @
9169d86c
...
@@ -12,7 +12,9 @@
...
@@ -12,7 +12,9 @@
<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 info-content--area"
v-if=
"item2.type === 10"
>
{{
item2
.
data
.
value
}}
</div>
<div
class=
"info-content info-content--area"
v-if=
"item2.type === 10"
>
{{
item2
.
data
.
value
}}
</div>
<!-- 选择器 -->
<!-- 选择器 -->
<div
class=
"info-content"
v-if=
"item2.type === 5"
>
<div
class=
"info-content"
v-if=
"item2.type === 5"
>
{{
item2
.
data
.
value
}}
{{
item2
.
data
.
value
}}
...
@@ -376,6 +378,9 @@ li {
...
@@ -376,6 +378,9 @@ li {
overflow: hidden;
overflow: hidden;
max-width: calc(100% - 110px);
max-width: calc(100% - 110px);
color: rgba(53, 53, 53, 1);
color: rgba(53, 53, 53, 1);
a {
color: rgba(63, 121, 254, 1);
}
.info-content--video {
.info-content--video {
margin-bottom: 24px;
margin-bottom: 24px;
video {
video {
...
...
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