mirror of
https://github.com/certd/certd.git
synced 2026-04-26 22:07:29 +08:00
chore:
This commit is contained in:
+6
-3
@@ -3,9 +3,12 @@
|
|||||||
<div class="fullscreen-modal" @click="fullscreenExit"></div>
|
<div class="fullscreen-modal" @click="fullscreenExit"></div>
|
||||||
<div class="plan-wrapper">
|
<div class="plan-wrapper">
|
||||||
<div class="plan-box">
|
<div class="plan-box">
|
||||||
<div class="fullscreen-button pointer" @click="fullscreen = !fullscreen">
|
<div class="fullscreen-button pointer flex-center" @click="fullscreen = !fullscreen">
|
||||||
<span style="font-size: 10px"> 这里可以放大→ </span>
|
<span v-if="!fullscreen" style="font-size: 10px" class="flex-center">
|
||||||
<fs-icon :icon="fullscreen ? 'material-symbols:fullscreen' : 'material-symbols:fullscreen-exit'"></fs-icon>
|
这里可以放大
|
||||||
|
<fs-icon icon="ion:arrow-forward-outline"></fs-icon>
|
||||||
|
</span>
|
||||||
|
<fs-icon :icon="fullscreen ? 'material-symbols:fullscreen-exit' : 'material-symbols:fullscreen'"></fs-icon>
|
||||||
</div>
|
</div>
|
||||||
<table class="plan-table">
|
<table class="plan-table">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user