|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<teleport to="body">
|
|
|
<div v-if="store.allPaperModal" class="dialog-container">
|
|
|
- <header ref="mouseHandler" class="tw-flex tw-place-content-between">
|
|
|
+ <header class="tw-flex tw-place-content-between">
|
|
|
<div class="tw-text-2xl tw-cursor-move">全卷切换</div>
|
|
|
<div class="tw-mx-8 tw-flex-grow">
|
|
|
<span
|