|
@@ -2,6 +2,7 @@
|
|
|
<template>
|
|
|
<div class="NPC-ArticleView NPC-ArticleView-container" v-if="curQue">
|
|
|
<div class="ArticleView-header">
|
|
|
+ <a :class="['ArticleView-full']" v-if="showPractice">全屏模式</a>
|
|
|
<template v-if="curQue.checkList.indexOf(1) > -1">
|
|
|
<el-switch
|
|
|
style="display: block"
|
|
@@ -214,6 +215,19 @@ export default {
|
|
|
justify-content: flex-end;
|
|
|
align-items: center;
|
|
|
margin-bottom: 16px;
|
|
|
+ position: relative;
|
|
|
+ .ArticleView-full{
|
|
|
+ position: absolute;
|
|
|
+ background: url('../../../../assets/NPC/full-screen-red.png') left center no-repeat;
|
|
|
+ background-size: 16px 16px;
|
|
|
+ padding-left: 24px;
|
|
|
+ color: #000000;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 24px;
|
|
|
+ font-weight: bold;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ }
|
|
|
.setting-fontsize {
|
|
|
display: flex;
|
|
|
margin-left: 24px;
|