|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div
|
|
|
- class="flex gap-4 justify-between items-center header-bg"
|
|
|
+ class="tw-flex tw-gap-4 tw-justify-between tw-items-center header-bg"
|
|
|
style="z-index: 10000; position: relative; font-size: 16px; height: 40px"
|
|
|
>
|
|
|
<div>
|
|
@@ -11,7 +11,7 @@
|
|
|
>
|
|
|
</div>
|
|
|
<div v-if="store.setting.statusValue === 'TRIAL'">试评</div>
|
|
|
- <div class="flex gap-1">
|
|
|
+ <div class="tw-flex tw-gap-1">
|
|
|
<div>
|
|
|
编号<span class="highlight-text">{{
|
|
|
store.currentTask?.secretNumber
|
|
@@ -25,7 +25,7 @@
|
|
|
}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <ul class="flex gap-2 mb-0">
|
|
|
+ <ul class="tw-flex tw-gap-2 tw-mb-0">
|
|
|
<li>
|
|
|
已评<span class="highlight-text">{{ store.status.markedCount }}</span>
|
|
|
</li>
|
|
@@ -47,7 +47,7 @@
|
|
|
进度<span class="highlight-text">{{ progress }}%</span>
|
|
|
</li>
|
|
|
</ul>
|
|
|
- <ul class="flex gap-2 mb-0">
|
|
|
+ <ul class="tw-flex tw-gap-2 tw-mb-0">
|
|
|
<li @click="upScale" title="放大" style="line-height: 20px">
|
|
|
<PlusCircleOutlined
|
|
|
:style="{
|
|
@@ -75,7 +75,7 @@
|
|
|
<HistoryOutlined :style="{ 'font-size': '20px' }" />
|
|
|
</div>
|
|
|
<div
|
|
|
- class="flex place-items-center"
|
|
|
+ class="tw-flex tw-place-items-center"
|
|
|
:title="
|
|
|
'评卷时间段:' +
|
|
|
$filters.datetimeFilter(store.setting.startTime) +
|
|
@@ -89,13 +89,13 @@
|
|
|
/>
|
|
|
</div>
|
|
|
<div>{{ group?.title }}(切换)</div>
|
|
|
- <div class="flex place-items-center">
|
|
|
+ <div class="tw-flex tw-place-items-center">
|
|
|
<UserOutlined
|
|
|
:style="{ 'font-size': '18px' }"
|
|
|
style="line-height: 18px"
|
|
|
/>{{ store.setting.marker?.name }}
|
|
|
</div>
|
|
|
- <div class="flex place-items-center">
|
|
|
+ <div class="tw-flex tw-place-items-center">
|
|
|
<PoweroffOutlined
|
|
|
:style="{ 'font-size': '18px' }"
|
|
|
style="line-height: 18px"
|