文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit fd8f2887 by 郭婉茹

text

parent 5eb47d72
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
> >
<a class="token1" v-html="it.word"></a> <a class="token1" v-html="it.word"></a>
</el-tag> </el-tag>
<br />
</div> </div>
</div> </div>
</div> </div>
...@@ -526,13 +525,16 @@ export default { ...@@ -526,13 +525,16 @@ export default {
@include whiteBoard; @include whiteBoard;
.content1 { .content1 {
overflow: auto; overflow: auto;
height: calc(100vh - 61px - 100px - 110px); height: calc(100vh - 61px - 100px - 100px);
text-align: left; text-align: left;
font-size: 20px; font-size: 20px;
line-height: 30px; line-height: 30px;
} }
.button1 { .button1 {
overflow: auto; overflow: auto;
float: right;
margin-right: 10px;
margin-top: 10px;
} }
} }
} }
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
<el-main class="filter-container1" style="background-color: #FFFFFF"> <el-main class="filter-container1" style="background-color: #FFFFFF">
<div style="overflow-y:auto;height:100%;"> <div style="overflow-y:auto;height:100%;">
<div class="content1" @mouseup="select()" v-html="content"></div> <div class="content1" @mouseup="select()" v-html="content"></div>
<br />
<!-- 打分 --> <!-- 打分 -->
<!--div v-if="this.$route.query.isCheck == '1'"--> <!--div v-if="this.$route.query.isCheck == '1'"-->
<div class="button1"> <div class="button1">
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
<el-main class="filter-container1" style="background-color: #FFFFFF"> <el-main class="filter-container1" style="background-color: #FFFFFF">
<div style="overflow-y:auto;height:100%;"> <div style="overflow-y:auto;height:100%;">
<div class="content1" @mouseup="select()" v-html="content"></div> <div class="content1" @mouseup="select()" v-html="content"></div>
<br />
<div> <div>
<el-button class="button1" type="primary" @click="submit()">提交</el-button> <el-button class="button1" type="primary" @click="submit()">提交</el-button>
</div> </div>
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
> >
<a class="token" v-html="it.word"></a> <a class="token" v-html="it.word"></a>
</el-tag> </el-tag>
<br />
</div> </div>
</div> </div>
</div> </div>
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
> >
<a class="token" v-html="it.word"></a> <a class="token" v-html="it.word"></a>
</el-tag> </el-tag>
<br />
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment