Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DA-Platform
Overview
Overview
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
文档服务地址:
http://47.92.0.57:3000/
周报索引地址:
http://47.92.0.57:3000/s/NruNXRYmV
Open sidebar
Berlin
DA-Platform
Commits
fd8f2887
Commit
fd8f2887
authored
Aug 14, 2020
by
郭婉茹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
text
parent
5eb47d72
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
6 deletions
+4
-6
SelectText.vue
...atform-front/src/components/textAnnotation/SelectText.vue
+4
-2
SelectedCheck.vue
...orm-front/src/components/textAnnotation/SelectedCheck.vue
+0
-1
SelectedText.vue
...form-front/src/components/textAnnotation/SelectedText.vue
+0
-1
Tabled.vue
DAPlatform-front/src/components/textAnnotation/Tabled.vue
+0
-1
TabledCheck.vue
...tform-front/src/components/textAnnotation/TabledCheck.vue
+0
-1
No files found.
DAPlatform-front/src/components/textAnnotation/SelectText.vue
View file @
fd8f2887
...
...
@@ -23,7 +23,6 @@
>
<a
class=
"token1"
v-html=
"it.word"
></a>
</el-tag>
<br
/>
</div>
</div>
</div>
...
...
@@ -526,13 +525,16 @@ export default {
@include
whiteBoard;
.content1
{
overflow
:
auto
;
height
:
calc
(
100vh
-
61px
-
100px
-
1
1
0px
);
height
:
calc
(
100vh
-
61px
-
100px
-
1
0
0px
);
text-align
:
left
;
font-size
:
20px
;
line-height
:
30px
;
}
.button1
{
overflow
:
auto
;
float
:
right
;
margin-right
:
10px
;
margin-top
:
10px
;
}
}
}
...
...
DAPlatform-front/src/components/textAnnotation/SelectedCheck.vue
View file @
fd8f2887
...
...
@@ -28,7 +28,6 @@
<el-main
class=
"filter-container1"
style=
"background-color: #FFFFFF"
>
<div
style=
"overflow-y:auto;height:100%;"
>
<div
class=
"content1"
@
mouseup=
"select()"
v-html=
"content"
></div>
<br
/>
<!-- 打分 -->
<!--div v-if="this.$route.query.isCheck == '1'"-->
<div
class=
"button1"
>
...
...
DAPlatform-front/src/components/textAnnotation/SelectedText.vue
View file @
fd8f2887
...
...
@@ -28,7 +28,6 @@
<el-main
class=
"filter-container1"
style=
"background-color: #FFFFFF"
>
<div
style=
"overflow-y:auto;height:100%;"
>
<div
class=
"content1"
@
mouseup=
"select()"
v-html=
"content"
></div>
<br
/>
<div>
<el-button
class=
"button1"
type=
"primary"
@
click=
"submit()"
>
提交
</el-button>
</div>
...
...
DAPlatform-front/src/components/textAnnotation/Tabled.vue
View file @
fd8f2887
...
...
@@ -26,7 +26,6 @@
>
<a
class=
"token"
v-html=
"it.word"
></a>
</el-tag>
<br
/>
</div>
</div>
</div>
...
...
DAPlatform-front/src/components/textAnnotation/TabledCheck.vue
View file @
fd8f2887
...
...
@@ -26,7 +26,6 @@
>
<a
class=
"token"
v-html=
"it.word"
></a>
</el-tag>
<br
/>
</div>
</div>
</div>
...
...
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