|
@@ -7,6 +7,13 @@
|
|
"
|
|
"
|
|
v-if="store.setting"
|
|
v-if="store.setting"
|
|
>
|
|
>
|
|
|
|
+ <div class="tw-flex tw-gap-1">
|
|
|
|
+ <div>
|
|
|
|
+ 编号<span class="highlight-text">{{
|
|
|
|
+ store.currentTask?.secretNumber
|
|
|
|
+ }}</span>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
<ul class="tw-flex tw-gap-2 tw-mb-0">
|
|
<ul class="tw-flex tw-gap-2 tw-mb-0">
|
|
<li @click="upScale" title="放大">
|
|
<li @click="upScale" title="放大">
|
|
<ZoomInOutlined
|
|
<ZoomInOutlined
|
|
@@ -30,6 +37,18 @@
|
|
/>
|
|
/>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
|
|
+ <div
|
|
|
|
+ class="tw-flex tw-place-content-center tw-cursor-pointer"
|
|
|
|
+ style="max-width: 8%"
|
|
|
|
+ >
|
|
|
|
+ <div
|
|
|
|
+ class="
|
|
|
|
+ tw-overflow-ellipsis tw-overflow-hidden tw-whitespace-nowrap tw-mr-1
|
|
|
|
+ "
|
|
|
|
+ >
|
|
|
|
+ {{ "分组:" + store.setting.groupNumber }}
|
|
|
|
+ </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="closeWindow"
|
|
@click="closeWindow"
|