|
@@ -11,11 +11,11 @@
|
|
<a
|
|
<a
|
|
class="
|
|
class="
|
|
tw-text-white
|
|
tw-text-white
|
|
- tw-underline
|
|
|
|
tw-block
|
|
tw-block
|
|
tw-overflow-ellipsis
|
|
tw-overflow-ellipsis
|
|
tw-overflow-hidden
|
|
tw-overflow-hidden
|
|
tw-whitespace-nowrap
|
|
tw-whitespace-nowrap
|
|
|
|
+ header-big-text
|
|
"
|
|
"
|
|
:title="store.setting.subject.name"
|
|
:title="store.setting.subject.name"
|
|
href="/mark/subject-select"
|
|
href="/mark/subject-select"
|
|
@@ -29,42 +29,46 @@
|
|
<div v-if="store.setting.statusValue === 'TRIAL'">试评</div>
|
|
<div v-if="store.setting.statusValue === 'TRIAL'">试评</div>
|
|
<div class="tw-flex tw-gap-1">
|
|
<div class="tw-flex tw-gap-1">
|
|
<div>
|
|
<div>
|
|
- 编号<span class="highlight-text">{{
|
|
|
|
|
|
+ <span class="header-small-text">编号</span>
|
|
|
|
+ <span class="highlight-text">{{
|
|
store.currentTask?.secretNumber
|
|
store.currentTask?.secretNumber
|
|
}}</span>
|
|
}}</span>
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
v-if="store.currentTask && store.currentTask.objectiveScore !== null"
|
|
v-if="store.currentTask && store.currentTask.objectiveScore !== null"
|
|
>
|
|
>
|
|
- 客观分<span class="highlight-text">{{
|
|
|
|
|
|
+ <span class="header-small-text">客观分</span
|
|
|
|
+ ><span class="highlight-text">{{
|
|
store.currentTask.objectiveScore
|
|
store.currentTask.objectiveScore
|
|
}}</span>
|
|
}}</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div v-show="store.status.totalCount" class="tw-flex tw-gap-2">
|
|
<div v-show="store.status.totalCount" class="tw-flex tw-gap-2">
|
|
<span>
|
|
<span>
|
|
- 已评<span class="highlight-text">{{
|
|
|
|
|
|
+ <span class="header-small-text">已评</span
|
|
|
|
+ ><span class="highlight-text">{{
|
|
store.status.personCount ?? "-"
|
|
store.status.personCount ?? "-"
|
|
}}</span>
|
|
}}</span>
|
|
</span>
|
|
</span>
|
|
<span v-if="store.setting.topCount">
|
|
<span v-if="store.setting.topCount">
|
|
- 分配<span class="highlight-text">{{
|
|
|
|
- store.setting.topCount ?? "-"
|
|
|
|
- }}</span>
|
|
|
|
|
|
+ <span class="header-small-text">分配</span
|
|
|
|
+ ><span class="highlight-text">{{ store.setting.topCount ?? "-" }}</span>
|
|
</span>
|
|
</span>
|
|
<span>
|
|
<span>
|
|
- 未评<span class="highlight-text">{{
|
|
|
|
|
|
+ <span class="header-small-text">未评</span
|
|
|
|
+ ><span class="highlight-text">{{
|
|
store.status.totalCount - store.status.markedCount ?? "-"
|
|
store.status.totalCount - store.status.markedCount ?? "-"
|
|
}}</span>
|
|
}}</span>
|
|
</span>
|
|
</span>
|
|
<span
|
|
<span
|
|
:title="`问题卷${store.status.problemCount}\n待仲裁${store.status.arbitrateCount}`"
|
|
:title="`问题卷${store.status.problemCount}\n待仲裁${store.status.arbitrateCount}`"
|
|
- class="tw-inline-flex"
|
|
|
|
|
|
+ class="tw-inline-flex tw-place-content-center"
|
|
>
|
|
>
|
|
- <QuestionCircleOutlined />
|
|
|
|
|
|
+ <QuestionCircleOutlined style="display: inline-flex" />
|
|
</span>
|
|
</span>
|
|
<span>
|
|
<span>
|
|
- 进度<span class="highlight-text">{{ progress ?? "-" }}%</span>
|
|
|
|
|
|
+ <span class="header-small-text">进度</span
|
|
|
|
+ ><span class="highlight-text">{{ progress ?? "-" }}%</span>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<ZoomPaper v-if="isScanImage()" :store="store" />
|
|
<ZoomPaper v-if="isScanImage()" :store="store" />
|
|
@@ -90,7 +94,7 @@
|
|
</div>
|
|
</div>
|
|
<div @click="toggleHistory" class="tw-flex" title="回看">
|
|
<div @click="toggleHistory" class="tw-flex" title="回看">
|
|
<SnippetsOutlined
|
|
<SnippetsOutlined
|
|
- class="icon-font-size-20 tw-cursor-pointer"
|
|
|
|
|
|
+ class="tw-cursor-pointer"
|
|
:style="{
|
|
:style="{
|
|
color: store.historyOpen ? 'red' : 'white',
|
|
color: store.historyOpen ? 'red' : 'white',
|
|
}"
|
|
}"
|
|
@@ -109,7 +113,7 @@
|
|
: '-')
|
|
: '-')
|
|
"
|
|
"
|
|
>
|
|
>
|
|
- <ClockCircleOutlined class="icon-font-size-20" />
|
|
|
|
|
|
+ <ClockCircleOutlined />
|
|
</div>
|
|
</div>
|
|
<a-popover
|
|
<a-popover
|
|
v-if="!isScanImage()"
|
|
v-if="!isScanImage()"
|
|
@@ -231,13 +235,13 @@
|
|
class="tw-flex tw-place-items-center tw-cursor-pointer"
|
|
class="tw-flex tw-place-items-center tw-cursor-pointer"
|
|
@click="openProfileModal"
|
|
@click="openProfileModal"
|
|
>
|
|
>
|
|
- <UserOutlined class="icon-with-text" />{{ store.setting.userName }}
|
|
|
|
|
|
+ <UserOutlined />{{ store.setting.userName }}
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
class="tw-flex tw-place-items-center tw-cursor-pointer"
|
|
class="tw-flex tw-place-items-center tw-cursor-pointer"
|
|
@click="logout"
|
|
@click="logout"
|
|
>
|
|
>
|
|
- <PoweroffOutlined class="icon-with-text" />
|
|
|
|
|
|
+ <PoweroffOutlined />
|
|
退出
|
|
退出
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -356,27 +360,30 @@ watchEffect(() => {
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
.header-bg-color {
|
|
.header-bg-color {
|
|
- background-color: #5d6d7d;
|
|
|
|
|
|
+ background-color: var(--header-bg-color);
|
|
}
|
|
}
|
|
.header-container {
|
|
.header-container {
|
|
position: relative;
|
|
position: relative;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
|
+ height: 56px;
|
|
line-height: 16px;
|
|
line-height: 16px;
|
|
- height: 16px;
|
|
|
|
- padding: 20px 0;
|
|
|
|
|
|
|
|
- background-color: #5d6d7d;
|
|
|
|
- color: white;
|
|
|
|
|
|
+ background-color: var(--header-bg-color);
|
|
|
|
+ color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
}
|
|
-.highlight-text {
|
|
|
|
- color: #ffe400;
|
|
|
|
|
|
+.header-container span {
|
|
|
|
+ vertical-align: middle;
|
|
}
|
|
}
|
|
-.icon-font-size-20 {
|
|
|
|
- /* font-size: 20px; */
|
|
|
|
|
|
+.header-big-text {
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ line-height: 30px;
|
|
}
|
|
}
|
|
-.icon-with-text {
|
|
|
|
- /* font-size: 18px;
|
|
|
|
- line-height: 18px; */
|
|
|
|
|
|
+.header-small-text {
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ /* line-height: 12px; */
|
|
|
|
+}
|
|
|
|
+.highlight-text {
|
|
|
|
+ color: white;
|
|
}
|
|
}
|
|
.header-bg-color.ant-btn:hover {
|
|
.header-bg-color.ant-btn:hover {
|
|
background-color: #5d6d7d !important;
|
|
background-color: #5d6d7d !important;
|